home *** CD-ROM | disk | FTP | other *** search
/ Hall of Fame / HallofFameCDROM.cdr / util1 / smstr32c.lzh / SM-Z.DOC < prev    next >
Text File  |  1991-01-21  |  20KB  |  421 lines

  1.  
  2.      -------------------------------------------------------------------------
  3.      APPENDIX A - SYSTEM MASTER Command Summary
  4.      -------------------------------------------------------------------------
  5.  
  6.      System Timer Operations Instructions  ...................................
  7.  
  8.           [B] keycodes                  Define Timer Break-Out Sequence
  9.           [T] hh:mm:ss                  Timer Op - Curr Day / Specified Time
  10.           [T] hh:mm:ss mm/dd/yy         Timer Op - Specified Day & Time
  11.  
  12.      System Command Processing Instructions  .................................
  13.  
  14.           %string%                      System Variable Flag
  15.           %n                            Input Parameter Flag
  16.           #n                            Calculated Input Parameter Flag
  17.           [!]                           Display an Empty Line in SM
  18.           [!] n                         Display n Empty Lines in SM
  19.           [!] string                    Display a message in SM
  20.           [?] 0                         Clear Input Parameter Counter
  21.           [?] s                         Input String w/o Prompt Message
  22.           [?] n                         Input Integer w/o Prompt Message
  23.           [?] r                         Input Real Number w/o Prompt Message
  24.           [?] s string                  Input String w/ Prompt Message
  25.           [?] n string                  Input Integer w/ Prompt Message
  26.           [?] r string                  Input Real Number w/ Prompt Message
  27.           [%] value                     Set Input Parameter Directly
  28.           [-]                           Set DOS Echo OFF
  29.           [+]                           Set DOS Echo ON
  30.           [*] string                    Comment the Command Definition
  31.           [C] n1  *,/,-,+  n2           Calculate an Input Parameter
  32.           [D] n                         Delay n 1/10 ths of a Second
  33.           [E] string                    Echo a String on DOS display
  34.           [I] cell                      Include another menu option
  35.           [M] n1 n2                     Multiple Execution of n1 lines n2 times
  36.           [P]                           Pause for Keystroke
  37.           [W]                           Open a Window in SM
  38.  
  39.      System Command Termination Instructions  ................................
  40.  
  41.           [J] cell                      Jump to Menu Option cell
  42.           [L]                           Load SM and initialize structure
  43.           [L] c                         Load SM and Jump to Calling Option
  44.           [L] cell                      Load SM and Jump to Menu Option cell
  45.           [X] cell                      Load SM and Execute Menu Option Cell
  46.           [R] d parameters              Run DOS Command while SM is Resident
  47.           [R] n command parameters      Run ANY Command while SM is Resident
  48.  
  49.      System Specific Instructions  ...........................................
  50.  
  51.           [V] t n                       Toggle SM system boolean var n
  52.           [V] n n1 n2                   Set Numerical SM System var n1 to n2
  53.           [V] s n1 s1                   Set String SM system var n1 to n2
  54.           [V] p n1 n2                   Set Palette n1 to n2
  55.           [V] c n1 n2 n3                Set Colorset n1, Attrib n2 to n3
  56.  
  57.  
  58.      Release Date: 21 January, 1991
  59.      -------------------------------------------------------------------------
  60.      System Master 3.2                                              Page  A- 1
  61.  
  62.      -------------------------------------------------------------------------
  63.      APPENDIX B - SYSTEM MASTER ColorSet Definitions
  64.      -------------------------------------------------------------------------
  65.  
  66.  
  67.  
  68.  
  69.           ColorSet #     ColorSet Description
  70.           ----------     ------------------------------------------------
  71.  
  72.               01         Base Screen (Shaded Area)
  73.               02         Header Block (Screen Lines 1..3)
  74.               03         Footer Block (Screen Lines 24 & 25)
  75.               04         Menu Bar (Pad Identifiers - Screen Line 2)
  76.               05         Menu Box
  77.               06         Button Menu Background
  78.               07         Menu Selection Buttons
  79.               08         Edit Windows
  80.               09         Edit Menu Box
  81.               10         Help Window
  82.               11         Screen Blank Notice
  83.               12         Time/Date Display
  84.               13         System/Error Messages
  85.               14         Operating Mode bar (Right SIde of Screen Line 1)
  86.               15         Security Window
  87.               16         Various Implementations
  88.  
  89.  
  90.  
  91.  
  92.  
  93.  
  94.  
  95.  
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.      Release Date: 21 January, 1991
  119.      -------------------------------------------------------------------------
  120.      System Master 3.2                                              Page  B- 1
  121.  
  122.      -------------------------------------------------------------------------
  123.      APPENDIX C - SYSTEM MASTER ColorSet Attribute Definitions
  124.      -------------------------------------------------------------------------
  125.  
  126.  
  127.  
  128.  
  129.  
  130.  
  131.                    Attribute #     Attribute Description
  132.                    -----------     -----------------------------
  133.  
  134.                         1          Normal Background Color
  135.                         2          Normal Text Color
  136.                         3          HiLite BackGround Color
  137.                         4          HiLite Text Color
  138.                         5          Message BackGround Color
  139.                         6          Message Text Color
  140.                         7          Border Background Color
  141.                         8          Border Char Color
  142.                         9          Title Background Color
  143.                        10          Title Text Color
  144.                        11          Shading Background Color
  145.                        12          Shading Characher Color
  146.                        13          Box Line Type
  147.                        14          Shading Character Code
  148.                        15          Drop Shadow On/Off
  149.                        16          Window Edge On/Off
  150.  
  151.  
  152.           * NOTE: The Attribute definitions shown above were implemented
  153.                   to arrive at the color system data structure.  The actual
  154.                   uses of the attributes may vary according to the colorset
  155.                   used for any particular screen display item.
  156.  
  157.                   (See Appendix D for a chart of the utilized attributes
  158.                    for each color set, and the value each had when this
  159.                    version of SYSTEM MASTER was released.)
  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  C- 1
  181.  
  182.      -------------------------------------------------------------------------
  183.      APPENDIX D - SYSTEM MASTER ColorSet/Attribute Default Settings
  184.      -------------------------------------------------------------------------
  185.  
  186.  
  187.  
  188.  
  189.  
  190.                                      A T T R I B U T E
  191.  
  192.                 1   2   3   4   5   6   7   8   9  10  11  12  13  14  15  16
  193.  
  194.               --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- ---
  195.          1      6   7   7  15   6   8   -   -   6   8   0   7   - 178   -   -
  196.               --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- ---
  197.          2      1   0   -   -   -   -   -   -   -   -   -   -   -   -   -   -
  198.               --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- ---
  199.          3      1   0   -   -   -   -   -   -   1  11   -   -   -   -   -   -
  200.               --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- ---
  201.          4      1  11   6   1   -   -   -   -   -   -   -   -   -   -   -   -
  202.               --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- ---
  203.      C   5      6   0   1  15   -   -   6   0   -   -   -   -   2   -   1   1
  204.               --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- ---
  205.      O   6      2  15   6   0   -   -   2  11   -   -   -   -   2   -   1   0
  206.               --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- ---
  207.      L   7      1  15   6   0   -   -   2   -   -   -   -   -   -   -   -   -
  208.               --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- ---
  209.      O   8      0   7   8  15   0  14   0   2   0   1   -   -   2   -   1   1
  210.               --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- ---
  211.      R   9      4  15   6   4   -   -   4  12   -   -   -   -   2   -   1   1
  212.               --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- ---
  213.      S  10      4  15   4  14   4  15   4   3   4   3   -   -   2   -   1   1
  214.               --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- ---
  215.      E  11      -   -   -  11   -   -   -   -   -   -   -   -   -   -   -   -
  216.               --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- ---
  217.      T  12      0   -   -  15   -   -   0   2   0  11   -   -   2   -   1   0
  218.               --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- ---
  219.         13      4   -   -   -   4  15   4  15   -   -   -   -   2   -   1   1
  220.               --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- ---
  221.         14      -   -   -  15   -   2   -   -   5   0   -   -   -   -   -   -
  222.               --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- ---
  223.         15      0   7   -  11   -   -   0   2   -   -   -   -   1   -   1   1
  224.               --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- ---
  225.         16      0   7   -  11   -   -   0   2   -   -   -   -   1   -   1   1
  226.               --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- ---
  227.  
  228.  
  229.  
  230.           *  An attribute setting of '-' above indicates that the attribute
  231.              is not currently being utilized within SYSTEM MASTER.
  232.  
  233.           *  NOTE: The above settings are only valid for the color adapters.
  234.                    Monochrome adapters utilize the same attributes, but the
  235.                    setting values will not be similar.
  236.  
  237.  
  238.      Release Date: 21 January, 1991
  239.      -------------------------------------------------------------------------
  240.      System Master 3.2                                              Page  D- 1
  241.  
  242.      -------------------------------------------------------------------------
  243.      APPENDIX E - SYSTEM MASTER Palette Register Settings
  244.      -------------------------------------------------------------------------
  245.  
  246.  
  247.  
  248.  
  249.  
  250.                                             SYSTEM
  251.                                             MASTER       IBM
  252.                             Register        Standard     Standard
  253.                             Number          Setting      Setting
  254.                            ----------      ----------   ----------
  255.  
  256.                               0             00           00
  257.                               1             57           01
  258.                               2             11           02
  259.                               3             39           03
  260.                               4             04           04
  261.                               5             62           05
  262.                               6             63           20
  263.                               7             07           07
  264.                               8             56           56
  265.                               9             09           57
  266.                              10             58           58
  267.                              11             31           59
  268.                              12             60           60
  269.                              13             44           61
  270.                              14             62           62
  271.                              15             63           63
  272.  
  273.  
  274.  
  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  E- 1
  301.  
  302.      -------------------------------------------------------------------------
  303.      APPENDIX F - SYSTEM MASTER  System '[B]' Command KeyCodes
  304.      -------------------------------------------------------------------------
  305.  
  306.  
  307.  
  308.           Key Desc       Key Code            Key Desc       Key Code
  309.           --------       --------            --------       --------
  310.             space          \032                  N            \078
  311.               !            \033                  O            \079
  312.               "            \034                  P            \080
  313.               #            \035                  Q            \081
  314.               $            \036                  R            \082
  315.               %            \037                  S            \083
  316.               &            \038                  T            \084
  317.               '            \039                  U            \085
  318.               (            \040                  V            \086
  319.               )            \041                  W            \087
  320.               *            \042                  X            \088
  321.               +            \043                  Y            \089
  322.               ,            \044                  Z            \090
  323.               -            \045                  [            \091
  324.               .            \046                  \            \092
  325.               /            \047                  ]            \093
  326.               0            \048                  ^            \094
  327.               1            \049                  _            \095
  328.               2            \050                  `            \096
  329.               3            \051                  a            \097
  330.               4            \052                  b            \098
  331.               5            \053                  c            \099
  332.               6            \054                  d            \100
  333.               7            \055                  e            \101
  334.               8            \056                  f            \102
  335.               9            \057                  g            \103
  336.               :            \058                  h            \104
  337.               ;            \059                  i            \105
  338.               <            \050                  j            \106
  339.               =            \061                  k            \107
  340.               >            \062                  l            \108
  341.               ?            \063                  m            \109
  342.               @            \064                  n            \110
  343.               A            \065                  o            \111
  344.               B            \066                  p            \112
  345.               C            \067                  q            \113
  346.               D            \068                  r            \114
  347.               E            \069                  s            \115
  348.               F            \060                  t            \116
  349.               G            \071                  u            \117
  350.               H            \072                  v            \118
  351.               I            \073                  w            \119
  352.               J            \074                  x            \120
  353.               K            \075                  y            \121
  354.               L            \076                  z            \122
  355.               M            \077                  {            \123
  356.  
  357.  
  358.      Release Date: 21 January, 1991
  359.      -------------------------------------------------------------------------
  360.      System Master 3.2                                              Page  F- 1
  361.  
  362.      -------------------------------------------------------------------------
  363.      APPENDIX F - SYSTEM MASTER  System '[B]' Command KeyCodes
  364.      -------------------------------------------------------------------------
  365.  
  366.  
  367.  
  368.           Key Desc       Key Code            Key Desc       Key Code
  369.           --------       --------            --------       --------
  370.               |            \124              DnArrow        \000\080
  371.               }            \125              PageDown       \000\081
  372.               ~            \126              Insert         \000\082
  373.           ShiftTab       \000\015            Delete         \000\083
  374.           Alt-Q          \000\016            ShiftF1        \000\084
  375.           Alt-W          \000\017            ShiftF2        \000\085
  376.           Alt-E          \000\018            ShiftF3        \000\086
  377.           Alt-R          \000\019            ShiftF4        \000\087
  378.           Alt-T          \000\020            ShiftF5        \000\088
  379.           Alt-Y          \000\021            ShiftF6        \000\089
  380.           Alt-U          \000\022            ShiftF7        \000\090
  381.           Alt-I          \000\023            ShiftF8        \000\091
  382.           Alt-O          \000\024            ShiftF9        \000\092
  383.           Alt-P          \000\025            ShiftF10       \000\093
  384.           Alt-A          \000\030            Ctrl-F1        \000\094
  385.           Alt-S          \000\031            Ctrl-F2        \000\095
  386.           Alt-D          \000\032            Ctrl-F3        \000\096
  387.           Alt-F          \000\033            Ctrl-F4        \000\097
  388.           Alt-G          \000\034            Ctrl-F5        \000\098
  389.           Alt-H          \000\035            Ctrl-F6        \000\099
  390.           Alt-J          \000\036            Ctrl-F7        \000\100
  391.           Alt-K          \000\037            Ctrl-F8        \000\101
  392.           Alt-L          \000\038            Ctrl-F9        \000\102
  393.           Alt-Z          \000\044            Ctrl-F10       \000\103
  394.           Alt-X          \000\045            Alt-F1         \000\104
  395.           Alt-C          \000\046            Alt-F2         \000\105
  396.           Alt-V          \000\047            Alt-F3         \000\106
  397.           Alt-B          \000\048            Alt-F4         \000\107
  398.           Alt-N          \000\049            Alt-F5         \000\108
  399.           Alt-M          \000\050            Alt-F6         \000\109
  400.           F1             \000\059            Alt-F7         \000\110
  401.           F2             \000\060            Alt-F8         \000\111
  402.           F3             \000\061            Alt-F9         \000\112
  403.           F4             \000\062            Alt-F10        \000\113
  404.           F5             \000\063            CtrlLfA        \000\114
  405.           F6             \000\064            CtrlRtA        \000\115
  406.           F7             \000\065            CtrlEnd        \000\116
  407.           F8             \000\066            CtrlPgD        \000\117
  408.           F9             \000\067            CtrlHom        \000\118
  409.           F10            \000\068            Alt-Hyp        \000\130
  410.           Home           \000\071            Alt-Equ        \000\131
  411.           UpArrow        \000\072            CtrlPgU        \000\132
  412.           Page Up        \000\073            Escape           \027
  413.           LfArrow        \000\075            Carriage         \013
  414.           RtArrow        \000\077            BackSpac         \008
  415.           End            \000\079
  416.  
  417.  
  418.      Release Date: 21 January, 1991
  419.      -------------------------------------------------------------------------
  420.      System Master 3.2                                              Page  F- 2
  421.