home *** CD-ROM | disk | FTP | other *** search
/ Hacker Chronicles 2 / HACKER2.BIN / 505.CHANGE.DOC < prev    next >
Text File  |  1990-07-19  |  2KB  |  37 lines

  1. '
  2. ' NEWMSG.EXE (Prints new messages coming into Packet Mailbox to file
  3. '             or LPT1: automatically at the specified minute each hour.)
  4. '
  5. '            REQUIRES: DESQVIEW window size = 50 KB
  6. '
  7. ' Created 03/02/90 by E. N. Lowe (KJ4LQ @ KJ4LQ.VA) Chesapeake, Virginia.
  8. '
  9. '
  10. ' Version 3 changes:
  11. '    03/18/90 - Added /O: switch, must be last switch on command line.
  12. '           Submitted by KA3DXX (George).
  13. '    03/18/90 - Error handler if NEWMSG.DAT does not exist.
  14. '    03/18/90 - Added waitkey() function
  15. '    03/30/90 - Added /E: switch (specify message file extension)
  16. '    03/30/90 - Improved error trapping. (Handle file open troubles.)
  17. '    03/30/90 - Added SHARED attribute to message file OPEN statements.
  18. '    04/02/90 - Added search for next message (lookahead case msg# missing)
  19. '    04/05/90 - Will not print an empty message file (FILE length = 0)
  20. '
  21. ' Version 4 changes:
  22. '    04/07/90 - General improvements to message hunting routines.
  23. '    04/07/90 - Will not print an empty message file (length < 3 bytes).
  24. '    04/12/90 - Expanded /h switch (/h2) will print first/last hdr only.
  25. '    04/13/90 - Dashed line between messages for better seperation.
  26. '    04/13/90 - Increased window size to 50K due to memory errors while
  27. '           printing was in progress in Desqview window.
  28. '
  29. ' Version 5 changes:
  30. ' 05/07/90 - Added /S switch (server mode). Disables internal timers and
  31.              screen output to run under W0RLI server.
  32. '
  33. ' Version 6 changes:
  34. ' 05/31/90 - Cycles immediately when first loaded.
  35. '
  36. '
  37.