home *** CD-ROM | disk | FTP | other *** search
/ ftp.wwiv.com / ftp.wwiv.com.zip / ftp.wwiv.com / pub / UTILITY / SMR100.ZIP / SMR.DOC next >
Text File  |  1993-03-28  |  4KB  |  75 lines

  1.                      ▄███████▄  ▄██▄   ▄██▄ ▄████████▄
  2.                     ████▀ ▀████ █████▄█████ ███▀   ▀███
  3.                     ▀█████▄▄    ███████████ ███▄   ▄███
  4.                        ▀▀█████▄ ████ ▀ ████ █████████▀
  5.                     ████▄ ▄████ ████   ████ ████ ▀████▄
  6.                      ▀███████▀  ▀██▀   ▀██▀ ▀██▀   ▀██▀
  7.                             
  8.                             Short Message Reader                                
  9.                                 Version 1.00
  10.                                28  March 1993
  11.                            by Albert E. Vernon IV
  12.  
  13.  
  14.                               ┌───────────────┐
  15. ──────────────────────────────┤  DESCRIPTION  ├─────────────────────────────────
  16.                               └───────────────┘
  17.  
  18. Short Message Reader ("SMR") allows you to read the short messages written
  19. to DATA\SMW.DAT by WWIV's ssm() function.  Short Messages are the notes you 
  20. see that say, "So and so read your mail." or, "So and so downloaded FILE.ZIP"
  21.  
  22.                               ┌───────────────┐
  23. ──────────────────────────────┤  INSTALLATION ├────────────────────────────────
  24.                               └───────────────┘
  25.  
  26. 1)  Place SMR.EXE in your main bbs directory (where BBS.EXE resides).
  27. When run, SMR will ask you which Short Message you would like to view.
  28. It will then display the appropriate Short Message and to whom it is
  29. addressed.  Be aware that the message numbering starts at 0, instead of 1.
  30.  
  31.                             ┌────────────────────┐
  32. ────────────────────────────┤ ABOUT THIS PROGRAM ├─────────────────────────────
  33.                             └────────────────────┘
  34.  
  35. SMR was written as a learning exercise in C.  It was compiled under Turbo C++ 
  36. v1.01.  I hearby release SMR to the public domain.  Therefore, you are free 
  37. to copy and distribute SMR as long as the executable file and its included 
  38. documentation are not altered.  SMR was a stepping stone in my programming
  39. skills because it involves the use of data structures.  With a little bit
  40. of practice, I will be able to read any of WWIV's data stored in files, and
  41. hopefully I'll be able to write programs that are more extensive (and
  42. useful).  :)
  43.                             
  44.                             ┌────────────────────┐
  45. ────────────────────────────┤      CREDITS       ├─────────────────────────────
  46.                             └────────────────────┘
  47.  
  48. Much appreciation to Tolkien for his permission to use his ENHANCE.C
  49. functions which I modified in creating SMR.  Call his board at 314-644-5777.
  50. Thank you to Jim Nunn, Chemist, and Nix for beta-testing.
  51.  
  52.                           ┌───────────────────────┐
  53. ──────────────────────────┤ CONTACTING THE AUTHOR ├─────────────────────────────
  54.                           └───────────────────────┘
  55.  
  56. I can be reached as WWIVnet #1@8370 or IceNET #1@8370.
  57. You can leave me feedback on my bbs, The Lycaeum, as "Xanth."  The number
  58. is 813-963-6732.  It is located in Tampa, FL, and supports v.32bis/v.42bis.
  59. After July, 1993, contact me as WWIVnet #367@8370 or IceNET XANTH@1.
  60. You can also mail me via US mail at:
  61.   13707 Wilkes Drive
  62.   Tampa, FL  33618-2550.
  63.  
  64.                             ┌────────────────────┐
  65. ────────────────────────────┤     DEDICATION     ├─────────────────────────────
  66.                             └────────────────────┘
  67.  
  68. SMR is dedicated to Chemist, for being a cool sysop and a good IceNET AC.
  69.  
  70.                             ┌────────────────────┐
  71. ────────────────────────────┤   FUTURE PLANS     ├─────────────────────────────
  72.                             └────────────────────┘
  73.  
  74. The ability to edit/add Short Messages.  Exploding windows.
  75.