home *** CD-ROM | disk | FTP | other *** search
/ GEMini Atari / GEMini_Atari_CD-ROM_Walnut_Creek_December_1993.iso / files / database / movies / menuhelp.cmd < prev    next >
OS/2 REXX Batch file  |  1985-05-29  |  1KB  |  27 lines

  1. *Menuhelp Program for ST VIDEO REVIEW (version 2)
  2. *Copyright 1987 - Ben Brackett
  3. *MAIN MENU HELP
  4. ERASE
  5. &SAYFOUR
  6. ASSIGN BOX(0,1,23,78,42,42,42,42,42,42)
  7. &SAYONE
  8. @ 02,02 SAY CENTER('ST VIDEO REVIEW - version 2',76)
  9. &SAYTWO
  10. @ 03,03 SAY 'This help is for the main menu.  To continue simply use the arrow keys to' 
  11. @ 04,03 SAY 'move the cursor or type the first letter of the item you want to do.'
  12. &SAYTHREE
  13. @ 06,03 SAY 'ADD NEW MOVIES -  Add new movie information to your database.'
  14. @ 08,03 SAY 'FIND/CHANGE/REMOVE MOVIE INFO - Find, Correct or Delete entries.'
  15. @ 10,03 SAY 'DETAILED TABLE TOP LIST - All information printed by search criteria.'
  16. @ 12,03 SAY 'SUMMARIZED TABLE TOP LIST - Certain information printed by search criteria.'
  17. @ 14,03 SAY 'LIST TO SCREEN - Titles listed to screen by search criteria.'
  18. @ 16,03 SAY 'TAPE LABELS - Print top tape labels.'
  19. @ 18,03 SAY 'HELP SHEET - Print a blank list sheet to gather info.'
  20. @ 20,03 SAY 'REMOVE DELETED RECORDS - Delete marked records permanently from disk.'
  21. @ 22,03 SAY 'QUIT ST VIDEO REVIEW - Exits the Movie database to GEM.'
  22. Y.ANS = ' '
  23. @ 24,01 SAY 'PRESS ANY KEY TO RETURN TO THE MAIN MENU. ' GET Y.ANS
  24. READ
  25. ERASE
  26. RETURN
  27.