home *** CD-ROM | disk | FTP | other *** search
/ ProfitPress Mega CDROM2 …eeware (MSDOS)(1992)(Eng) / ProfitPress-MegaCDROM2.B6I / UTILITY / MISC / SMSTR32C.ZIP / SM08.DOC < prev    next >
Encoding:
Text File  |  1991-01-21  |  47.7 KB  |  1,561 lines

  1.  
  2.      -------------------------------------------------------------------------
  3.      SECTION 8   SYSTEM MASTER Command Reference
  4.      -------------------------------------------------------------------------
  5.  
  6.      8.1   SYSTEM MASTER Command Listing
  7.  
  8.              1) Timer Operation
  9.              2) Command Processing
  10.              3) Command Termination
  11.              4) System Specific
  12.  
  13.            8.1.1   Timer Operation Instructions are designed and imple-
  14.                    mented to assist you in the automation and the security
  15.                    of unattended command processing.
  16.  
  17.                       [B]  Define Timer Break-out Sequence
  18.                       [T]  Set Timer Registers
  19.  
  20.            8.1.2   Command Processing Instructions are designed and imple-
  21.                    mented to perform various screen formatting, command
  22.                    specification, and system environment functions within
  23.                    the SYSTEM MASTER shell.  These commands are the heart
  24.                    of the system.
  25.  
  26.                       %s%  System Variable Parameter
  27.                       %n   Input Parameter Flags
  28.                       #n   Calculated Input Parameter Flag
  29.                       [!]  Display a message
  30.                       [?]  Prompt for Input
  31.                       [%]  Set Input Parameter Directly
  32.                       [-]  ECHO OFF
  33.                       [+]  ECHO ON
  34.                       [*]  Remark
  35.                       [C]  Calculate Input Parameter
  36.                       [D]  Timed Delay
  37.                       [E]  Echo string to display
  38.                       [I]  Include Menu Option
  39.                       [M]  Multiple Execution
  40.                       [P]  Pause for Keystroke
  41.                       [W]  Display Input/Message Window
  42.  
  43.            8.1.3   Command termination instructions are designed and imple-
  44.                    mented to achieve a smooth and powerful interface between
  45.                    SYSTEM MASTER and the DOS environment.
  46.  
  47.                       [J]  Jump to Menu Option
  48.                       [L]  Load System Master and Jump
  49.                       [X]  Load System Master and Execute
  50.                       [R]  Resident Mode
  51.  
  52.            8.1.4   System Specific instructions are commands whose only
  53.                    purpose is to control the operation and 'feel' of the
  54.                    SYSTEM MASTER shell.
  55.  
  56.                       [V]  Set System Variables
  57.  
  58.      Release Date: 21 January, 1991
  59.      -------------------------------------------------------------------------
  60.      System Master 3.2                                              Page  8- 1
  61.  
  62.      -------------------------------------------------------------------------
  63.      SECTION 8   SYSTEM MASTER Command Reference
  64.      -------------------------------------------------------------------------
  65.  
  66.      8.2   SYSTEM MASTER Command Reference
  67.  
  68.            8.2.1   Timer Operation Instructions
  69.  
  70.                    8.2.1.1   [B]  Define Timer Break-out Sequence
  71.  
  72.                              The "Timer break-out" sequence allows you to
  73.                              assign a user-defined series of key strokes
  74.                              that can be used to exit an invoked timer
  75.                              operation.
  76.  
  77.                              If a break-out sequence is to be defined, it
  78.                              MUST be defined in the command set ahead of the
  79.                              timer operation it will control.
  80.  
  81.                              A default sequence of ESC-E-X-I-T-ESC is prede-
  82.                              fined into SYSTEM MASTER and is functional until
  83.                              you override it with a definition of your own.
  84.  
  85.                              If you need to define a "secure" breakout se-
  86.                              quence, use this command followed by six (6)
  87.                              valid character codes in the format shown below.
  88.  
  89.                              If the [B] command is a requirement in your
  90.                              command set, don't forget the key sequence you
  91.                              used, because the default key sequence is dis-
  92.                              abled during the timer operation.
  93.  
  94.                              (See Appendix 'F' for Valid Keycodes)
  95.  
  96.                              Format:   [B] KeyCodeSequence
  97.  
  98.                              Exampl:   [B] \027\000\060\027\000\067
  99.  
  100.                                        {ESC-F2-ESC-F9}
  101.  
  102.                                        The KeyCodeSequence must begin in
  103.                                        character position 5 of the command
  104.                                        string and be formatted as shown.
  105.                                        Codes of \000 indicate an extended
  106.                                        keycode follows.
  107.  
  108.                                        (\000\060 represents the 'F2' key).
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.      Release Date: 21 January, 1991
  119.      -------------------------------------------------------------------------
  120.      System Master 3.2                                              Page  8- 2
  121.  
  122.      -------------------------------------------------------------------------
  123.      SECTION 8   SYSTEM MASTER Command Reference
  124.      -------------------------------------------------------------------------
  125.  
  126.      8.2   SYSTEM MASTER Command Reference (continued)
  127.  
  128.            8.2.1   Timer Operation Instructions (continued)
  129.  
  130.                    8.2.1.2   [T]  Set Timer for Unattended Processing
  131.  
  132.                              The "Set Timer" command allows you to execute
  133.                              option(s) and commands at any time of the day
  134.                              or night unattended.
  135.  
  136.                              Only 1 timer operation may be defined within a
  137.                              menu option.
  138.  
  139.                              If a command set containing a timer operation
  140.                              contains any [I] instructions, the 'I'ncluded
  141.                              command sets may NOT contain additional timer
  142.                              operations.
  143.  
  144.                              NOTE: You can, although, terminate a menu selec-
  145.                              tion with the SYSTEM MASTER '[X]' command to
  146.                              'Chain' and 'Execute' additional menu options
  147.                              that contain timer operations.
  148.  
  149.                              Format:   [T] time date
  150.  
  151.                              Exampl:   [T] 15:00:00
  152.  
  153.                                        Sets the timer to begin execution at
  154.                                        3:00 PM of the same day.
  155.  
  156.                              Exampl:   [T] 15:00:00 01/31/91
  157.  
  158.                                        Sets the timer to begin execution at
  159.                                        3:00 PM on January 31, 1991.
  160.  
  161.  
  162.  
  163.  
  164.  
  165.  
  166.  
  167.  
  168.  
  169.  
  170.  
  171.  
  172.  
  173.  
  174.  
  175.  
  176.  
  177.  
  178.      Release Date: 21 January, 1991
  179.      -------------------------------------------------------------------------
  180.      System Master 3.2                                              Page  8- 3
  181.  
  182.      -------------------------------------------------------------------------
  183.      SECTION 8   SYSTEM MASTER Command Reference
  184.      -------------------------------------------------------------------------
  185.  
  186.      8.2   SYSTEM MASTER Command Reference (continued)
  187.  
  188.            8.2.2   Command Processing Instructions (continued)
  189.  
  190.                    8.2.2.1   %string%  System Variable Input Parameter
  191.  
  192.                              The "System Variable Input Parameter" allows you
  193.                              to attach System variables, assigned with the DOS
  194.                              'SET' command to DOS or NON-DOS System commands.
  195.  
  196.                              The useage of the input parameter passing feature
  197.                              of SYSTEM MASTER is very similar to the DOS Batch
  198.                              feature.
  199.  
  200.                              Format:   command %string%
  201.  
  202.                              Exampl:   cd\%mydir%
  203.  
  204.                                        This command changes the current direc-
  205.                                        tory to one specified as a system var-
  206.                                        iable 'mydir'.  The 'mydir' variable
  207.                                        MUST exist in the DOS Environment and
  208.                                        MUST have been defined with the DOS
  209.                                        'SET' command.
  210.  
  211.                                        SET mydir=validnam
  212.                                                  {defines 'mydir'}
  213.                                        CD\%mydir%
  214.                                                  {changes the current directory
  215.                                                  to 'validnam'}
  216.  
  217.  
  218.  
  219.  
  220.  
  221.  
  222.  
  223.  
  224.  
  225.  
  226.  
  227.  
  228.  
  229.  
  230.  
  231.  
  232.  
  233.  
  234.  
  235.  
  236.  
  237.  
  238.      Release Date: 21 January, 1991
  239.      -------------------------------------------------------------------------
  240.      System Master 3.2                                              Page  8- 4
  241.  
  242.      -------------------------------------------------------------------------
  243.      SECTION 8   SYSTEM MASTER Command Reference
  244.      -------------------------------------------------------------------------
  245.  
  246.      8.2   SYSTEM MASTER Command Reference (continued)
  247.  
  248.            8.2.2   Command Processing Instructions (continued)
  249.  
  250.                    8.2.2.2   %n   Input Parameter Flags
  251.  
  252.                              The "Input Parameter Flag" allows you to attach
  253.                              input parameters collected by the '[?]' command
  254.                              to DOS or NON-DOS System commands
  255.  
  256.                              The useage of the input parameter passing feature
  257.                              of SYSTEM MASTER is very similar to the DOS Batch
  258.                              feature.
  259.  
  260.                              Format:   command %1 %2 ... %9
  261.  
  262.                              Exampl:   copy %1 %2
  263.  
  264.                                        This command implementation requires
  265.                                        that '%1' & '%2' parameters be assigned
  266.                                        by using the [?] input command prior to
  267.                                        attempting to pass the parameters to a
  268.                                        command.
  269.  
  270.                                        [?] S Input Source File Name:
  271.                                                  {defines %1}
  272.                                        [?] S Input Target File Name:
  273.                                                  {defines %2}
  274.                                        copy %1 %2
  275.  
  276.  
  277.  
  278.  
  279.  
  280.  
  281.  
  282.  
  283.  
  284.  
  285.  
  286.  
  287.  
  288.  
  289.  
  290.  
  291.  
  292.  
  293.  
  294.  
  295.  
  296.  
  297.  
  298.      Release Date: 21 January, 1991
  299.      -------------------------------------------------------------------------
  300.      System Master 3.2                                              Page  8- 5
  301.  
  302.      -------------------------------------------------------------------------
  303.      SECTION 8   SYSTEM MASTER Command Reference
  304.      -------------------------------------------------------------------------
  305.  
  306.      8.2   SYSTEM MASTER Command Reference (continued)
  307.  
  308.            8.2.2   Command Processing Instructions (continued)
  309.  
  310.                    8.2.2.3   #n   Calculated Input Parameter Flags
  311.  
  312.                              The "Calculated Input Parameter Flag" allows you
  313.                              to execute a mathematical calculation and then
  314.                              attach input parameters collected by the '[C]'
  315.                              command to DOS or NON-DOS System commands.
  316.  
  317.                              The useage of the calculated input parameter
  318.                              passing feature of SYSTEM MASTER is not available
  319.                              thru DOS.
  320.  
  321.                              Format:   command #1 #2 ... #9
  322.  
  323.                              Exampl:   CMDFILE #1
  324.  
  325.                                        This command implementation requires
  326.                                        that the '#1' parameters be assigned
  327.                                        by using the [C] calculate command prior
  328.                                        to attempting to pass the parameters to
  329.                                        a command.
  330.  
  331.                                        [?] R  Input First Real Value:
  332.                                                  {defines %1}
  333.                                        [?] R Input Second Real Value:
  334.                                                  {defines %2}
  335.                                        [C] %1 * %2
  336.                                                  {calcs %1 * %2 and assigns
  337.                                                   the result to #1}
  338.  
  339.  
  340.  
  341.  
  342.  
  343.  
  344.  
  345.  
  346.  
  347.  
  348.  
  349.  
  350.  
  351.  
  352.  
  353.  
  354.  
  355.  
  356.  
  357.  
  358.      Release Date: 21 January, 1991
  359.      -------------------------------------------------------------------------
  360.      System Master 3.2                                              Page  8- 6
  361.  
  362.      -------------------------------------------------------------------------
  363.      SECTION 8   SYSTEM MASTER Command Reference
  364.      -------------------------------------------------------------------------
  365.  
  366.      8.2   SYSTEM MASTER Command Reference (continued)
  367.  
  368.            8.2.2   Command Processing Instructions (continued)
  369.  
  370.                    8.2.2.4   [!]  Display a message
  371.  
  372.                              The "Display Message" command allows you to dis-
  373.                              play a descriptive message or a set of responses
  374.                              to input prompts on the SYSTEM MASTER screen.
  375.  
  376.                              Format:   [!]
  377.  
  378.                                        Displays an empty line in the open
  379.                                        window.
  380.  
  381.                              Format:   [!] n
  382.  
  383.                                        Displays 'n' empty lines in the open
  384.                                        window.
  385.                                        ('n' must be in the range of 1..7)
  386.  
  387.                              Format:   [!] Message to be displayed
  388.  
  389.                                        Displays a message on the current line
  390.                                        of an open window.
  391.  
  392.  
  393.  
  394.  
  395.  
  396.  
  397.  
  398.  
  399.  
  400.  
  401.  
  402.  
  403.  
  404.  
  405.  
  406.  
  407.  
  408.  
  409.  
  410.  
  411.  
  412.  
  413.  
  414.  
  415.  
  416.  
  417.  
  418.      Release Date: 21 January, 1991
  419.      -------------------------------------------------------------------------
  420.      System Master 3.2                                              Page  8- 7
  421.  
  422.      -------------------------------------------------------------------------
  423.      SECTION 8   SYSTEM MASTER Command Reference
  424.      -------------------------------------------------------------------------
  425.  
  426.      8.2   SYSTEM MASTER Command Reference (continued)
  427.  
  428.            8.2.2   Command Processing Instructions (continued)
  429.  
  430.                    8.2.2.5   [?]  Prompt for Input
  431.  
  432.                              The "Prompt for Input" command prompts the user
  433.                              to specify input parameters for commands that
  434.                              are designed to operate with them.
  435.                              When collecting input parameters, SYSTEM MASTER
  436.                              automatically begins with 1 and increments a
  437.                              parameter counter for each input prompt encoun-
  438.                              tered up to a maximum of 9. (see the '[F]' com-
  439.                              mand description for exceptions)
  440.  
  441.                              Format:   [?] 0
  442.  
  443.                                        Resets the Internal Input Parameter
  444.                                        Counter to a value of 0.
  445.  
  446.                              Format:   [?] N
  447.  
  448.                                        Forces the user to input an integer
  449.                                        value.  No Input Message is displayed.
  450.  
  451.                              Format:   [?] R
  452.  
  453.                                        Forces the user to input a real value.
  454.                                        No Input Message is displayed.
  455.  
  456.                              Format:   [?] S
  457.  
  458.                                        Forces the user to input a character
  459.                                        string.  No Input Message is displayed.
  460.  
  461.                              Format:   [?] N Displayed Prompt
  462.  
  463.                                        Forces the user to input an integer
  464.                                        value.  An Input Message is displayed
  465.                                        with the input prompt.
  466.  
  467.                              Format:   [?] R Displayed Prompt
  468.  
  469.                                        Forces the user to input a real value.
  470.                                        An Input Message is displayed with the
  471.                                        input prompt.
  472.  
  473.                              Format:   [?] S Displayed Prompt
  474.  
  475.                                        Forces the user to input a character
  476.                                        string.  An Input Message is displayed
  477.                                        with the input prompt.
  478.      Release Date: 21 January, 1991
  479.      -------------------------------------------------------------------------
  480.      System Master 3.2                                              Page  8- 8
  481.  
  482.      -------------------------------------------------------------------------
  483.      SECTION 8   SYSTEM MASTER Command Reference
  484.      -------------------------------------------------------------------------
  485.  
  486.      8.2   SYSTEM MASTER Command Reference (continued)
  487.  
  488.            8.2.2   Command Processing Instructions (continued)
  489.  
  490.                    8.2.2.6   [%]   Set Input Parameter Flags
  491.  
  492.                              The "Set Input Parameter Flag" allows you to
  493.                              attach input parameters directly to a %n input
  494.                              parameter flag, then assign them to DOS or NON-DOS
  495.                              System commands.
  496.  
  497.                              The useage of the input parameter passing feature
  498.                              of SYSTEM MASTER is very similar to the DOS Batch
  499.                              feature.
  500.  
  501.                              Format:   [%] varvalue
  502.  
  503.                              Exampl:   del %1
  504.  
  505.                                        This command implementation takes the
  506.                                        input parameter specified with the [%]
  507.                                        command and deletes the disk file that
  508.                                        corresponds with the value in %1.
  509.  
  510.                                        [%] diskfile.nam
  511.                                                  {defines %1}
  512.                                        del %1
  513.                                                  {deletes disk file
  514.                                                   'diskfile.nam'}
  515.  
  516.  
  517.  
  518.  
  519.  
  520.  
  521.  
  522.  
  523.  
  524.  
  525.  
  526.  
  527.  
  528.  
  529.  
  530.  
  531.  
  532.  
  533.  
  534.  
  535.  
  536.  
  537.  
  538.      Release Date: 21 January, 1991
  539.      -------------------------------------------------------------------------
  540.      System Master 3.2                                              Page  8- 9
  541.  
  542.      -------------------------------------------------------------------------
  543.      SECTION 8   SYSTEM MASTER Command Reference
  544.      -------------------------------------------------------------------------
  545.  
  546.      8.2   SYSTEM MASTER Command Reference (continued)
  547.  
  548.            8.2.2   Command Processing Instructions (continued)
  549.  
  550.                    8.2.2.8   [-]  ECHO OFF
  551.  
  552.                              The "Echo Off" command issues a DOS Batch
  553.                              'ECHO OFF' command.
  554.  
  555.                              Format:   [-]
  556.  
  557.  
  558.  
  559.  
  560.  
  561.  
  562.  
  563.  
  564.  
  565.  
  566.  
  567.  
  568.  
  569.  
  570.  
  571.  
  572.  
  573.  
  574.  
  575.  
  576.  
  577.  
  578.  
  579.  
  580.  
  581.  
  582.  
  583.  
  584.  
  585.  
  586.  
  587.  
  588.  
  589.  
  590.  
  591.  
  592.  
  593.  
  594.  
  595.  
  596.  
  597.  
  598.      Release Date: 21 January, 1991
  599.      -------------------------------------------------------------------------
  600.      System Master 3.2                                              Page  8-10
  601.  
  602.      -------------------------------------------------------------------------
  603.      SECTION 8   SYSTEM MASTER Command Reference
  604.      -------------------------------------------------------------------------
  605.  
  606.      8.2   SYSTEM MASTER Command Reference (continued)
  607.  
  608.            8.2.2   Command Processing Instructions (continued)
  609.  
  610.                    8.2.2.9   [+]  ECHO ON
  611.  
  612.                              The "Echo On" command issues a DOS Batch
  613.                              'ECHO ON' command.
  614.  
  615.                              Format:   [+]
  616.  
  617.  
  618.  
  619.  
  620.  
  621.  
  622.  
  623.  
  624.  
  625.  
  626.  
  627.  
  628.  
  629.  
  630.  
  631.  
  632.  
  633.  
  634.  
  635.  
  636.  
  637.  
  638.  
  639.  
  640.  
  641.  
  642.  
  643.  
  644.  
  645.  
  646.  
  647.  
  648.  
  649.  
  650.  
  651.  
  652.  
  653.  
  654.  
  655.  
  656.  
  657.  
  658.      Release Date: 21 January, 1991
  659.      -------------------------------------------------------------------------
  660.      System Master 3.2                                              Page  8-11
  661.  
  662.      -------------------------------------------------------------------------
  663.      SECTION 8   SYSTEM MASTER Command Reference
  664.      -------------------------------------------------------------------------
  665.  
  666.      8.2   SYSTEM MASTER Command Reference (continued)
  667.  
  668.            8.2.2   Command Processing Instructions (continued)
  669.  
  670.                    8.2.2.7   [*]  Remark
  671.  
  672.                              The "Comment" command allows you to document
  673.                              complicated or unusual command sequences within
  674.                              a SYSTEM MASTER command set.
  675.  
  676.                              Note: Since you are allowed a maximum of 255
  677.                                    command characters, using the "Remark"
  678.                                    command a lot may cause you to run out
  679.                                    of command space.
  680.  
  681.                              Format:   [*] Any comment
  682.  
  683.  
  684.  
  685.  
  686.  
  687.  
  688.  
  689.  
  690.  
  691.  
  692.  
  693.  
  694.  
  695.  
  696.  
  697.  
  698.  
  699.  
  700.  
  701.  
  702.  
  703.  
  704.  
  705.  
  706.  
  707.  
  708.  
  709.  
  710.  
  711.  
  712.  
  713.  
  714.  
  715.  
  716.  
  717.  
  718.      Release Date: 21 January, 1991
  719.      -------------------------------------------------------------------------
  720.      System Master 3.2                                              Page  8-12
  721.  
  722.      -------------------------------------------------------------------------
  723.      SECTION 8   SYSTEM MASTER Command Reference
  724.      -------------------------------------------------------------------------
  725.  
  726.      8.2   SYSTEM MASTER Command Reference (continued)
  727.  
  728.            8.2.2   Command Processing Instructions (continued)
  729.  
  730.                    8.2.2.10  [C] Calculate Input Parameter
  731.  
  732.                              The "Calculate Input Parameter" command requires
  733.                              2 Parameters to operate.  The 2 parameters MUST
  734.                              be real numbers, and may be assigned directly
  735.                              or collected with the [?] command.
  736.  
  737.                              When calculating input parameters, SYSTEM MASTER
  738.                              automatically begins with 1 and increments a
  739.                              parameter counter for each Calculate command
  740.                              encountered up to a maximum of 9.
  741.  
  742.                              Format:   [C] 0
  743.  
  744.                                        Resets the Internal Input Parameter
  745.                                        Counter.
  746.  
  747.                              Format:   [C] %r1  *,/,+,-  %r2
  748.  
  749.                                        Performs a calculation based on 2 input
  750.                                        parameters '%r1' and '%r2'.  These 2
  751.                                        parameters may be assigned directly, as
  752.                                        collected input parameters, or a
  753.                                        combination of the two.
  754.                                        (Only 1 Calculation may be performed
  755.                                        within any [C] command).
  756.  
  757.                                        Command operators are as follows:
  758.                                                        ___
  759.                                         *  multiply       |
  760.                                         /  division       |- Result = REAL
  761.                                         +  addition       |
  762.                                         -  subtraction ___|
  763.  
  764.  
  765.  
  766.  
  767.  
  768.  
  769.  
  770.  
  771.  
  772.  
  773.  
  774.  
  775.  
  776.  
  777.  
  778.      Release Date: 21 January, 1991
  779.      -------------------------------------------------------------------------
  780.      System Master 3.2                                              Page  8-13
  781.  
  782.      -------------------------------------------------------------------------
  783.      SECTION 8   SYSTEM MASTER Command Reference
  784.      -------------------------------------------------------------------------
  785.  
  786.      8.2   SYSTEM MASTER Command Reference (continued)
  787.  
  788.            8.2.2   Command Processing Instructions (continued)
  789.  
  790.                    8.2.2.11  [D]  Timed Delay
  791.  
  792.                              The "Delay" command forces SYSTEM MASTER to delay
  793.                              for 'n'/10 th's of a second.
  794.  
  795.                              Format:   [D] n
  796.  
  797.                              Exampl:   [D] 30
  798.  
  799.                                        Would delay parameter collection or
  800.                                        SYSTEM MASTER processing for 3 seconds.
  801.  
  802.  
  803.  
  804.  
  805.  
  806.  
  807.  
  808.  
  809.  
  810.  
  811.  
  812.  
  813.  
  814.  
  815.  
  816.  
  817.  
  818.  
  819.  
  820.  
  821.  
  822.  
  823.  
  824.  
  825.  
  826.  
  827.  
  828.  
  829.  
  830.  
  831.  
  832.  
  833.  
  834.  
  835.  
  836.  
  837.  
  838.      Release Date: 21 January, 1991
  839.      -------------------------------------------------------------------------
  840.      System Master 3.2                                              Page  8-14
  841.  
  842.      -------------------------------------------------------------------------
  843.      SECTION 8   SYSTEM MASTER Command Reference
  844.      -------------------------------------------------------------------------
  845.  
  846.      8.2   SYSTEM MASTER Command Reference (continued)
  847.  
  848.            8.2.2   Command Processing Instructions (continued)
  849.  
  850.                    8.2.2.12  [E]  Echo string to display
  851.  
  852.                              The "Echo Message" command allows you to dis-
  853.                              play a message onto the DOS screen as batch
  854.                              commands are being processed.
  855.  
  856.                              Format:   [E] Message to be displayed
  857.  
  858.  
  859.  
  860.  
  861.  
  862.  
  863.  
  864.  
  865.  
  866.  
  867.  
  868.  
  869.  
  870.  
  871.  
  872.  
  873.  
  874.  
  875.  
  876.  
  877.  
  878.  
  879.  
  880.  
  881.  
  882.  
  883.  
  884.  
  885.  
  886.  
  887.  
  888.  
  889.  
  890.  
  891.  
  892.  
  893.  
  894.  
  895.  
  896.  
  897.  
  898.      Release Date: 21 January, 1991
  899.      -------------------------------------------------------------------------
  900.      System Master 3.2                                              Page  8-15
  901.  
  902.      -------------------------------------------------------------------------
  903.      SECTION 8   SYSTEM MASTER Command Reference
  904.      -------------------------------------------------------------------------
  905.  
  906.      8.2   SYSTEM MASTER Command Reference (continued)
  907.  
  908.            8.2.2   Command Processing Instructions (continued)
  909.  
  910.                    8.2.2.13  [I]  Include Menu Option
  911.  
  912.                              The "Include Option" command is a very special
  913.                              SYSTEM MASTER command feature.  This command
  914.                              allows you to 'Include' other menu option com-
  915.                              mand sets into the selected menu option command
  916.                              set.
  917.  
  918.                              You can create menu sub-options in various lo-
  919.                              cations around the SYSTEM MASTER shell, and then
  920.                              have SYSTEM MASTER collect those sub-options at
  921.                              run time, and execute them as if the commands
  922.                              were located within the selected option.
  923.  
  924.                              Note: Since you are limited to a maximum of 255
  925.                                    total commands within a single selection,
  926.                                    you should take care not to exceed this
  927.                                    boundary.
  928.  
  929.                                    You can, although, terminate a menu selec-
  930.                                    tion with the SYSTEM MASTER '[X]' command
  931.                                    to 'Chain' and 'Execute' additional menu
  932.                                    options.
  933.  
  934.                                    (see the '[X]' command in the Terminator
  935.                                    Commands Sec.)
  936.  
  937.                              Format:   [I] nnnnnn
  938.  
  939.                              Exampl:   [I] 157404
  940.  
  941.                                        This command would tell SYSTEM MASTER
  942.                                        to load menu level 15, menu 7 and copy
  943.                                        the contents of Menu box 4, Option 4
  944.                                        into the selected menu option command
  945.                                        structure at the location where the
  946.                                        '[I]' command occurred in the selected
  947.                                        menu option command set.
  948.  
  949.  
  950.  
  951.  
  952.  
  953.  
  954.  
  955.  
  956.  
  957.  
  958.      Release Date: 21 January, 1991
  959.      -------------------------------------------------------------------------
  960.      System Master 3.2                                              Page  8-16
  961.  
  962.      -------------------------------------------------------------------------
  963.      SECTION 8   SYSTEM MASTER Command Reference
  964.      -------------------------------------------------------------------------
  965.  
  966.      8.2   SYSTEM MASTER Command Reference (continued)
  967.  
  968.            8.2.2   Command Processing Instructions (continued)
  969.  
  970.                    8.2.2.14  [M]  Multiple Execution
  971.  
  972.                              The "Multiple Execution" command allows you to
  973.                              process the 'n1' following command lines, 'n2'
  974.                              times.
  975.  
  976.                              The 'n1' & 'n2' parameters must be single digit
  977.                              integers in the range of 1..9.
  978.  
  979.                              Multiple execution of [I] nnnnnn include commands
  980.                              is supported although this practice can use up
  981.                              command space very quickly.
  982.  
  983.                              Format:   [M] n1 n2
  984.  
  985.                              Exampl:   [M] 6 3
  986.  
  987.                                        A command call of '[M] 6 3' would pro-
  988.                                        cess the 6 lines following the [M] a
  989.                                        total of 3 times in succession.
  990.  
  991.                                        Note: Using this command as stated
  992.                                        above ([M] 6 3) would take 18 of the
  993.                                        maximum 255 command lines available.
  994.  
  995.  
  996.  
  997.  
  998.  
  999.  
  1000.  
  1001.  
  1002.  
  1003.  
  1004.  
  1005.  
  1006.  
  1007.  
  1008.  
  1009.  
  1010.  
  1011.  
  1012.  
  1013.  
  1014.  
  1015.  
  1016.  
  1017.  
  1018.      Release Date: 21 January, 1991
  1019.      -------------------------------------------------------------------------
  1020.      System Master 3.2                                              Page  8-17
  1021.  
  1022.      -------------------------------------------------------------------------
  1023.      SECTION 8   SYSTEM MASTER Command Reference
  1024.      -------------------------------------------------------------------------
  1025.  
  1026.      8.2   SYSTEM MASTER Command Reference (continued)
  1027.  
  1028.            8.2.2   Command Processing Instructions (continued)
  1029.  
  1030.                    8.2.2.15  [P]  Pause for Keystroke
  1031.  
  1032.                              The "Pause" command forces SYSTEM MASTER to
  1033.                              pause until the user presses a key.
  1034.  
  1035.                              A "Press Any Key to Continue..." message is
  1036.                              automatically displayed.
  1037.  
  1038.                              Format:   [P]
  1039.  
  1040.  
  1041.  
  1042.  
  1043.  
  1044.  
  1045.  
  1046.  
  1047.  
  1048.  
  1049.  
  1050.  
  1051.  
  1052.  
  1053.  
  1054.  
  1055.  
  1056.  
  1057.  
  1058.  
  1059.  
  1060.  
  1061.  
  1062.  
  1063.  
  1064.  
  1065.  
  1066.  
  1067.  
  1068.  
  1069.  
  1070.  
  1071.  
  1072.  
  1073.  
  1074.  
  1075.  
  1076.  
  1077.  
  1078.      Release Date: 21 January, 1991
  1079.      -------------------------------------------------------------------------
  1080.      System Master 3.2                                              Page  8-18
  1081.  
  1082.      -------------------------------------------------------------------------
  1083.      SECTION 8   SYSTEM MASTER Command Reference
  1084.      -------------------------------------------------------------------------
  1085.  
  1086.      8.2   SYSTEM MASTER Command Reference (continued)
  1087.  
  1088.            8.2.2   Command Processing Instructions (continued)
  1089.  
  1090.                    8.2.2.16  [W]  Display Input/Message Window
  1091.  
  1092.                              The "Display Window" command opens a work window
  1093.                              to allow for the collection of input parameters
  1094.                              or for the displaying of information on the
  1095.                              SYSTEM MASTER work screen.
  1096.  
  1097.                              Format:   [W]
  1098.  
  1099.  
  1100.  
  1101.  
  1102.  
  1103.  
  1104.  
  1105.  
  1106.  
  1107.  
  1108.  
  1109.  
  1110.  
  1111.  
  1112.  
  1113.  
  1114.  
  1115.  
  1116.  
  1117.  
  1118.  
  1119.  
  1120.  
  1121.  
  1122.  
  1123.  
  1124.  
  1125.  
  1126.  
  1127.  
  1128.  
  1129.  
  1130.  
  1131.  
  1132.  
  1133.  
  1134.  
  1135.  
  1136.  
  1137.  
  1138.      Release Date: 21 January, 1991
  1139.      -------------------------------------------------------------------------
  1140.      System Master 3.2                                              Page  8-19
  1141.  
  1142.      -------------------------------------------------------------------------
  1143.      SECTION 8   SYSTEM MASTER Command Reference
  1144.      -------------------------------------------------------------------------
  1145.  
  1146.      8.2   SYSTEM MASTER Command Reference (continued)
  1147.  
  1148.            8.2.3   Command Termination Instructions
  1149.  
  1150.                    8.2.3.1   [J]  Jump to Menu Option
  1151.  
  1152.                              The "Jump" command allows you to 'Jump' from the
  1153.                              selected menu option to another menu option any-
  1154.                              where within the SYSTEM MASTER shell.
  1155.  
  1156.                              If the target menu option does not exist, SYSTEM
  1157.                              MASTER will create all of the necessary data
  1158.                              files.  The target menu file is then loaded, and
  1159.                              the hilite bar is positioned on the target menu
  1160.                              option.
  1161.  
  1162.                              This command should be used ONLY for internal
  1163.                              menu jumps, and should be used in a command set
  1164.                              by itself.
  1165.  
  1166.                              Format:   [J] nnnnnn
  1167.  
  1168.                              Exampl:   [J] 157404
  1169.  
  1170.                                        This command would tell SYSTEM MASTER
  1171.                                        to jump to menu level 15, menu 7, menu
  1172.                                        box 4, Option 4 and place the selection
  1173.                                        bar at that location.
  1174.  
  1175.  
  1176.  
  1177.  
  1178.  
  1179.  
  1180.  
  1181.  
  1182.  
  1183.  
  1184.  
  1185.  
  1186.  
  1187.  
  1188.  
  1189.  
  1190.  
  1191.  
  1192.  
  1193.  
  1194.  
  1195.  
  1196.  
  1197.  
  1198.      Release Date: 21 January, 1991
  1199.      -------------------------------------------------------------------------
  1200.      System Master 3.2                                              Page  8-20
  1201.  
  1202.      -------------------------------------------------------------------------
  1203.      SECTION 8   SYSTEM MASTER Command Reference
  1204.      -------------------------------------------------------------------------
  1205.  
  1206.      8.2   SYSTEM MASTER Command Reference (continued)
  1207.  
  1208.            8.2.3   Command Termination Instructions (continued)
  1209.  
  1210.                    8.2.3.2   [L]  Load System Master and Jump
  1211.  
  1212.                              The "Load & Jump" command is used at the end of
  1213.                              a command set to reload SYSTEM MASTER after com-
  1214.                              mand processing in DOS has terminated.
  1215.  
  1216.                              Format:   [L]
  1217.  
  1218.                                        Reloads SYSTEM MASTER and repositions
  1219.                                        the menu selection bar to Level 1,
  1220.                                        Menu 1, Box 1, Option 1.
  1221.  
  1222.                              Format:   [L] C
  1223.  
  1224.                                        Reloads SYSTEM MASTER and repositions
  1225.                                        the menu selection bar to the 'Calling'
  1226.                                        menu option.
  1227.  
  1228.                              Format:   [L] nnnnnn
  1229.  
  1230.                              Exampl:   [L] 157404
  1231.  
  1232.                                        This command would reload SYSTEM MASTER
  1233.                                        and reposition the menu selection bar
  1234.                                        in menu level 15, menu 7 on Menu box 4,
  1235.                                        Option 4.
  1236.  
  1237.  
  1238.  
  1239.  
  1240.  
  1241.  
  1242.  
  1243.  
  1244.  
  1245.  
  1246.  
  1247.  
  1248.  
  1249.  
  1250.  
  1251.  
  1252.  
  1253.  
  1254.  
  1255.  
  1256.  
  1257.  
  1258.      Release Date: 21 January, 1991
  1259.      -------------------------------------------------------------------------
  1260.      System Master 3.2                                              Page  8-21
  1261.  
  1262.      -------------------------------------------------------------------------
  1263.      SECTION 8   SYSTEM MASTER Command Reference
  1264.      -------------------------------------------------------------------------
  1265.  
  1266.      8.2   SYSTEM MASTER Command Reference (continued)
  1267.  
  1268.            8.2.3   Command Termination Instructions (continued)
  1269.  
  1270.                    8.2.3.3   [X]  Load System Master and Execute
  1271.  
  1272.                              The "Load & Execute" command is used at the end
  1273.                              of a command set to reload SYSTEM MASTER and
  1274.                              Execute a specified menu option, after current
  1275.                              command processing in DOS terminates.
  1276.  
  1277.                              Specifying the '[X]' command reloads SYSTEM
  1278.                              MASTER but does NOT display the system master
  1279.                              screen.  SYSTEM MASTER only loads the command
  1280.                              definitions, and then executes the specified
  1281.                              menu option.
  1282.  
  1283.                              This allows for virtually infinite 'Chaining'
  1284.                              of menu options and command sequences.
  1285.  
  1286.                              Format:   [X] nnnnnn
  1287.  
  1288.                              Exampl:   [L] 157404
  1289.  
  1290.                                        This command would reload SYSTEM MASTER
  1291.                                        and execute the menu option in menu
  1292.                                        level 15, menu 7 on Menu box 4, Optn 4.
  1293.  
  1294.  
  1295.  
  1296.  
  1297.  
  1298.  
  1299.  
  1300.  
  1301.  
  1302.  
  1303.  
  1304.  
  1305.  
  1306.  
  1307.  
  1308.  
  1309.  
  1310.  
  1311.  
  1312.  
  1313.  
  1314.  
  1315.  
  1316.  
  1317.  
  1318.      Release Date: 21 January, 1991
  1319.      -------------------------------------------------------------------------
  1320.      System Master 3.2                                              Page  8-22
  1321.  
  1322.      -------------------------------------------------------------------------
  1323.      SECTION 8   SYSTEM MASTER Command Reference
  1324.      -------------------------------------------------------------------------
  1325.  
  1326.      8.2   SYSTEM MASTER Command Reference (continued)
  1327.  
  1328.            8.2.3   Command Termination Instructions (continued)
  1329.  
  1330.                    8.2.3.4   [R]  Operate in Resident Mode
  1331.  
  1332.                              The "Resident" command causes SYSTEM MASTER to
  1333.                              remain resident in system memory during command
  1334.                              execution.
  1335.  
  1336.                              See section 4.2 for the DOS commands that require
  1337.                              the 'D' parameter when executed with SYSTEM
  1338.                              MASTER in Resident mode.
  1339.  
  1340.                              The 'D' parameter allows DOS commands to be
  1341.                              executed thru SYSTEM MASTER and the DOS command
  1342.                              processor (COMMAND.COM) as long as sufficient
  1343.                              system memory remains available.
  1344.  
  1345.                              Format:   [R] D command
  1346.  
  1347.                              Exampl:
  1348.  
  1349.  
  1350.  
  1351.  
  1352.  
  1353.                              The 'N' parameter allows DOS command files &
  1354.                              program files to be 'Exec'uted thru SYSTEM MASTER
  1355.                              as long as sufficient system memory remains
  1356.                              available.
  1357.  
  1358.                              Format:   [R] N command
  1359.  
  1360.                              Exampl:
  1361.  
  1362.  
  1363.  
  1364.  
  1365.  
  1366.                              The 'command' is a valid DOS command or file name
  1367.                              for the command/program file to be executed.  The
  1368.                              'command' MUST include the full path (if not in
  1369.                              the DOS search path) and the file extension.
  1370.  
  1371.                              The 'parms' are any valid input parameters re-
  1372.                              quired by the executed command to fulfill its
  1373.                              tasks.
  1374.  
  1375.  
  1376.  
  1377.  
  1378.      Release Date: 21 January, 1991
  1379.      -------------------------------------------------------------------------
  1380.      System Master 3.2                                              Page  8-23
  1381.  
  1382.      -------------------------------------------------------------------------
  1383.      SECTION 8   SYSTEM MASTER Command Reference
  1384.      -------------------------------------------------------------------------
  1385.  
  1386.      8.2   SYSTEM MASTER Command Reference (continued)
  1387.  
  1388.            8.2.4   Command Processing Instructions (continued)
  1389.  
  1390.                    8.2.4.1   [V]  Set System Variables
  1391.  
  1392.                              The '[V]' command allows for the customization of
  1393.                              SYSTEM MASTER environmental and operational
  1394.                              variables.
  1395.  
  1396.                              Variables for Screen Color & Color Palette Reg-
  1397.                              ister customization, System Variables setting,
  1398.                              Screen Blanking feature, and System Access set-
  1399.                              tings.
  1400.  
  1401.                              Format:   [V] T %1
  1402.  
  1403.                                        Sets system Toggle (ON/OFF) variables.
  1404.  
  1405.                                        These variables may be set by manually
  1406.                                        setting to the proper 2 digit integer
  1407.                                        string as stated below, or by prompting
  1408.                                        the user.
  1409.  
  1410.                                    %1 = 02 = Set System Sound ON/OFF (Toggle)
  1411.                                    %1 = 05 = Set Error  Sound ON/OFF (Toggle)
  1412.                                    %1 = 08 = Set Security     ON/OFF (Toggle)
  1413.  
  1414.                                        NOTE:  %1 setting MUST be a 2 digit
  1415.                                        integer string.
  1416.  
  1417.                              Format:   [V] N %n1 %n2
  1418.  
  1419.                                        Sets system Numerical (integer)
  1420.                                        variables.
  1421.  
  1422.                                        These variables may be set by manually
  1423.                                        setting to the proper range setting as
  1424.                                        stated below, or by prompting the user
  1425.                                        or by both in combination.
  1426.  
  1427.                                   %n1 = 01 = Sets the Screen Blanking Interval
  1428.                                              to %n2 Minutes (1..60)
  1429.                                   %n1 = 02 = Sets the Blank Message move Inter-
  1430.                                              val to %n2 Seconds (1..30)
  1431.                                   %n1 = 03 = Sets the maximum menu level which
  1432.                                              can be accessed by the F10 - PgUp
  1433.                                              /PgDn keys.
  1434.  
  1435.  
  1436.  
  1437.      Release Date: 21 January, 1991
  1438.      -------------------------------------------------------------------------
  1439.      System Master 3.2                                              Page  8-24
  1440.  
  1441.      -------------------------------------------------------------------------
  1442.      SECTION 8   SYSTEM MASTER Command Reference
  1443.      -------------------------------------------------------------------------
  1444.  
  1445.                    8.2.4.1   [V]  Set System Variables (continued)
  1446.  
  1447.                                   %n1 = 04 = Sets the Minimum User Access Level
  1448.                                              required to satisfy the access
  1449.                                              requirements of the Option edit
  1450.                                              feature.
  1451.                                   %n1 = 05 = Sets the Minimum User Access Level
  1452.                                              required to satisfy the access
  1453.                                              requirements of the User Profile
  1454.                                              Editor feature.
  1455.                                   %n1 = 06 = Sets the Minimum User Access Level
  1456.                                              required to satisfy the access
  1457.                                              requirements of the F10 Menu
  1458.                                              Select feature.
  1459.                                   %n1 = 07 = Sets the Minimum User Access Level
  1460.                                              required to satisfy the access
  1461.                                              requirements of the Exit to DOS
  1462.                                              System ESC feature.
  1463.  
  1464.                              Format:   [V] S %n1 %n2
  1465.  
  1466.                                        Sets system Character String variables.
  1467.  
  1468.                                        These variables may be set by manually
  1469.                                        providing a string value to a variable,
  1470.                                        or by prompting the user or by both in
  1471.                                        combination.
  1472.  
  1473.                                   %n1 = 01 = Sets the Message displayed by the
  1474.                                              Screen Blanking feature to a value
  1475.                                              of %n2.
  1476.  
  1477.                                   %n1 = 02 = Sets the SYSTEM MASTER internal
  1478.                                              COMSPEC for use when 'F6'ing to
  1479.                                              DOS or for invoking a 2nd
  1480.                                              command processor.
  1481.  
  1482.                              Format:   [V] P %n1 %n2
  1483.  
  1484.                                        Sets Color Palette Register variables.
  1485.  
  1486.                                        These variables may be set by manually
  1487.                                        setting to the proper range setting as
  1488.                                        stated below, or by prompting the user
  1489.                                        or by both in combination.
  1490.  
  1491.                                        This feature should only be used with
  1492.                                        EGA and VGA systems since a system
  1493.                                        'lock-up' could occur while attempting
  1494.                                        to access these registers.
  1495.  
  1496.  
  1497.  
  1498.      Release Date: 21 January, 1991
  1499.      -------------------------------------------------------------------------
  1500.      System Master 3.2                                              Page  8-25
  1501.  
  1502.      -------------------------------------------------------------------------
  1503.      SECTION 8   SYSTEM MASTER Command Reference
  1504.      -------------------------------------------------------------------------
  1505.  
  1506.                    8.2.4.1   [V]  Set System Variables (continued)
  1507.  
  1508.                                        Using the [V] P command sets SYSTEM
  1509.                                        MASTER Palette Register %1 to a value
  1510.                                        of %2.
  1511.  
  1512.                                        (See Appendix 'E' for Default Palette
  1513.                                        Settings)
  1514.  
  1515.                              Format:   [V] C %n1 %n2 %n3
  1516.  
  1517.                                        Sets SYSTEM MASTER ColorSet/Attribute
  1518.                                        variables.
  1519.  
  1520.                                        These variables may be set by manually
  1521.                                        setting to the proper range setting as
  1522.                                        stated below, or by prompting the user
  1523.                                        or by both in combination.
  1524.  
  1525.                                        Using the [V] C command sets SYSTEM
  1526.                                        MASTER ColorSet %1 - Attribute %2 to a
  1527.                                        value of %3.
  1528.  
  1529.                                        (See Appendix 'B' for ColorSet
  1530.                                        definitions)
  1531.                                        (See Appendix 'C' for Attribute
  1532.                                        definitions)
  1533.                                        (See Appendix 'D' for Default
  1534.                                        Attributes)
  1535.  
  1536.  
  1537.  
  1538.  
  1539.  
  1540.  
  1541.  
  1542.  
  1543.  
  1544.  
  1545.  
  1546.  
  1547.  
  1548.  
  1549.  
  1550.  
  1551.  
  1552.  
  1553.  
  1554.  
  1555.  
  1556.  
  1557.  
  1558.      Release Date: 21 January, 1991
  1559.      -------------------------------------------------------------------------
  1560.      System Master 3.2                                              Page  8-26
  1561.