home *** CD-ROM | disk | FTP | other *** search
/ Best Objectech Shareware Selections / UNTITLED.iso / boss / util / menu / 003 / readme. < prev    next >
Encoding:
Text File  |  1989-03-03  |  11.8 KB  |  264 lines

  1.                                                             Page  1
  2.  
  3.   Thank you for your interest in Max-Menu.  Max-Menu is the flexible menu
  4. system that allows you to define your menus as you wish.  Like most menus, it
  5. helps you organize and access your application software.  However, this menu
  6. system was designed for both the beginner and the advanced computer user.  It
  7. provides the simplicity of choosing selections from menus, unparalleled
  8. flexibility in menu/selection definition and power through the use of
  9. programmable "hot" keys.  Features of Max-Menu include:
  10.  
  11. . Fully customizable menus, selections, colors, and directories.
  12. . Simplified selection entry/update with on-board selection editor.
  13. . Single keystroke or point-and-press selection.
  14. . Three types of selection IDs (Alpha-numeric, numeric, first character).
  15. . Up to 99 selections per menu.
  16. . Menus may have sub-menus: up to 10 levels deep.
  17. . A selection may run up to 99 lines of DOS commands (like a batch file).
  18. . Selection commands may be received from / sent to a batch file.
  19. . Commands may be shelled to for speed or Max-Menu will "temporarily exit"
  20.   to provide maximum memory (Max-Menu will take up no memory).
  21. . Selections may prompt for input from user.
  22. . Full use of variables: Environment, global, input and special (which give
  23.   the date, time, drive, directory and DOS version information).
  24. . Programmable "hot" keys can be defined just as selections are.
  25. . Extensive password protection (6 levels of security) and encryption.
  26. . RAM drive options for performance. 
  27. . Screen save feature clears screen after a defined period of inactivity.
  28. . Complete Local Area Network (LAN) and shared PC support. 
  29. . Extensive online help.
  30.  
  31.  
  32.   This is the shareware version of Max-Menu - that means you are encouraged
  33. to try it and make copies for your friends.  If you decide to use the program
  34. on a continuing basis, we ask that you register it with us in order that we
  35. may continue to provide upgrades, improvements and technical support. 
  36. Registered users get expert technical support, receive professionally bound
  37. and printed documentation, and notice of updates.  You'll feel good about
  38. supporting our free enterprise system!
  39.  
  40.  
  41.  
  42. Downloaded copies:
  43. ------------------
  44.  
  45.   If you downloaded Max-Menu from a bulletin board, the files are in a
  46. compressed format (.ARC).  Be sure to un-compress (Un-ARC) them and place
  47. them on a diskette.
  48.  
  49.  
  50.  
  51. Quick Installation:
  52. -------------------
  53.  
  54.   To install Max-Menu, place the diskette containing the files into drive A:
  55. and enter the following commands:
  56.   
  57.                A>C:
  58.                C>A:INSTALL 
  59.                                                             Page  2
  60.  
  61. This will install Max-Menu in "C:\MAX-MENU" from the A: drive.  It is
  62. possible to install from a different drive and to a different
  63. drive/directory.  To do this, please review the manual.
  64.  
  65.  
  66. Printing the documentation:
  67. ---------------------------
  68.  
  69.   To print the Max-Menu documentation, change to the directory Max-Menu was
  70. installed in or the drive containing its files.  Then enter PRINTDOC.  For
  71. example:
  72.  
  73.              C>CHDIR  \MAX-MENU
  74.              C>PRINTDOC
  75.  
  76.   This will print all of the documentation.  Please read the messages
  77. carefully and be sure your printer is ready.
  78.   
  79.   The manual printed is complete and unabridged.  Due to limitations of the
  80. printable standard ASCII character set, such techniques as bold, underlined
  81. and compressed print are not possible.  This makes the manual less readable.
  82. Also. the lines around the windows and the shaded selection bars could not
  83. be reproduced (selection bars have an _ in them, instead of shaded).
  84. The printed manual for a registered version does not have these limitations.
  85.                 
  86.  
  87. Quick Start:
  88. ------------
  89.  
  90.   To invoke Max-Menu, change to the directory it was installed in and enter
  91. MENU:
  92.  
  93.            C>CHDIR  \MAX-MENU
  94.            C>MENU
  95.  
  96. This will start Max-Menu.  You will get the "shareware" screen.  Please take
  97. the time to read it.  Then press the letter it requests to continue.  To get
  98. help, press the F1 key.  The online help explains how to modify the
  99. selections and menus.  For example, to get help on adding a selection, press
  100. F1 and then "A" for add.
  101.  
  102.  
  103. Reporting Problems:
  104. -------------------
  105.  
  106.   To report problems, first print the registration form.  This can be done
  107. by either entering "/F" from the main menu (while in Max-Menu) or by
  108. entering the following command after inserting the distribution disk into
  109. drive A:
  110.  
  111.     C>COPY A:MAX-MENU.FRM PRN
  112.  
  113. Then fill in your name, address, phone and registration number (from
  114. distribution disk label).  Use the comment section to explain your problem
  115. and then send to the address shown.
  116.  
  117.   You may also get help through CompuServe by sending a message to the user
  118. ID 71170,740.
  119.                                                             Page  3
  120.  
  121. Updates for version 1.2:
  122. ------------------------
  123.  
  124.  > With the exception of the "shareware delay screen", all limitations of  
  125.    the shareware version have been removed.
  126.  
  127.  > INSTALL.BAT (installation batch file) will allow you to specify the
  128.    drive the distribution disk is in (default is A:). 
  129.  
  130.  > The restart file has been changed from "MAX-MENU.RST" to "MAX-MNUX.RST".
  131.  
  132.  > The Esc key will no longer save the setup at the "Save setup?" prompt.
  133.    
  134.  > The Esc key will no longer automatically save a selection or menu.  The
  135.    F3 key will now save and Esc will ask if it should be saved.
  136.  
  137.  > Several new "special" variables were added.  These variables may be 
  138.    used (but not set) just as the global variables are. These variables are:
  139.  
  140.    &DATE&   - The computer's date is returned as MM-DD-YYYY.
  141.    &DATEM&  - The computer's date is returned as MM-DD-YYYY.        
  142.    &DATED&  - The computer's date is returned as DD-MM-YYYY.
  143.    &DATEY&  - The computer's date is returned as YYYY-MM-DD.
  144.    &TIME&   - The computer's time is returned as HH:MM:SS.
  145.    &DRIVE&  - The current drive letter is returned.
  146.    &DIR&    - The current directory is returned.
  147.    &DIR?&   - The current directory for drive ? is returned (? is A to Z)
  148.    &VER&    - The version of DOS is returned (ex. 3.30).
  149.  
  150.    Selections have been added to the SAMPLES menu to show how these
  151.    variables might be used.  These sample selections are the "Log events
  152.    menu" and "Display information" entries.
  153.  
  154.  > The selection description, sub-menu name, and menu title may all contain
  155.    global, local, environment and special (like &DATE&) variables.   For
  156.    examples, see "Alt-M" key, "Display directory menu" and "DOS version" 
  157.    selections in the samples.
  158.  
  159.  > New parameters have been added that can be used (besides the menu name)
  160.    when invoking Max-Menu:
  161.    
  162.    /I switch will re-initialize the setup to its original values.
  163.  
  164.    /K switch will pass a key(s) to be entered as if from the keyboard. 
  165.       These keys will automatically be entered after Max-Menu starts.  This
  166.       allows you to invoke selections when starting Max-Menu.  Programmable
  167.       keys are represented by the @ sign followed by the desired key (ex.
  168.       @A is Alt-A). Use @@ to represent a single @ sign.  To cause the
  169.       keys "A", "Alt-B" and then "@" to be entered, specify /KA@B@@.
  170.  
  171.    /M switch is used internally by Max-Menu to pass the name of your batch
  172.       file that calls MAX-MENU.EXE.  DO NOT USE THIS SWITCH.
  173.  
  174.  > You can now rename the MENU.BAT file if it conflicts with another batch
  175.    file or program.  This ability is built into the MENU.BAT file through
  176.    the use of the /M switch.
  177.                                                             Page  4
  178.  
  179.  > You may now specify multiple directories, separated by semi-colons, for
  180.    "User menus and keys" in the setup.  This allows for users of local area
  181.    networks or shared PCs to each have their own menus in addition to the
  182.    ones supported for them all.  Normally, each user would enter their own
  183.    directory, a semi-colon and then the shared directory.  New menus are
  184.    saved in the first directory and updated menus in the same directory it
  185.    was read from.
  186.  
  187.  > This version now supports Local Area Networks (LANs).  It will also
  188.    allow several people to share a PC.  In both cases, each user may use
  189.    his own and/or shared menus.  Each user will also have his own setup if
  190.    different from the "system administrator's".  See the manual for more
  191.    details.
  192.  
  193.  > The following corrections to the code have been made:
  194.  
  195.    1) In some cases within the system menus (type / to get into the system
  196.       menus), Esc did not back up to the prior window, but went directly to
  197.       the users menu.  This has been corrected.
  198.  
  199.    2) Colors have been changed so they will work on amber/green monitors
  200.       with color graphics cards.
  201.                            Quick Reference:
  202.                             ================
  203.  
  204.  Invoke Max-Menu                        Input Prompt Keys
  205.  ===============                        =================
  206.  CD  \MAX-MENU                          Use general editing keys and:
  207.  MENU
  208.                                         Enter: Enter input typed
  209.                                         Esc:   Abort input request
  210.  Menu Cursor Movement Keys
  211.  =========================              To view/change prior input,
  212.  Up Arrow:         Up a selection       use the following keys:
  213.  Down Arrow:       Down a selection
  214.  Left Arrow:       Left one column      Up Arrow:   Get prior input
  215.  Right Arrow:      Right one column     Down Arrow: Get next input
  216.  Home:             First selection      PgUp:       Get oldest input
  217.  End:              Last selection       PgDn:       get newest input
  218.  PgUp:             Page up /               
  219.                    column top
  220.  PgDn:             Page down /                 
  221.                    column bottom
  222.  Ctrl-Left Arrow:  Start of row
  223.  Ctrl-Right Arrow: End of row           Menu/Selection Window Keys:
  224.                                         ===========================
  225.                                         Use general editing keys and:
  226.  Menu Navigation Keys
  227.  ====================                   Tab:       Go to next field
  228.  \:     Returns to main menu            Shift-Tab: Go to prior field
  229.  Esc:   Returns to prior menu
  230.  Enter: Choose highlighted selection    The following keys will do
  231.  ID:    Choose selection by ID          the indicated function except
  232.                                         when editing batch commands:
  233.   
  234.  System Requests                        Enter:      Go to next field
  235.  ===============                        Down Arrow: Go to next field
  236.  F1:    Help                            Up Arrow:   Go to prior field
  237.  /A:    Add a selection / menu
  238.  /U:    Update a selection
  239.  /D:    Delete a selection / menu       Batch Command Edit Keys
  240.  /C:    Copy a selection                =======================
  241.  /T:    Transfer a selection            Use general editing keys and:
  242.  /M:    Modify menu characteristics
  243.  /K:    Display programmable keys       Enter:  Insert mode - insert line
  244.  /S:    Setup display/change                    Overwrite - Goto next line
  245.  /R:    Run a DOS command               Delete: Delete letter at cursor
  246.  /E:    Exit temporarily to DOS                 or deletes blank line
  247.  /Q:    Quit Max-Menu                   Ctrl-A: Insert new line above line
  248.  /F:    Print registration form         Ctrl-D: Delete current line
  249.  ALT-?: Run programmable key            Ctrl-R: Receive commands from file
  250.                                         Ctrl-S: Send commands to file
  251.   
  252.  General Edit Keys
  253.  =================
  254.  Left Arrow:  Move cursor left
  255.  Right Arrow: Move cursor right
  256.  Home:        Move cursor to start of line
  257.  End:         Move cursor to end of line
  258.  Insert:      Toggle insert/overwrite mode
  259.  Delete:      Delete letter at cursor
  260.  Backspace:   Delete letter before cursor
  261.  Ctrl-Home:   Clear entire line
  262.  Ctrl-End:    Clear from cursor to line end
  263.  
  264.