home *** CD-ROM | disk | FTP | other *** search
/ Boldly Go Collection / version40.iso / TS / 17A / DMZMENU.ZIP / READ.ME < prev    next >
Text File  |  1992-05-06  |  9KB  |  196 lines

  1.                              INTRODUCTION
  2.                              ------------
  3.  
  4. Thank you for trying out the DMZ menu system.  This program will allow
  5. you to easily and quickly create and maintain your own menus for
  6. running all of your PC applications.  You can create up to nine menus
  7. of twelve options each.  This software is free of any defects to the
  8. best of my knowledge.  It is being distributed AS IS, with no warranty
  9. implied.  I will not accept responsibility for any inadvertent damage
  10. to your computer or data that may result through using this software.
  11. I can't even imagine how that could happen, but I feel it necessary to
  12. make that perfectly clear.  If you consider this program to be useful
  13. and find yourself using it on a regular basis after a reasonable
  14. evaluation period, I would appreciate a small donation of five dollars
  15. ($5.00).  Please make checks payable to:
  16.  
  17.                            David M. Zarder
  18.                      W56 N437 Lenox Pl.  Suite #2
  19.                          Cedarburg, WI 53012
  20.  
  21.  
  22.  
  23.              FILES INCLUDED IN THE ZIP FILE "DMZMENU.ZIP"
  24.              --------------------------------------------
  25.  
  26. - MENU.EXE - main program file.
  27.  
  28. - MN.BAT - Batch file for running program MENU.EXE.
  29.  
  30. - MENU.DAT - data file containing user created menus.
  31.  
  32. - MENUEDIT.EXE - Program for creating and editing menus and menu options.
  33.  
  34. - READ.ME - This document.
  35.  
  36. - Note : The program will automatically create two additional small files
  37.   when you run the program.
  38.  
  39.     1) MENU.CFG - contains default color settings and screen saver
  40.        parameters.
  41.  
  42.     2) LASTMENU.DAT - contains the name of the last menu that was active
  43.        when the program was exited.  This allows the menu program to
  44.        display that same menu upon starting the program the next time.
  45.  
  46.  
  47.                  INSTALLING AND STARTING THE SOFTWARE
  48.                  ------------------------------------
  49.  
  50. - Create a new directory on your hard disk.
  51.  
  52. - Copy the above files to the new directory.
  53.  
  54. - Type "MN" and press enter to start the menu program.
  55.  
  56. - The following example would install the menu software from a diskette
  57.   in your "A" drive to a subdirectory called "MENU" on your "C" drive.
  58.   The last line in the example will start the program.
  59.  
  60.            C:
  61.            CD \
  62.            MD MENU
  63.            CD \MENU
  64.            COPY A:*.* C:\MENU
  65.            MN
  66.  
  67. - To have the menu program load automatically when your computer is
  68.   turned on, add the following two lines to the end of your
  69.   autoexec.bat file:
  70.  
  71.            CD \MENU
  72.            MN.bat
  73.  
  74.  
  75.                        RUNNING THE MENU PROGRAM
  76.                        ------------------------
  77.  
  78. DMZ Menu comes with a couple of sample menus, just to give you a feel
  79. of how to create your own and how to use them.  Each menu name will
  80. appear across the menu bar at the top of the screen.  One menu can be
  81. active at any particular time.  To switch to a different menu, either
  82. use the left and right arrow keys, or press the number associated with
  83. the menu (e.g. "1", "2", "3", etc).  To Select a menu option, either
  84. use the up and down arrow keys and press the enter key, or press the
  85. letter key associated with the option (e.g. "A", "B", "C", etc).  To
  86. enter the menu maintenance mode, where you can create and maintain your
  87. own menus, press the <F2> key.  To exit the program and return to DOS,
  88. press the <Esc> key.
  89.  
  90.  
  91.                  RUNNING THE MENU MAINTENANCE PROGRAM
  92.                  ------------------------------------
  93.  
  94. To start the menu maintenance program, press <F2> from the main menu
  95. screen.  Two windows will be displayed: 1) The MENU window contains a
  96. list of all menus that have been created, 2) the OPTIONS window
  97. contains a list of all options defined for the currently selected menu.
  98. Only one of these two windows is active at any particular time (the
  99. active window is the one with the highlighted title).  To switch
  100. between the two windows, use the left and right arrow keys.
  101.  
  102. - ADDING A NEW MENU: Make sure that the MENUS window is active.  Press
  103.   the <F1> key.  Type the name of the menu and press <Enter>.
  104.  
  105. - CHANGING THE NAME OF AN EXISTING MENU: Make sure that the MENUS
  106.   window is active.  Use the up and down arrow keys to highlight the
  107.   menu to be renamed.  Press the <Enter> key.  Type the new name and
  108.   press <Enter> again.
  109.  
  110. - DELETING AN EXISTING MENU: Make sure that the MENUS window is active.
  111.   Use the up and down arrow keys to highlight the menu to be deleted.
  112.   Press the <F2> key.  If you really do want to delete the menu, press
  113.   <F2> again when prompted, otherwise press <Esc> and the menu will NOT
  114.   be deleted.  Be careful when deleting menus, because any options
  115.   defined for that menu will also be deleted.
  116.  
  117. - MOVING AN EXISTING MENU TO A NEW LOCATION: Make sure that the MENUS
  118.   window is active.  Use the up and down arrow keys to highlight the
  119.   menu to be moved.  Press the <F3> key (the menu name will appear in
  120.   reverse video).  Use the up and down arrow keys to move the cursor to
  121.   the new destination for the menu.  Press <F3> again to move it, or
  122.   press <Esc> and the menu will NOT be moved.
  123.  
  124. - ADDING A NEW MENU OPTION: Make sure that the correct menu is
  125.   selected on the MENUS window.  Make sure that the OPTIONS window is
  126.   active (right arrow key).  Press the <F1> key and an entry screen
  127.   will appear, allowing you to fill in the appropriate information
  128.   for the new menu option: 1) TITLE is the description of the option,
  129.   2) DRIVE is the disk drive that the new option is located on (e.g.
  130.   "C"), 3) PATH is the subdirectory that the new option is located in
  131.   (e.g. \ for root directory or \DOS for the dos subdirectory), 4)
  132.   COMMAND is up to five lines of commands that will be executed to
  133.   run the menu option.  This can be anything that would normally
  134.   appear in a DOS batch file (see the sample menus for examples).
  135.  
  136.   ** Important - If the new option will be calling a dos batch file,
  137.   make sure that you use the dos "CALL" command to execute it, so
  138.   that control can be returned to the menu program after the option
  139.   is run.  For example, if your new menu option needs to run a batch
  140.   file called "SAMPLE.bat", type "CALL SAMPLE.bat" on the command
  141.   line, rather than just "SAMPLE.bat".
  142.  
  143.   To exit the option entry screen, either press <Enter> after the
  144.   last field, or press the <PgDn> key.  If you want to abort any
  145.   changes you may have made, press <Esc> instead.
  146.  
  147. - CHANGING AN EXISTING MENU OPTION: Make sure that the OPTIONS window
  148.   is active (right arrow key).  Use the up and down arrow keys to
  149.   highlight the appropriate option and press <Enter>.  If for some
  150.   reason, you start editing a menu option and decide you want to go
  151.   back to the way it was before you started, press the <Esc> key.
  152.  
  153. - DELETING AN EXISTING MENU OPTION: Make sure that the OPTIONS window
  154.   is active (right arrow key).  Use the up and down arrow keys to
  155.   highlight the appropriate option and press <F2>.  If you really do
  156.   want to delete the option, press <F2> again when prompted, otherwise
  157.   press <Esc> and the option will NOT be deleted.
  158.  
  159. - MOVING AN EXISTING MENU OPTION TO A NEW LOCATION: Make sure that the
  160.   OPTIONS window is active (right arrow key).  Use the up and down
  161.   arrow keys to highlight the option to be moved.  Press the <F3> key
  162.   (the option will appear in reverse video).  Use the up and down arrow
  163.   keys to move the cursor to the new destination for the option.  Press
  164.   <F3> again to move it, or press <Esc> and the option will NOT be
  165.   moved.
  166.  
  167. - PROGRAM CONFIGURATION: Press the <F4> key to display the
  168.   configuration screen.  This will allow you to change the default
  169.   colors used, as well as setting the screen saver options.
  170.   BACKGROUND colors must be in the range of "0" - "7", while TEXT
  171.   colors can be in the range of "0" - "15".  If you have an EGA or
  172.   VGA monitor, make sure that a "Y" is specified in that field.  If
  173.   you have a monochrome monitor, specify a "N" instead.  The screen
  174.   saver TIME-OUT value specifies how long (in minutes) the program
  175.   should wait before activating the screen saver program to avoid
  176.   screen "burn-in".  For example, if you specify a time-out value of
  177.   "5", the screen saver will be activated after 5 minutes of
  178.   inactivity (no keys pressed).  The SPEED value tells the screen
  179.   saver how fast to move the objects on the screen once the screen
  180.   saver is activated (a lower number means a faster speed).
  181.  
  182.   ** Note - the screen saver will only be activated when the MENU
  183.      PROGRAM remains idle for the specified time-out value.  It is not
  184.      a TSR, so will not activate when running other application
  185.      programs.  This works well for myself, since when my PC is idle,
  186.      it is usually sitting at the main menu screen.
  187.  
  188.   To exit the configuration screen, either press <Enter> after the last
  189.   field, or press the <PgDn> key.  If you want to abort any changes you
  190.   may have made, press <Esc> instead.
  191.  
  192. - EXITING MENU MAINTENANCE MODE: To exit the menu maintenance program,
  193.   press the <Esc> key.  You will be prompted to specify if you would
  194.   like to save the changes you have made.  If so, press "Y", otherwise,
  195.   press any other key.
  196.