home *** CD-ROM | disk | FTP | other *** search
/ SPACE 2 / SPACE - Library 2 - Volume 1.iso / demos / 32 / mailmnh.cmd < prev    next >
Encoding:
Text File  |  1986-07-17  |  958 b   |  34 lines

  1. *MAILMNH.PRG
  2. *MAIN MENU HELP
  3. ERASE
  4. TEXT
  5.                                MAILING LIST
  6.  
  7. Welcome to the Mailing List Manager.  This simple program will store names  and 
  8. addresses, and print mailing labels on standard one up computer labels.
  9.  
  10. This help is for the main menu.  To continue simply use the arrow keys to  move 
  11. the cursor or type the first letter of the item you want to do.
  12.  
  13. ADD NAMES TO MAIL LIST
  14.      Will allow you to add new names to youe mailling list.
  15.  
  16. CHANGE OR DELETE NAMES IN MAIL LIST
  17.      Will allow you to correct an entry or delete it.
  18.  
  19. PRINT MAIL LABLES
  20.      Will allow you to make selection of which labels to print and print them.
  21.  
  22. REMOVE DELETED RECORDS
  23.      When  you  delete  a record it is not removed from  your  disk  until  you 
  24.      execute this command.
  25.  
  26. QUIT
  27.      Exits this program.
  28. ENDTEXT
  29. Y.ANS = ' '
  30. @ 24,00 SAY 'PRESS ANY KEY TO RETURN TO THE MAIN MENU. ' GET Y.ANS
  31. READ
  32. ERASE
  33. RETURN
  34.