home *** CD-ROM | disk | FTP | other *** search
- *MAILMNH.PRG
- *MAIN MENU HELP
- ERASE
- TEXT
- MAILING LIST
-
- Welcome to the Mailing List Manager. This simple program will store names and
- addresses, and print mailing labels on standard one up computer labels.
-
- This help is for the main menu. To continue simply use the arrow keys to move
- the cursor or type the first letter of the item you want to do.
-
- ADD NAMES TO MAIL LIST
- Will allow you to add new names to youe mailling list.
-
- CHANGE OR DELETE NAMES IN MAIL LIST
- Will allow you to correct an entry or delete it.
-
- PRINT MAIL LABLES
- Will allow you to make selection of which labels to print and print them.
-
- REMOVE DELETED RECORDS
- When you delete a record it is not removed from your disk until you
- execute this command.
-
- QUIT
- Exits this program.
- ENDTEXT
- Y.ANS = ' '
- @ 24,00 SAY 'PRESS ANY KEY TO RETURN TO THE MAIN MENU. ' GET Y.ANS
- READ
- ERASE
- RETURN
-