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