home *** CD-ROM | disk | FTP | other *** search
/ ftp.barnyard.co.uk / 2015.02.ftp.barnyard.co.uk.tar / ftp.barnyard.co.uk / cpm / walnut-creek-CDROM / CPM / RCPM / MESSAGE.DOC < prev    next >
Text File  |  2000-06-30  |  1KB  |  30 lines

  1. MESSAGE.COM - Message typing program for CP/M
  2.  
  3. This program is intended to make it easier to create message files
  4. for RCPM and other CP/M systems. 
  5.  
  6. For instance, if you upgrade a utility on your system, you would want 
  7. to tell the users to use the new file instead of the old one, 
  8. for instance:
  9.         TYPESQ no longer needed - use TYPE instead.
  10.  
  11. You can copy MESSAGE.COM with your text editor, (renaming it 
  12. appropriately), insert your text (terminated with a $), and rename 
  13. it to what you want. It can then be run DIRECTLY without assembly 
  14. or loading!! 
  15.  
  16. The trick is that the program was written so that the machine instructions 
  17. would all be ASCII characters. This means that when you edit the 
  18. MESSAGE.COM file, the first line of 'funny' characters that you see
  19. are actually the program to type the message!
  20.  
  21. When you edit this file, make SURE you use 'NON-DOCUMENT' mode, or 
  22. the machine code on the first line of the file could get destroyed.
  23. Do not alter the characters in the first line - they MUST be left
  24. as they are. Start your message on the SECOND line of the screen, and
  25. be sure to end it with a dollar-sign ($). 
  26.  
  27. Other uses: RCPM Wallchart, system information files, etc.....
  28.  
  29. [eof]
  30.