home *** CD-ROM | disk | FTP | other *** search
/ HomeWare 14 / HOMEWARE14.bin / menuts / menueasy.arj / SAMPMENU.DAT < prev    next >
Text File  |  1993-06-25  |  3KB  |  53 lines

  1. {                         SAMPLE MENU DATA FILE                         }
  2. {                       CREATING MENU ITEMS TO RUN                      }
  3.  
  4. { Each Line represents one Item on menu.                                }
  5. { made up as follows :
  6. {                         Menu Title                                    }
  7. {                       %+Program Path                                  }
  8. {                       @+Programs or DOS commands                      }
  9.  
  10.  
  11.  
  12. { First entry will be activated with F1, second with F2 etc.            }
  13. { Up to 30 menu items are allowed per menu.                             }
  14. { Access F11-F20 w/ Shift and F key }
  15. { Acess  F21-F30 w/ Ctrl and F Key  }
  16.  
  17. Load 'COMMPLUS'                %D:\COMM             @COMMPLUS.COM
  18. { ^ This will be displayed     ^ Full Path            ^ Full Program Name  }
  19. {   On Menu                    Must Be preceeded        preceeded by '@'.  }
  20. {                              By '%' Sign            Must include Ext.    }
  21. {                                                                          }
  22. Load TURBO PASCAL 5.0          %D:\TURBO4     @TURBO.EXE
  23. Spelling Checker Utility       %D:\           @SPELL.COM
  24. Display Directory              %D:\           @DIR/W *.pas @PAUSE
  25. {                                              ^ DOS Command.  Seperate  }
  26. {                                             Multiple commands with '@' }
  27. {                                                                        }
  28. Load 'ARCTOOL' Utility         %D:\UTILITY    @!AT.EXE
  29. {                                              ^ This character tells $MENU }
  30. {                                                To unload itself from      }
  31. {                                                memory before loading      }
  32. {                                                AT.EXE.                    }
  33. File Maintenance Utilities     %D:\           @$UTILMENU.DAT
  34. {                                              ^ This is a sub menu data  }
  35. {                                                File.  Indicated by the '$'}
  36. {                                                in front of file name.   }
  37. {                                                                         }
  38. Load Communication Menu        %D:\           @$COMMMENU.DAT
  39. Load Games Menu                %D:\           @#Gamemenu.dat
  40.                                                ^ another kind of submenu
  41.                                                but can ONLY be one layer deep
  42.  
  43. Find *.BAK Files               %D:\UTILITY    @FIND.EXE *.BAK @PAUSE
  44. {                                                       ^ Command Line   }
  45. {                                                         Parameter      }
  46. 2200 Terminal Emulation        %D:\WT         @[password]WT2.EXE
  47.                                                 ^ example of how to password
  48.                                                   protect a certain program
  49.  GDSOFT - Main Menu  %@[optional master password]
  50. { ^ This entry will be the Menu Title. Must include %@ at end to indicate }
  51. {   Last item.  If password (in [] brackets, user CAN NOT QUIT without    }
  52. {   knowing password.  This password is OPTIONAL !!                       }
  53.