home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 3 Comm / 03-Comm.zip / mmgr11a.zip / readme.doc < prev    next >
Text File  |  1995-08-17  |  6KB  |  134 lines

  1. Date:               08/15/95
  2. Program Name:       Message Manager
  3. Version:            1.1a
  4.  
  5. Creator:            Eric Brunsen
  6.                     Armadillo Software
  7.                     6320 Chippewa Road
  8.                     Colorado Springs, CO  80915
  9.                     (719) 380-5718 voice
  10.                     (See About information in program for my elec. addresses)
  11.  
  12. Program Function:   Delete the 'Forum announcement headers' that are inserted
  13.                       into the online message file produced by Golden Commpass
  14.                       each and every time you enter a forum.
  15.  
  16. Disclaimer:         You are free to use this version of MsgMgr as long as you
  17.                       are willing to accept responsiblity for any problems
  18.                       that might arise from using it.  If you don't agree
  19.                       with these terms then delete the program.
  20.  
  21. Cost:               For this version of MsgMgr there is no cost.
  22.                       If there is sufficient demand, I will add new
  23.                       features etc., and then there will probably be
  24.                       a licensing fee.
  25.  
  26.  
  27. Introduction:
  28.  
  29. This program was written after I got tired of reading the 'Forum Announcement'
  30. message every time I accessed CompuServe via Golden Commpass.  If I was only
  31. accessing 1 or 2 times a day, it might not have been so annoying, but I have
  32. been accessing every 1 - 2 hours (yes, I was home ill & feeling bored) and
  33. these message got really old.  I have tested the program many times, and
  34. have found no errors as of yet.  According to Kevin Hine (Sysop GCP support
  35. forum on CompuServe), the only concerns with deleting these forum
  36. announcements are:
  37.  
  38.     1.  You will still get the ???/??? at the bottom of each 'Book' icon.
  39.         But GCP will loose the ability to distinguish between separate
  40.         online sessions.  Therefore the first number would be meaningless,
  41.         and probably end up being the same as the total number of messages,
  42.         i.e., all the messages will index collate to a single online session...
  43.  
  44.     2.  the 'MESSAGES\RESET HI-MSG NBR...' dialogue will only be
  45.             enabled for Announcement pages.
  46.  
  47.  
  48. Number 1 is pretty self-explanatory.
  49.  
  50. Number 2 means that you cannot reset HI-MSG NBR since you won't have any
  51. 'Forum Announcement' pages, and GCP needs these to reset the HI-MSG NBR.
  52. Easy way around this is:  next time you DL forums, don't delete the
  53. announcement.  Just edit the .MSG file with your favorite text editor
  54. (E, EPM, QEdit, etc.) and copy the 'Forum announcement' to the position of
  55. the message file area that you want to renumber from,  and change the
  56. pertinent info on this message (Date, time, messages, last message read, etc.)
  57. - This shouldn't be difficult to add to Message Manager if this is something
  58. folks want/need to have.
  59.  
  60. Installation:
  61.  
  62.     To use this program, you must have REXX installed on your system.
  63.     If you do not have REXX installed, you can install it by using the
  64.     'Selective Install' feature of OS/2.
  65.  
  66.     Run the mmInst.cmd file.  This file will:
  67.         1.  Copy the files MsgMgr.Exe, RxExtras.dll, and ReadMe.Doc into
  68.             the directory you specify.
  69.         2.  Create a Program object on the desktop
  70.  
  71.     That is all there is to it.  To run it, just double-click on the
  72.     desktop object.
  73.  
  74. How to use:
  75.  
  76.     To use the program, all you do is select the message files from which
  77.     you want to delete the 'Forum Announcements' and press the
  78.     "Delete" button.  At this point the entire process is automagic if
  79.     no errors occur.  If an error does occur, you will be informed of
  80.     the file that was being worked on and the action that was being
  81.     performed when the error occurred.
  82.  
  83.  
  84. What the program does:
  85.  
  86.         1.  Deletes the existing forumName.GSM backup file
  87.         2.  Copies the forumName.MSG file to forumName.GSM as a backup
  88.         3.  Reads the forumName.MSG looking for "Forum Announcement"
  89.                 msgs.  If a message is not a 'Forum Annoncement", then
  90.                 it is written to a temporary file.
  91.         4.  Deletes the forumName.MSG file
  92.         5.  Renames the temporary file forumName.MSG
  93.  
  94.  
  95. Known Limitations:
  96.  
  97.     No Online help (not much need for it in this program though)
  98.     Progress ribbon is not real detailed (3 ticks only)
  99.  
  100. Future:
  101.  
  102.     I will first address those Limitations that are listed in
  103.     'Known Limitations'.  After these have been addressed, I will
  104.     (if demand merits) add other features.  I will gladly entertain
  105.     ideas/suggestions/requests from users of the program.
  106.  
  107.     Some additional features that immediately come to mind are:
  108.  
  109.         1.  Message deletion/archiving based on age
  110.         2.  More automated/less user-intensive (perhaps cmd-line options)
  111.         3.  Action logging (so we know what we did/didn't do)
  112.  
  113. Please feel free to contact me at any of my electronic addresses, or to call
  114. me if you have questions/comments.
  115.  
  116. Revision History:
  117.     1.0a    Initial release
  118.     1.01a   Added:
  119.                 Install changes (WPS Object):
  120.                     Trailing '\' character to the 'Parameters field'
  121.                     Working directory entry
  122.                 Pushbuttons are now diabled while the 'delete' action
  123.                     is processing
  124.                 Pointer is changed to clock during 'delete' action
  125.  
  126.             Fixed:
  127.                 Problem with not finding the GCP messages directory
  128.     1.1a
  129.             Added:
  130.                 MsgMgr only displays only those .MSG files that have
  131.                     been updated since the last 'deletion date'
  132.                 Added 'Last Deletion Date & Time' field
  133.                 Added 'All' button for selecting messages
  134.