home *** CD-ROM | disk | FTP | other *** search
- { SAMPLE MENU DATA FILE }
- { CREATING MENU ITEMS TO RUN }
-
- { Each Line represents one Item on menu. }
- { made up as follows :
- { Menu Title }
- { %+Program Path }
- { @+Programs or DOS commands }
-
-
-
- { First entry will be activated with F1, second with F2 etc. }
- { Up to 30 menu items are allowed per menu. }
- { Access F11-F20 w/ Shift and F key }
- { Acess F21-F30 w/ Ctrl and F Key }
-
- Load 'COMMPLUS' %D:\COMM @COMMPLUS.COM
- { ^ This will be displayed ^ Full Path ^ Full Program Name }
- { On Menu Must Be preceeded preceeded by '@'. }
- { By '%' Sign Must include Ext. }
- { }
- Load TURBO PASCAL 5.0 %D:\TURBO4 @TURBO.EXE
- Spelling Checker Utility %D:\ @SPELL.COM
- Display Directory %D:\ @DIR/W *.pas @PAUSE
- { ^ DOS Command. Seperate }
- { Multiple commands with '@' }
- { }
- Load 'ARCTOOL' Utility %D:\UTILITY @!AT.EXE
- { ^ This character tells $MENU }
- { To unload itself from }
- { memory before loading }
- { AT.EXE. }
- File Maintenance Utilities %D:\ @$UTILMENU.DAT
- { ^ This is a sub menu data }
- { File. Indicated by the '$'}
- { in front of file name. }
- { }
- Load Communication Menu %D:\ @$COMMMENU.DAT
- Load Games Menu %D:\ @#Gamemenu.dat
- ^ another kind of submenu
- but can ONLY be one layer deep
-
- Find *.BAK Files %D:\UTILITY @FIND.EXE *.BAK @PAUSE
- { ^ Command Line }
- { Parameter }
- 2200 Terminal Emulation %D:\WT @[password]WT2.EXE
- ^ example of how to password
- protect a certain program
- GDSOFT - Main Menu %@[optional master password]
- { ^ This entry will be the Menu Title. Must include %@ at end to indicate }
- { Last item. If password (in [] brackets, user CAN NOT QUIT without }
- { knowing password. This password is OPTIONAL !! }