home *** CD-ROM | disk | FTP | other *** search
/ Internet MPEG Audio Archive / IMAA.mdf / WWW / TXT / MENU.TXT < prev    next >
Encoding:
Text File  |  1989-06-15  |  5.3 KB  |  231 lines

  1. ╔══════════════════════════════════════════╗
  2. ║                                          ║
  3. ║                M E N U                   ║
  4. ║                                          ║
  5. ╚══════════════════════════════════════════╝
  6.  
  7.  
  8.  
  9. MENU is a fullscreen Startup-Program.
  10.  
  11. It helps to organize the programactivations on a harddisk.
  12.  
  13.  
  14.  
  15.  
  16. Copyright (C) 1989 by Phade Software
  17. Copyright (C) 1989 by Phade de Grass
  18.  
  19. Programed by Phade de Grass
  20.  
  21.        Phade Software
  22.        Inh. Frank Gadegast
  23.  
  24.        Schierker Strasse 39
  25.        1000 Berlin 44
  26.        GERMANY
  27.  
  28.        Telefon (030) 626 56 67
  29.  
  30.  
  31.  
  32.  
  33.  
  34.  
  35.   S Y S T E M   U S A G E
  36. ===========================
  37.  
  38. Menu works with every IBM-compatible Personel Computer.
  39. It needs MS-DOS.
  40.  
  41. It uses colours, so it can be used with Colour Monitors.
  42. It has dynamic keyboardcontrol, and can work with a mouse too,
  43. if a mouse-driver has been installed.
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.   I N S T A L L A T I O N
  51. ===========================
  52.  
  53. Create a subdirectory MENU located in your root-directory.
  54.  
  55. Copy all files of the menu-disk to this directory, except the file
  56. MENSTART.BAT .
  57. Copy this file with the name MENU.BAT to your root-directory.
  58.  
  59. Set a path to your root-directory.
  60. (SEE your system-manual AUTOEXEC)
  61.  
  62. Type cd\menu <return> and
  63.      men <return> .
  64.  
  65. The MENU-EDITOR is started.
  66.  
  67. Edit the parameters like your hardisk-system is configured.
  68. ( SEE chapter EDITOR).
  69.  
  70. If you leave the editor, you will see the dynamic of MENU quickly.
  71.  
  72.  
  73.  
  74.  
  75.  
  76.  
  77.   S T A R T
  78. =============
  79.  
  80. To start MENU type only
  81.  
  82.   menu <return>,
  83.  
  84. no matter wich path is current.
  85.  
  86.  
  87.  
  88.  
  89.  
  90.  
  91.   T O   U S E   M E N U
  92. =========================
  93.  
  94. To use MENU scroll the lighted bar (colour red) to the program name
  95. you like to start and press return.
  96.  
  97. If the BATCH-files are correct, your program will start and you will
  98. returned to MENU if you leave this program.
  99.  
  100. The keys <home> and <end> will move the bar to the top or the bottom
  101. of the current screen.
  102.  
  103. If your mouse-driver is installed you can use your mouse too.
  104.  
  105. You can start the MENU-EDITOR by pressing CTRL-E.
  106. You can start the DIRECTORY-STARTER by pressing CTRL-D.
  107. You can start one batchfile named 'SEC.BAT' by pressing CTRL-S.
  108. (Maybe a secret file or a second menu at a different volume. )
  109.  
  110. You can read the help-text 'READ.ME' by pressing CTRL-F.
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.   S C R E E N   S T R U C T U R E S
  118. =====================================
  119.  
  120. You can install submenues with the MENU-EDITOR.
  121.  
  122. The first entry in the main menue will show the first submenue.
  123. The second will show the second... and so on 'til the tenth.
  124.  
  125. Only ten submenues are allowed (I think it's enough).
  126.  
  127. Use the submenues like the main menue.
  128.  
  129.  
  130.  
  131.  
  132.  
  133.  
  134.   D I R E C T O R Y   S T A R T E R
  135. =====================================
  136.  
  137. Use the DIRECTORY-STARTER, if you don't know where your program you
  138. like to start is (in wich subdirectory).
  139.  
  140. Press CTRL-D.
  141.  
  142. Then use arrow keys and <return> (or mouse) to select a file.
  143. If it's a subdirectory the new directory will appear.
  144.  
  145. Use backspace ( <- ) to step back to the last directory.
  146.  
  147. Use return to start a '.COM'- , '.EXE'- or '.BAT' - program.
  148.  
  149. Press <ESC> for two times to go back to MENU.
  150.  
  151.  
  152.  
  153.  
  154.  
  155.  
  156.   E D I T O R
  157. ===============
  158.  
  159. Start the MENU-EDITOR.
  160. (SEE to use menu)
  161.  
  162. Use <up> and <down> arrows (or your mouse) to move the bar to the
  163. parameter you like to change.
  164.  
  165. Press <return> to edit the parameter (press then <return> again).
  166.  
  167. To change the screen-entries press <home> or the number of the submenu.
  168. To return to the start-screen press <end>.
  169.  
  170. Descriptions of the variables for start-screen:
  171.  
  172. menumax   = maximum value of used screens (included the main screen)
  173. itemmax   = maximum of entries in one screen
  174. widthmax  = maximum of width for entries
  175.  
  176. menulines = maximum of entries in this special screen (look the number)
  177. menuwidth = maximum of width in this special screen
  178.  
  179. Descriptions of the variables for screen-entries:
  180.  
  181. menuitem  = text you will see later at the menuscreen (look the number)
  182. menustart = name of the batch-file you like to start, if you select
  183.             the menuitem (enter the name with the extension .BAT)
  184.  
  185. The first entry-screen has to be the main-screen.
  186. The second is conected to the first entry in the main-screen.
  187. The third is conected to second entry in the main-screen ...
  188.  ... and so on 'til the tenth.
  189.  
  190. Only ten submenues are allowed (I think it's enough).
  191.  
  192. Press <end> to return to the start-screen.
  193. Press <end> again to save your changes and to leave the MENU-EDITOR.
  194.  
  195.  
  196.  
  197.  
  198.  
  199.  
  200.   B A T C H   C O N T R O L
  201. =============================
  202.  
  203. There are a few batch-files at the MENU-disk.
  204.  
  205. You can use them, if you have the same system-configuration
  206. as me (unlikely).
  207.  
  208. So you have to change or to create new batch-files to start your
  209. programs on your harddisk.
  210.  
  211. To edit batch-files SEE your system-manual : EDLIN.
  212.  
  213. Create batch-files in the form of :
  214.  
  215. ECHO OFF
  216. CLS
  217. CD\<path>
  218. <program>
  219. CD\MENU
  220. MENU
  221.  
  222. <path> means the path to the subdirectory where your program is.
  223. <program> means the name of the program you like to start with MENU.
  224.  
  225. The programname has to be entered without extension like DRAW or LOTUS.
  226.  
  227. Move those batch-files to the subdirectory MENU.
  228.  
  229. The name of the batch-file has to be the same you have
  230. entered in the MENU-EDITOR.
  231.