home *** CD-ROM | disk | FTP | other *** search
/ Share Gallery 1 / share_gal_1.zip / share_gal_1 / UT / UT114.ZIP / MCS.DOC < prev    next >
Text File  |  1990-01-01  |  15KB  |  370 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9.  
  10.  
  11.  
  12.  
  13.  
  14.  
  15.  
  16.  
  17.  
  18.                             THE MENU CONSTRUCTION SET
  19.  
  20.                   (c) 1989 by Optimal Solutions of New Hampshire
  21.  
  22.  
  23.  
  24.  
  25.  
  26.  
  27.  
  28.  
  29.  
  30.                                  TABLE OF CONTENTS
  31.   
  32.   Installation Instructions................................................1
  33.   How to run MCS...........................................................1
  34.   Licensing Information....................................................1
  35.   Pricing/Licensing........................................................1
  36.   Special Note for Turnkey 3.X users.......................................1
  37.   Command Descriptions.....................................................2
  38.   Top Level Commands.......................................................2
  39.   Using the Add Command....................................................2
  40.   Using the Edit Command...................................................3
  41.   Using the Menu Command...................................................3
  42.   Using the Global Command.................................................3
  43.   Using the Set Command....................................................4
  44.   Using the Run Command....................................................4
  45.   Using the Xport Command..................................................4
  46.   Using the Info Command...................................................4
  47.   Using the Quit Command...................................................4
  48.   Technical Support........................................................5
  49.   Information about Reconfig - The DOS Configuration Manager...............5
  50.   Order Form...............................................................6
  51.   
  52.   
  53.  
  54.                                                                           -1-
  55.   INSTALLATION INSTRUCTIONS FOR THE MENU CONSTRUCTION SET
  56.   
  57.   Insert Installation Disk 1 into a floppy drive and then type:
  58.   
  59.                       A:       (or B: if you are using Drive B)
  60.                       INSTALL
  61.   
  62.   The installation program will let you know when to insert Disks 2 and 3.
  63.   
  64.   
  65.   HOW TO RUN THE MENU CONSTRUCTION SET
  66.   
  67.   Type MCS to run the menu authoring environment.
  68.   Type MENU to run the menus that you have created with MCS.
  69.   
  70.   
  71.   LICENSING INFORMATION FOR THE MENU CONSTRUCTION SET
  72.   
  73.   MCS is being distributed under the Shareware concept, which allows you to
  74.   try the software first before buying.  You only pay for the software if you
  75.   decide to use it.
  76.   
  77.   Upon receipt of your registration check, OSNH will send you the following:
  78.   
  79.                   o Latest version of MCS
  80.                   o The User's Manual
  81.                   o Automatic upgrade to MCS 2.0 (when available)
  82.   
  83.   Normally MCS is sold with a single user, single machine license.  However,
  84.   you can purchase the LAN server license, which allows all PCs that connect
  85.   to the server to run MCS at no additional cost.  Or, you can purchase the 
  86.   unlimited run-time distribution license, which allows you to distribute
  87.   an unlimited number of run-only versions of the menus you create.
  88.   
  89.   
  90.   PRICING/LICENSING (Order form on last page)
  91.   
  92.      Single user, single machine license (retail $95).............$47.50
  93.      LAN Server license (retail $295)............................$147.50
  94.      Unlimited run-time distribution license (retail $295).......$147.50
  95.   
  96.   Send check or money order to:
  97.         Optimal Solutions of NH, 6 Salem Road, Atkinson, NH 03811
  98.   
  99.   Hardware requirements are an IBM-compatible microcomputer with 384K memory 
  100.   running DOS 2.0 or later, and a hard disk.
  101.   
  102.   
  103.   SPECIAL NOTICE FOR TURNKEY 3.X USERS
  104.   
  105.   There is a conversion program called ConverTK which converts Turnkey 3.0
  106.   and Turnkey 3.1 menus to Menu Construction Set format.  ConverTK is 
  107.   available free with your MCS registration.
  108.   
  109.   
  110.  
  111.                                                                           -2-
  112.   COMMAND DESCRIPTIONS for the MCS editor
  113.   
  114.   
  115.   TOP LEVEL COMMANDS
  116.   
  117.   To execute any command in MCS, you must first press the slash (/) key.
  118.   Then use the arrow keys to highlight your selection and press Enter, or
  119.   just press the first letter of your selection as a shortcut.  For example,
  120.   press the slash key (/) and then the letter A to execute the Add command.
  121.   
  122.   Add (/A):     Add a new item to the currently displayed menu.
  123.   Edit (/E):    Make changes to the currently selected item.
  124.   Menu (/M):    Make changes to settings related to the currently displayed
  125.                 menu only.
  126.   Global (/G):  Make changes to settings related to all of the menus in the
  127.                 current menu set.
  128.   Set (/S):     Menu set operations such as load, create, copy, or delete
  129.                 menu sets.
  130.   Run (/R):     Run the current menu set.
  131.   Xport (/X):   Export the current menu set to a diskette that can be
  132.                 installed to other PCs.
  133.   Info (/I):    Information about The Menu Construction Set
  134.   Quit (/Q):    Leave The Menu Construction Set (all changes are
  135.                 automatically saved).
  136.   
  137.   
  138.   USING THE ADD COMMAND (/A)
  139.   
  140.   The Add command allows you to add a BatchFileItem (type /AB), a
  141.   SubmenuItem (/AS), or an InfoScreenItem (/AI) to the currently displayed
  142.   menu.  A BatchFileItem is an item which, when picked by the end user,
  143.   executes a batch file.  A SubmenuItem is an item which, when picked by the
  144.   end user, displays another menu.  An InfoScreenItem is an item which, when
  145.   picked by the end user, displays one or more screenfuls of text.
  146.   
  147.   A BatchFileItem is composed of the following:
  148.   - menu item name:  name which appears on the menu
  149.   - help message:  optional message which appears on the bottom of the menu
  150.     when the item is highlighted
  151.   - password:  optional case-sensitive password for the item
  152.   - argument prompt:  optional text which will be displayed upon selection
  153.     of the item.  The end user will be able to supply arguments to the
  154.     batch file
  155.   - batch file:  the commands which are executed
  156.   
  157.   A SubmenuItem is composed of the following:
  158.   - menu item name, help message, and password which operate the same as in
  159.     a BatchFileItem
  160.   
  161.   An InfoScreenItem is composed of the following:
  162.   - menu item name, help message, and password which operate the same as in
  163.     a BatchFileItem
  164.   - information screen which is displayed when the user selects this item.
  165.     There is no limit on the length of the message, the user can use the
  166.     PgUp/PgDn keys
  167.   
  168.   
  169.   
  170.  
  171.                                                                           -3-
  172.   USING THE EDIT COMMAND (/E)
  173.   
  174.   The Edit command allows you to edit previously defined menu items.  To use
  175.   the Edit command, first select the item in the menu that you would like to
  176.   change, and then press /E for Edit.
  177.   
  178.   
  179.   USING THE MENU COMMAND (/M)
  180.   
  181.   The Menu command allows you to change settings that affect an entire menu.
  182.   When you select the Menu command, a second layer of commands is displayed.
  183.   
  184.   Title (/MT):     The title of a menu is the line of text that appears at
  185.                    the top of a menu.
  186.   
  187.   Colors (/MC):    Change the colors of the currently displayed menu only.
  188.   
  189.   Move (/MM):      Move the currently selected item to a different position.
  190.   
  191.   Item type (/MI): Change the currently selected item to a different item
  192.                    type.  (BatchFileItem, SubmenuItem, or InfoScreenItem).
  193.   
  194.   Delete (/MD):    Delete the currently selected item.
  195.   
  196.   
  197.   USING THE GLOBAL COMMAND (/G)
  198.   
  199.   The Global command allows you to make changes to settings related to all
  200.   of the menus in the current menu set.
  201.   
  202.   Colors (/GC):     Change the colors of those portions of the screen
  203.                     outside of individual menus.
  204.   
  205.   Date (/GD):       Display the date in the upper left hand corner or not.
  206.   
  207.   Time (/GT):       Display the time in the upper right hand corner or not.
  208.   
  209.   User help (/GU):  Define text that appears on the bottom line of the
  210.                     screen.  For example, "Menus developed by ABC Company".
  211.   
  212.   Shadowing (/GS):  Use the shadowing effect on color monitors or not.
  213.   
  214.   Inactivity (/GI): Screen saver option.  Enter period of inactivity before
  215.                     the screen saver is activated.  Enter 0 to disable the
  216.                     screen saver.
  217.   
  218.   Escape (/GE):     Allow the end user to exit to DOS by pressing Escape,
  219.                     or not.
  220.   
  221.   Wrapping (/GW):   Allow cursor wrapping or not.  A third setting is called
  222.                     "Selective" - if a mouse is attached, wrapping is
  223.                     disabled, but if there is no mouse, then wrapping is
  224.                     enabled.
  225.   
  226.   LAN (/GL):        If multiple users are going to access the same menus
  227.                     located on a network drive, then the batch files should
  228.                     be placed on a local drive, typically drive C.  (Note
  229.                     that a LAN Server License is required to legally install
  230.                     MCS on a LAN Server.)
  231.   
  232.   
  233.   
  234.  
  235.                                                                           -4-
  236.   USING THE SET COMMAND (/S)
  237.   
  238.   The Set command allows you to manipulate entire menu sets.
  239.   
  240.   Load (/SL):      Load in an existing menu set.  Menu sets can also be
  241.                    loaded when you invoke MCS - for example, MCS EXAMPLE
  242.                    will automatically load the menu set called EXAMPLE.
  243.                    When no argument is given (e.g. MCS), then the default
  244.                    menu set is loaded (the default menu set is called
  245.                    DEFAULT).
  246.   
  247.   Create (/SC):    Create a new menu set.
  248.   
  249.   Make copy (/SM): Make a copy of the currently loaded set.
  250.   
  251.   Erase (/SE):     Delete a menu set.  You cannot delete the currently
  252.                    loaded set.
  253.   
  254.   
  255.   USING THE RUN COMMAND (/R)
  256.   
  257.   The Run command runs the current menu set.  This is useful for quickly
  258.   moving between the end user and authoring environments as you develop and
  259.   debug your menu sets.  To "complete the loop", define a "Run MCS"
  260.   BatchFileItem so that you can quickly switch environments.
  261.   
  262.   
  263.   USING THE XPORT COMMAND (/X)
  264.   
  265.   The Xport command exports the current menu set to a diskette that can be
  266.   installed on other PCs.  (Note that the purchase of an Unlimited Run-time
  267.   Distribution License is required before you can install this diskette on
  268.   other PCs.)
  269.   
  270.   
  271.   USING THE INFO COMMAND (/I)
  272.   
  273.   The purpose of this command is similar to a README file.  It displays
  274.   information pertaining to The Menu Construction Set.
  275.   
  276.   
  277.   USING THE QUIT COMMAND (/Q)
  278.   
  279.   The Quit command exits The Menu Construction Set and returns you to DOS.
  280.   Since menu information is continuously saved to disk as you use MCS, there
  281.   is no need to save menu sets before you exit to DOS.
  282.   
  283.   
  284.   
  285.  
  286.                                                                           -5-
  287.   TECHNICAL SUPPORT
  288.   
  289.   Registered users can call 603-362-4758 for 24 hours a day, 7 days a week
  290.   technical support.  If you are asked to leave a message, we will call you
  291.   back as soon as possible.
  292.   
  293.   
  294.   INFORMATION ABOUT RECONFIG - THE DOS CONFIGURATION MANAGER
  295.   
  296.   Reconfig is an extremely useful utility that allows the user to quickly
  297.   change to various Autoexec.bat/Config.sys combinations.  PCM Magazine
  298.   awarded Reconfig 2.1 a Publisher's Pick in its January 1989 issue.  Now
  299.   Reconfig 3.0 is available for $39.50, and can be ordered directly from
  300.   Optimal Solutions of NH.
  301.   
  302.   Currently, DOS users juggle multiple Autoexec.bat and Config.sys files by
  303.   using DOS commands and a text editor.  Now they can use Reconfig with its
  304.   integrated text editor and easy-to-use two-dimensional menus to maintain
  305.   up to 100 different "configurations" (Autoexec.bat/Config.sys
  306.   combinations).
  307.   
  308.   A key feature of Reconfig is its optional command line interface.  With
  309.   just one DOS command, you can switch to a predefined DOS configuration and
  310.   automatically reboot your machine.  Another useful feature is the ability
  311.   to import any DOS text file, which means you won't have to retype your
  312.   current Autoexec.bat and Config.sys files.
  313.   
  314.   And here's a sweetener.  If you buy Reconfig 3.0, you will receive Version
  315.   4.0 of this indispensible utility automatically.  Even if there is a price
  316.   increase, you will receive Version 4.0 at no charge.
  317.   
  318.   Hardware requirements for Reconfig 3.0 are 256K RAM, DOS 2.0 or later, and
  319.   a hard disk.  As is true of all OSNH software products, Reconfig 3.0 is
  320.   not copy protected.
  321.   
  322.   
  323.  
  324.                                                                           -6-
  325.   
  326.  
  327.   
  328.                                 ORDER FORM
  329.   
  330.  
  331.                    Make check        Optimal Solutions of NH
  332.                    payable to:            6 Salem Road
  333.                                        Atkinson, NH 03811
  334.  
  335.           ============================================================
  336.           Date:                          PO #:
  337.           ============================================================
  338.            Qty           Description                   Cost   Extension
  339.           ------------------------------------------------------------
  340.                |                                   |         |
  341.                | The Menu Construction Set         |         |
  342.                |    - Single user, single machine  |  $47.50 | $
  343.                |    - LAN Server license           | $147.50 | $
  344.                |    - Unlimited run-time license   | $147.50 | $
  345.                |                                   |         |
  346.                | Reconfig 3.0                      |  $39.50 | $
  347.                | (plus free update to Version 4.0) |         |
  348.                |                                   |         |
  349.           ------------------------------------------------------------
  350.                                                        Total: $
  351.  
  352.           Checks and money orders accepted.
  353.  
  354.                Name:
  355.                      ------------------------------------------------
  356.             Address:
  357.                      ------------------------------------------------
  358.                    :
  359.                      ------------------------------------------------
  360.                City:
  361.                      ------------------------------------------------
  362.               State:
  363.                      ------------------------------------------------
  364.                 Zip:
  365.                      ------------------------------------------------
  366.  
  367.  
  368.            Comments:
  369.  
  370.