home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 18 REXX / 18-REXX.zip / rxlbox13.zip / main.men < prev    next >
Text File  |  1998-03-01  |  4KB  |  106 lines

  1. ; --------------------------------------------------------------------
  2. ;
  3. ; Menu description file for RxLBox v1.30 to test the samples
  4. ;
  5. ; (see RXLBOX.MEN for a complete description of menu description files;
  6. ;  see RXLBOX.CMD for the usage description)
  7. ;
  8. ; --------------------------------------------------------------------
  9. [*MainMenu*]
  10. Title1             = Sample menu file for RxLBox v1.30
  11. Title2             = RxLBox is Copyright (c) 1996-1998 by Bernd Schemmer
  12. Title3             = {'Today is ' || date() || '. Last display refresh was at ' || time() || '.'}
  13. StatusLine         = Choose a menu entry to test RXLBOX.
  14. InputPrompt        = Your choice:
  15. HelpPrompt         = Press any key to continue ...
  16. ErrorPrompt        = Press any key to continue ...
  17. CLS                = WHITE ON BLACK
  18. AcceptAllInput     = NO
  19. HelpForF1          = MAINHELP
  20. HelpForCTRL_F1     = KEYHELP
  21. HelpForALT_F1      = INPUTLINEHELP
  22.  
  23. ; turn off CTRL-C
  24. OnInit             =  nop; MenuDesc.__NoHalt = 1;
  25.  
  26. MenuItem.#         = Read the file README.DOC
  27. Action.#           = #ExecuteCmd() {'E' directory() || '\readme.doc'} 
  28. StatusLine.#       = Choose this entry to view the file README.DOC
  29.  
  30. MenuItem.#         = Help for the format of menu description files
  31. Action.#           = #ExecuteCmd() {'E' directory() || '\RXLBOX.MEN'}
  32. StatusLine.#       = Choose this entry to view the file RXLBOX.MEN
  33.  
  34. MenuItem.#         = Help for the usage of RXLBOX
  35. Action.#           = #ExecuteCmd() {'E' directory() || '\RXLBOX.CMD'}
  36. StatusLine.#       = Choose this entry to view the file RXLBOX.CMD
  37.  
  38. MenuItem.#         = ---------------------------------------------------------------------------
  39. Action.#           = #NOP()
  40. StatusLine.#       = This is a dummy entry
  41.  
  42. MenuItem.#         = Try the SAMPLE1
  43. Action.#           = #ExecuteCmd() {'*cmd /c ' || directory() || '\SAMPLE1.CMD' }
  44. StatusLine.#       = Choose this entry to run the SAMPLE1.CMD
  45.  
  46. MenuItem.#         = Try the SAMPLE2
  47. Action.#           = #ExecuteCmd() {'*cmd /c ' || directory() || '\SAMPLE2.CMD' }
  48. StatusLine.#       = Choose this entry to run the SAMPLE2.CMD
  49.  
  50. MenuItem.#         = Try the SAMPLE3
  51. Action.#           = #ExecuteCmd() {'*cmd /c ' || directory() || '\SAMPLE3.CMD' }
  52. StatusLine.#       = Choose this entry to run the SAMPLE3.CMD
  53.  
  54. MenuItem.#         = Try the SAMPLE4 
  55. Action.#           = #ExecuteCmd() {'*cmd /c ' || directory() || '\SAMPLE4.CMD' }
  56. StatusLine.#       = Choose this entry to run the SAMPLE4.CMD
  57.  
  58. ; ----------------------------
  59. [<MainHelp>]
  60. This the online help for the main menu. The main menu is the default
  61. menu displayed by RxLBox if it's called with no menu parameter.
  62.  
  63. Each online help can have up to 14 lines with up to 69 characters.
  64.  
  65. ---------------------------------
  66.  
  67. Use <CTRL-F1> to call the online help with the function key description.
  68. Use <ALT-F1> to call the online help with the input line description.
  69. [dummy section]
  70.  
  71. ; ----------------------------
  72. [<KeyHelp>]
  73. F1 - show the online help
  74. ALT-F1 - show the input line description
  75. CTRL-F1 - show the function key description
  76.  
  77. F8 - show macro list              F9 - refresh display
  78. F11 - show list of all menus      F12 - show menu history list
  79.  
  80. F10 - Quit                        ESC - go one menu back
  81.  
  82. RETURN - choose the highlighted entry
  83.  
  84. Use the cursor keys, PgDn, PgUp, Home, End, CTRL-Home and CTRL-End
  85. to scroll through the menu.
  86. [dummy section]
  87.  
  88. ; ----------------------------
  89. [<InputLineHelp>]
  90. +n - scroll down n entries        -n scroll up n entries
  91.  n - choose the entry n if its on the current page
  92.      or
  93.      jump to the entry if it's not on the current page
  94.  
  95.  *command - exeucte the OS/2 command 'command' (Preceed the command
  96.             with another asterix '*' to wait after execution)
  97.  
  98.  macroName - execute the macro 'macroName'
  99.  
  100. ---------------------------------
  101. Use <F1> to call the general online help
  102. Use <CTRL-F1> to call the online help with the key description.
  103. [dummy section]
  104.  
  105. ; --------------------------------------------------------------------
  106.