home *** CD-ROM | disk | FTP | other *** search
/ Black Box 4 / BlackBox.cdr / editors / hypsh40b.arj / HYPDEVEL.LZH / MENUSKEL.HYP < prev    next >
Text File  |  1991-04-24  |  678b  |  31 lines

  1. .SCRIPT SETUP
  2. -- Swap HS.EXE to disk when running
  3. -- program using DOS execution
  4. O62
  5. .
  6. .FRAME Simple Menu
  7. .TITLE Applications area selection
  8.  
  9. [1]    ~AProgram name~PEprogram~K1~E    - overlay execution
  10.  
  11. [2]    ~AProgram name~PDprogram~K2~E    - DOS execution
  12.  
  13. [3]    ~FProgram name~PXprogram~K3~E    - subprogram execution
  14.  
  15. Option 1 will overlay HyperShell with the program.
  16.  
  17. [4]    ~FMenu name~K4~E       - submenu
  18.  
  19. [q]    ~FExit to DOS~PQ~Kq~E
  20. .
  21. .FRAME Menu name
  22. .TITLE Submenu
  23.  
  24. Replace with submenu
  25.  
  26. A full structure of menus can be created by adding extra frames,
  27. with a simple frame reference to select them
  28.  
  29. [q]    ~FExit menu level~PB~Kq~E  - Backtrack up menu tree
  30. .
  31.