home *** CD-ROM | disk | FTP | other *** search
/ Media Share 9 / MEDIASHARE_09.ISO / batch / mxmnu233.zip / MARXMENU.DOC < prev    next >
Text File  |  1991-09-30  |  350KB  |  9,408 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9.  
  10.  
  11.  
  12.  
  13.  
  14.  
  15.  
  16.  
  17.  
  18.  
  19.  
  20.  
  21.  
  22.     ===================================================================
  23.  
  24.  
  25.  
  26.                       <*> Computer Tyme MarxMenu <*>
  27.  
  28.                              Reference Manual
  29.  
  30.                    Copyright 1989 - 1991 by Marc Perkel
  31.  
  32.         All Rights Reserved * Version 2.33 * Release Date: 09-30-91
  33.  
  34.     Computer Tyme * 411 North Sherman Suite 300 * Springfield Mo. 65802
  35.  
  36.                  (417) 866-1222 voice * (417) 866-1665 bbs
  37.  
  38.                            Fax: (417) 866-0135
  39.                           CompuServe 76505,1120
  40.  
  41.  
  42.  
  43.     ===================================================================
  44.  
  45.  
  46.  
  47.    Computer Tyme MarxMenu * Table of Contents              Page 1
  48.    _______________________________________________________________
  49.  
  50.  
  51.  
  52.        Copyright .........................................  1
  53.        License ...........................................  1
  54.        Warranty ..........................................  1
  55.        Acknowledgments ...................................  2
  56.        Trademarks ........................................  2
  57.        The MarxMenu Name .................................  2
  58.        Technical Support .................................  3
  59.        Installation ......................................  3
  60.        Installing the Network Survival Kit ...............  4
  61.        Overview of the MarxMenu System ...................  4
  62.        -- What MarxMenu Does .............................  6
  63.        The MARX.BAT File .................................  7
  64.        -- DROPTO.BAT .....................................  10
  65.        -- Support for early DOS versions .................  11
  66.        -- About Environment Variables ....................  11
  67.        -- Dealing with Multiple DOS Shells ...............  13
  68.        -- MarxMenu and TSR Control .......................  13
  69.        Sample Menus on Disk ..............................  14
  70.        Network Users .....................................  15
  71.        -- Network Menu Strategy ..........................  15
  72.        -- Novell Users ...................................  16
  73.        ---- The Novell Menu Translator ...................  16
  74.        ---- Logging out under Menu Control ...............  17
  75.        ---- Logging in with MarxMenu .....................  18
  76.        ---- Using Novell's Login .........................  18
  77.        ------ The CONFIG.SYS File ........................  19
  78.        ------ The AUTOEXEC.BAT File ......................  20
  79.        ------ The SHELL.CFG File .........................  21
  80.        ------ Using a Menu File to Log In ................  22
  81.        ------ Novell Search Drives .......................  22
  82.        ---- Setting File Attributes ......................  23
  83.        ---- Novell Semaphores ............................  24
  84.        Running a MarxMenu ................................  25
  85.        Upgrading MarxMenu ................................  25
  86.        Customizing MarxMenu Sample Files .................  26
  87.        Menu Analysis .....................................  27
  88.        Onkey Statements ..................................  27
  89.        Popup Menus .......................................  28
  90.        The Console .......................................  29
  91.        Repositioning the Top Window ......................  29
  92.        Mouse Support .....................................  30
  93.        Starting off the Easy Way .........................  30
  94.        About Variables ...................................  30
  95.        -- Numeric Variables ..............................  31
  96.        -- Boolean Variables ..............................  32
  97.        -- String Variables ...............................  32
  98.        -- Real Numbers ...................................  32
  99.        -- Local Variables ................................  33
  100.        -- Dates ..........................................  34
  101.        -- Passing Parameters to Procedures ...............  34
  102.        About Constants ...................................  35
  103.  
  104.  
  105.  
  106.    Computer Tyme MarxMenu * Table of Contents              Page 2
  107.    _______________________________________________________________
  108.  
  109.  
  110.        About Arrays ......................................  36
  111.        About Qualifiers ..................................  37
  112.        Pointer Variables .................................  38
  113.        Comments in Menu Files ............................  39
  114.        The MarxMenu Compiler .............................  39
  115.        MarxMenu Language Rules ...........................  40
  116.        Compiler Compatibility ............................  40
  117.        A word about DOS versions .........................  41
  118.        A word about BUGS .................................  42
  119.        Tips From the Master ..............................  42
  120.        -- Computers do Simple Tasks ......................  42
  121.        -- Complex Tasks are made of Simple Tasks .........  43
  122.        -- Learning Good Programming Habits ...............  43
  123.        -- Use Long Names .................................  44
  124.        -- Use Comments Liberally .........................  45
  125.        -- Indent Your code ...............................  46
  126.        -- For Duplicate Tasks, Use Procedures ............  47
  127.        -- Don't Program Yourself into a Corner ...........  47
  128.        -- For the POWER User .............................  48
  129.        Where MarxMenu is Heading .........................  49
  130.        A word to Writers and Reviewers ...................  49
  131.        Using MarxHelp ....................................  50
  132.        Printing the Example Files ........................  51
  133.        Security Issues ...................................  51
  134.        MarxMenu Commands .................................  52
  135.        -- | ..............................................  52
  136.        -- ( ..............................................  53
  137.        -- ) ..............................................  53
  138.        -- * ..............................................  53
  139.        -- + ..............................................  53
  140.        -- - ..............................................  53
  141.        -- / ..............................................  53
  142.        -- < ..............................................  53
  143.        -- <= .............................................  54
  144.        -- <> .............................................  54
  145.        -- = ..............................................  54
  146.        -- > ..............................................  54
  147.        -- >= .............................................  54
  148.        -- %MenuFileName ..................................  54
  149.        -- Abs ............................................  54
  150.        -- Actual .........................................  55
  151.        -- Alias ..........................................  55
  152.        -- AllowAbort .....................................  55
  153.        -- AllowEsc .......................................  56
  154.        -- And ............................................  56
  155.        -- AppendArray ....................................  56
  156.        -- ApplicationMemory ..............................  56
  157.        -- ArcTan .........................................  56
  158.        -- BadDate ........................................  57
  159.        -- Bat ............................................  57
  160.        -- BatFileName ....................................  57
  161.        -- BigShadow ......................................  57
  162.  
  163.  
  164.  
  165.    Computer Tyme MarxMenu * Table of Contents              Page 3
  166.    _______________________________________________________________
  167.  
  168.  
  169.        -- Blanked ........................................  57
  170.        -- BlankMessage ...................................  58
  171.        -- BlankScreenProgram .............................  58
  172.        -- BlankTime ......................................  58
  173.        -- Blink ..........................................  59
  174.        -- BlockBox .......................................  59
  175.        -- BoxBorderColor .................................  59
  176.        -- BoxHeader ......................................  59
  177.        -- BoxHeaderColor .................................  60
  178.        -- BoxHeaderLeft ..................................  60
  179.        -- BoxHeaderRight .................................  60
  180.        -- BoxFooter ......................................  60
  181.        -- BoxFooterLeft ..................................  61
  182.        -- BoxFooterRight .................................  61
  183.        -- BoxInsideColor .................................  61
  184.        -- BrightBackground ...............................  61
  185.        -- CapsColor ......................................  62
  186.        -- CapsLock .......................................  62
  187.        -- Chain ..........................................  62
  188.        -- Char ...........................................  63
  189.        -- ChDir ..........................................  63
  190.        -- CleanFileName ..................................  63
  191.        -- ClearLine ......................................  63
  192.        -- ClearScreen ....................................  64
  193.        -- ClearScreenFirst ...............................  64
  194.        -- ClearScreenOnExit ..............................  64
  195.        -- ClockColor .....................................  64
  196.        -- ClockMode ......................................  65
  197.        -- ClockPos .......................................  65
  198.        -- ClosePrinter ...................................  66
  199.        -- ClusterSize ....................................  66
  200.        -- CmdLine ........................................  66
  201.        -- ColorScreen ....................................  67
  202.        -- Comment ........................................  67
  203.        -- Console ........................................  67
  204.        -- ConsoleBorderColor .............................  67
  205.        -- ConsoleHeaderColor .............................  68
  206.        -- ConsoleInsideColor .............................  68
  207.        -- ConsolePos .....................................  68
  208.        -- Const ..........................................  68
  209.        -- Cos ............................................  68
  210.        -- CountryCode ....................................  68
  211.        -- CurrentEnvironment .............................  69
  212.        -- CurrentWindow ..................................  69
  213.        -- Cursor .........................................  69
  214.        -- CustomBox ......................................  69
  215.        -- DateSeparator ..................................  69
  216.        -- DateString .....................................  70
  217.        -- Day ............................................  70
  218.        -- DayOf ..........................................  70
  219.        -- DayOfWeek ......................................  70
  220.        -- DayOfWeekOf ....................................  70
  221.  
  222.  
  223.  
  224.    Computer Tyme MarxMenu * Table of Contents              Page 4
  225.    _______________________________________________________________
  226.  
  227.  
  228.        -- DecimalSeparator ...............................  70
  229.        -- Delete .........................................  71
  230.        -- DelFile ........................................  71
  231.        -- DisplayType ....................................  72
  232.        -- DirectoriesOnly ................................  72
  233.        -- Dispose ........................................  72
  234.        -- DosVersion .....................................  73
  235.        -- DosVersionString ...............................  73
  236.        -- DosWindow ......................................  73
  237.        -- DoubleLineBox ..................................  73
  238.        -- DrawBox ........................................  74
  239.        -- Drives .........................................  74
  240.        -- DvAppNumber ....................................  74
  241.        -- DvFrame ........................................  74
  242.        -- DvFreeze .......................................  74
  243.        -- DvHide .........................................  75
  244.        -- DvKillTask .....................................  75
  245.        -- DvLastHandle ...................................  75
  246.        -- DvLoaded .......................................  75
  247.        -- DvMoveWindow ...................................  75
  248.        -- DvMyHandle .....................................  75
  249.        -- DvPifExecute ...................................  76
  250.        -- DvResizeWindow .................................  76
  251.        -- DvSetBottom ....................................  76
  252.        -- DvSetTop .......................................  76
  253.        -- DvUnFreeze .....................................  77
  254.        -- DvUnHide .......................................  77
  255.        -- Else ...........................................  77
  256.        -- ElseIf .........................................  77
  257.        -- EndComment .....................................  78
  258.        -- Endif ..........................................  78
  259.        -- EndLoop ........................................  78
  260.        -- EndOfFile ......................................  78
  261.        -- EndProc ........................................  78
  262.        -- EndWhile .......................................  79
  263.        -- EnvFree ........................................  79
  264.        -- EnvSize ........................................  79
  265.        -- EraseTopWindow .................................  79
  266.        -- EraseWindow ....................................  79
  267.        -- Execute ........................................  80
  268.        -- ExistDir .......................................  81
  269.        -- ExistFile ......................................  81
  270.        -- ExistOnPath ....................................  81
  271.        -- ExitCode .......................................  81
  272.        -- ExitMenu .......................................  82
  273.        -- Exp ............................................  82
  274.        -- Explode ........................................  82
  275.        -- ExplodeDelay ...................................  82
  276.        -- Extension ......................................  82
  277.        -- FileAppend .....................................  82
  278.        -- FileAssign .....................................  83
  279.        -- FileAttr .......................................  83
  280.  
  281.  
  282.  
  283.    Computer Tyme MarxMenu * Table of Contents              Page 5
  284.    _______________________________________________________________
  285.  
  286.  
  287.        -- FileClose ......................................  83
  288.        -- FileCreate .....................................  83
  289.        -- FileDate .......................................  83
  290.        -- FileFlush ......................................  83
  291.        -- FileLog ........................................  84
  292.        -- FileOpen .......................................  84
  293.        -- FilePart .......................................  84
  294.        -- FilePos ........................................  84
  295.        -- FileReadln .....................................  85
  296.        -- FileRename .....................................  85
  297.        -- FileResult .....................................  85
  298.        -- FileSeek .......................................  85
  299.        -- FileSize .......................................  85
  300.        -- FileTime .......................................  85
  301.        -- FileWrite ......................................  85
  302.        -- FileWriteln ....................................  86
  303.        -- FixPath ........................................  86
  304.        -- Floppies .......................................  86
  305.        -- ForceExplosion .................................  86
  306.        -- ForceExtension .................................  86
  307.        -- Fraction .......................................  86
  308.        -- FreeDiskSpace ..................................  87
  309.        -- FreeEms ........................................  87
  310.        -- FreeMemory .....................................  87
  311.        -- GotoXY .........................................  87
  312.        -- HiddenAndSystem ................................  87
  313.        -- Hour ...........................................  87
  314.        -- HourOf .........................................  87
  315.        -- Hundredth ......................................  88
  316.        -- IdleProgram ....................................  88
  317.        -- If .............................................  89
  318.        -- InactiveBox ....................................  89
  319.        -- InactiveBoxColor ...............................  90
  320.        -- Include ........................................  90
  321.        -- IncludeDirectories .............................  90
  322.        -- InputString ....................................  91
  323.        -- Insert .........................................  91
  324.        -- InsertMode .....................................  91
  325.        -- Int ............................................  91
  326.        -- Integer ........................................  91
  327.        -- InverseColor ...................................  91
  328.        -- Jump ...........................................  91
  329.        -- KbdReady .......................................  92
  330.        -- KeySave ........................................  92
  331.        -- KeyFromMouse ...................................  92
  332.        -- KillMusic ......................................  92
  333.        -- LastDrive ......................................  92
  334.        -- LastKey ........................................  92
  335.        -- Left ...........................................  93
  336.        -- Length .........................................  93
  337.        -- Ln .............................................  93
  338.        -- Loc ............................................  93
  339.  
  340.  
  341.  
  342.    Computer Tyme MarxMenu * Table of Contents              Page 6
  343.    _______________________________________________________________
  344.  
  345.  
  346.        -- LockWord .......................................  94
  347.        -- Logoff .........................................  95
  348.        -- LogoffTime .....................................  95
  349.        -- Loop ...........................................  96
  350.        -- LoopIndex ......................................  97
  351.        -- LoopLevel ......................................  97
  352.        -- LoopLimit ......................................  97
  353.        -- MachineName ....................................  97
  354.        -- MarxVersion ....................................  97
  355.        -- MasterEnvironment ..............................  97
  356.        -- Max ............................................  97
  357.        -- Mem ............................................  98
  358.        -- MemL ...........................................  98
  359.        -- MemSize ........................................  98
  360.        -- MemW ...........................................  98
  361.        -- MenuKeyBuffer ..................................  98
  362.        -- Mid ............................................  99
  363.        -- Min ............................................  99
  364.        -- MinorDosVersion ................................  99
  365.        -- Minute .........................................  99
  366.        -- MinuteOf .......................................  99
  367.        -- MkDir ..........................................  99
  368.        -- Mod ............................................  99
  369.        -- ModifyPath .....................................  100
  370.        -- Month ..........................................  100
  371.        -- MonthOf ........................................  100
  372.        -- Mouse ..........................................  100
  373.        -- MouseHorizontal ................................  101
  374.        -- MouseVertical ..................................  101
  375.        -- MoveWindow .....................................  101
  376.        -- MxCmd ..........................................  101
  377.        -- NamePart .......................................  101
  378.        -- NetworkVersion .................................  102
  379.        -- NextWord .......................................  102
  380.        -- NoBoxBorder ....................................  102
  381.        -- NoExit .........................................  102
  382.        -- Not ............................................  102
  383.        -- NotesLeft ......................................  102
  384.        -- NotesPlayed ....................................  102
  385.        -- NovAccountExpDate ..............................  103
  386.        -- NovAddUserToGroup ..............................  103
  387.        -- NovAttach ......................................  103
  388.        -- NovAttachedServers .............................  103
  389.        -- NovBroadcastMode ...............................  103
  390.        -- NovChangePassword ..............................  104
  391.        -- NovCleanVolumeName .............................  104
  392.        -- NovCloseSemaphore ..............................  104
  393.        -- NovConnection ..................................  104
  394.        -- NovConnectionsInUse ............................  104
  395.        -- NovConsoleOperator .............................  104
  396.        -- NovDefaultServer ...............................  104
  397.        -- NovDeleteObject ................................  104
  398.  
  399.  
  400.  
  401.    Computer Tyme MarxMenu * Table of Contents              Page 7
  402.    _______________________________________________________________
  403.  
  404.  
  405.        -- NovDetach ......................................  105
  406.        -- NovFullName ....................................  105
  407.        -- NovGetMessage ..................................  105
  408.        -- NovGraceLoginReset .............................  105
  409.        -- NovGraceLogins .................................  105
  410.        -- NovGroupMembers ................................  106
  411.        -- NovGroups ......................................  106
  412.        -- NovInGroup .....................................  106
  413.        -- NovLastLoginDate ...............................  106
  414.        -- NovLogin .......................................  106
  415.        -- NovLoginName ...................................  107
  416.        -- NovLogout ......................................  107
  417.        -- NovMapDrive ....................................  107
  418.        -- NovMapRoot .....................................  107
  419.        -- NovMaxConnections ..............................  108
  420.        -- NovMinPasswordLength ...........................  108
  421.        -- NovMyLoginName .................................  108
  422.        -- NovMyPassword ..................................  108
  423.        -- NovObjectID ....................................  108
  424.        -- NovObjects .....................................  109
  425.        -- NovOpenSemaphore ...............................  109
  426.        -- NovPasswordExpDate .............................  109
  427.        -- NovPreferredServer .............................  109
  428.        -- NovPrimaryServer ...............................  110
  429.        -- NovPrintQueues .................................  110
  430.        -- NovPropertyValues ..............................  110
  431.        -- NovReadGroups ..................................  110
  432.        -- NovReadSecurityEquals ..........................  111
  433.        -- NovRemoveUserFromGroup .........................  111
  434.        -- NovResult ......................................  111
  435.        -- NovScanProperties ..............................  111
  436.        -- NovSecurityEquals ..............................  112
  437.        -- NovServerTime ..................................  112
  438.        -- NovSemaphoreTimeOut ............................  112
  439.        -- NovSemaphoreUsers ..............................  112
  440.        -- NovSemaphoreValue ..............................  112
  441.        -- NovServers .....................................  112
  442.        -- NovSendMessage .................................  113
  443.        -- NovSetPreferredServer ..........................  113
  444.        -- NovSetPrimaryServer ............................  113
  445.        -- NovSignalSemaphore .............................  113
  446.        -- NovStationAddress ..............................  114
  447.        -- NovUserInGroup .................................  114
  448.        -- NovUsers .......................................  114
  449.        -- NovUsersLoggedIn ...............................  114
  450.        -- NovVersionNumber ...............................  114
  451.        -- NovVolumes .....................................  115
  452.        -- NovWaitOnSemaphore .............................  115
  453.        -- NumberOfElements ...............................  115
  454.        -- Now ............................................  115
  455.        -- NumLock ........................................  116
  456.        -- OnKey ..........................................  116
  457.  
  458.  
  459.  
  460.    Computer Tyme MarxMenu * Table of Contents              Page 8
  461.    _______________________________________________________________
  462.  
  463.  
  464.        -- OnScreenOnly ...................................  117
  465.        -- OpenPrinter ....................................  117
  466.        -- OptionSwitch ...................................  117
  467.        -- Or .............................................  117
  468.        -- Ord ............................................  118
  469.        -- OverKey ........................................  118
  470.        -- Overlay ........................................  118
  471.        -- ParallelPorts ..................................  118
  472.        -- ParamStr .......................................  119
  473.        -- ParentEnvironment ..............................  119
  474.        -- Password .......................................  119
  475.        -- Path ...........................................  119
  476.        -- PathPart .......................................  119
  477.        -- PauseAfterExecute ..............................  120
  478.        -- Pi .............................................  120
  479.        -- PickFile .......................................  120
  480.        -- PickMany .......................................  121
  481.        -- PickOne ........................................  121
  482.        -- PickPosition ...................................  121
  483.        -- Port ...........................................  121
  484.        -- Pos ............................................  122
  485.        -- PosInList ......................................  122
  486.        -- PosInSortedList ................................  122
  487.        -- Power ..........................................  122
  488.        -- Pred ...........................................  123
  489.        -- Print ..........................................  123
  490.        -- PrinterName ....................................  123
  491.        -- Println ........................................  123
  492.        -- PrintScreen ....................................  123
  493.        -- Procedure ......................................  124
  494.        -- PullMenu .......................................  125
  495.        -- Qualifier ......................................  125
  496.        -- Random .........................................  125
  497.        -- ReadDirectory ..................................  126
  498.        -- ReadEnv ........................................  126
  499.        -- ReadEnvironment ................................  126
  500.        -- ReadKey ........................................  127
  501.        -- Readln .........................................  127
  502.        -- ReadTextFile ...................................  128
  503.        -- Real ...........................................  128
  504.        -- Reboot .........................................  128
  505.        -- ReleaseDate ....................................  128
  506.        -- Repeat .........................................  129
  507.        -- ResizeWindow ...................................  129
  508.        -- Return .........................................  130
  509.        -- ReturnCode .....................................  130
  510.        -- Right ..........................................  130
  511.        -- RmDir ..........................................  130
  512.        -- RollWindow .....................................  131
  513.        -- Run ............................................  131
  514.        -- SavePosition ...................................  132
  515.        -- ScreenHeight ...................................  132
  516.  
  517.  
  518.  
  519.    Computer Tyme MarxMenu * Table of Contents              Page 9
  520.    _______________________________________________________________
  521.  
  522.  
  523.        -- ScreenWidth ....................................  132
  524.        -- ScrollLock .....................................  132
  525.        -- ScrollMove .....................................  132
  526.        -- Second .........................................  133
  527.        -- SecondOf .......................................  133
  528.        -- Security .......................................  133
  529.        -- SelectPath .....................................  133
  530.        -- SerialPorts ....................................  133
  531.        -- SetArraySize ...................................  133
  532.        -- SetEnv .........................................  134
  533.        -- SetTopWindow ...................................  134
  534.        -- SetWindowUnder .................................  134
  535.        -- Shadow .........................................  134
  536.        -- ShadowColor ....................................  135
  537.        -- ShadowPosition .................................  135
  538.        -- Shared .........................................  135
  539.        -- ShellEnvironment ...............................  135
  540.        -- Shl ............................................  135
  541.        -- Shr ............................................  136
  542.        -- Sin ............................................  136
  543.        -- SingleLineBox ..................................  136
  544.        -- SmallShadow ....................................  136
  545.        -- SortArray ......................................  136
  546.        -- Sound ..........................................  136
  547.        -- Sqr ............................................  136
  548.        -- StandardIO .....................................  137
  549.        -- Str ............................................  137
  550.        -- StuffAKey ......................................  137
  551.        -- StuffKBD .......................................  137
  552.        -- StuffKeyboardNow ...............................  137
  553.        -- Succ ...........................................  138
  554.        -- Suggest ........................................  138
  555.        -- TextBackground .................................  138
  556.        -- TextColor ......................................  138
  557.        -- TextMode .......................................  138
  558.        -- TextPos ........................................  139
  559.        -- TextSeek .......................................  139
  560.        -- Then ...........................................  139
  561.        -- TimeOf .........................................  139
  562.        -- Timer ..........................................  139
  563.        -- TimeSeparator ..................................  139
  564.        -- TimeString .....................................  140
  565.        -- Today ..........................................  140
  566.        -- Tomorrow .......................................  140
  567.        -- Tone ...........................................  140
  568.        -- TotalDiskSpace .................................  141
  569.        -- TotalEms .......................................  141
  570.        -- Trim ...........................................  141
  571.        -- TrueName .......................................  141
  572.        -- UnBlank ........................................  141
  573.        -- UniqueFileName .................................  142
  574.        -- Until ..........................................  142
  575.  
  576.  
  577.  
  578.    Computer Tyme MarxMenu * Table of Contents              Page 10
  579.    _______________________________________________________________
  580.  
  581.  
  582.        -- UpperCase ......................................  142
  583.        -- UpperCaseOnly ..................................  142
  584.        -- UseArrows ......................................  142
  585.        -- UseCommand .....................................  143
  586.        -- UsedDiskSpace ..................................  143
  587.        -- UseNovPassword .................................  143
  588.        -- Value ..........................................  143
  589.        -- Var ............................................  144
  590.        -- VideoMode ......................................  144
  591.        -- VideoPage ......................................  144
  592.        -- ViewArray ......................................  144
  593.        -- ViewTextFile ...................................  144
  594.        -- Volume .........................................  144
  595.        -- Wait ...........................................  144
  596.        -- WaitOrKbdReady .................................  145
  597.        -- WhereX .........................................  145
  598.        -- WhereXAbs ......................................  145
  599.        -- WhereY .........................................  145
  600.        -- WhereYAbs ......................................  145
  601.        -- While ..........................................  145
  602.        -- WholeFileNames .................................  145
  603.        -- WindowHeight ...................................  146
  604.        -- WindowWidth ....................................  146
  605.        -- WinX ...........................................  146
  606.        -- WinY ...........................................  146
  607.        -- Write ..........................................  146
  608.        -- WriteCenter ....................................  146
  609.        -- Writeln ........................................  146
  610.        -- WriteTextFile ..................................  146
  611.        -- WriteVertical ..................................  147
  612.        -- Xor ............................................  147
  613.        -- Year ...........................................  147
  614.        -- YearOf .........................................  147
  615.        String Constants ..................................  148
  616.        Time and Date Constants ...........................  148
  617.        Video Constants ...................................  149
  618.        Color Constants ...................................  149
  619.        Boolean Constants .................................  149
  620.        Conditional Statements ............................  149
  621.        Environment Variables used by MarxMenu ............  150
  622.        Command Categories ................................  151
  623.        -- Misc Commands ..................................  152
  624.        -- Math Commands ..................................  152
  625.        -- Float Commands .................................  153
  626.        -- String Commands ................................  154
  627.        -- Variable Commands ..............................  155
  628.        -- Boolean Commands ...............................  155
  629.        -- Array Commands .................................  155
  630.        -- Memory Commands ................................  156
  631.        -- Time Commands ..................................  156
  632.        -- Execution Commands .............................  157
  633.        -- Display Commands ...............................  157
  634.  
  635.  
  636.  
  637.    Computer Tyme MarxMenu * Table of Contents              Page 11
  638.    _______________________________________________________________
  639.  
  640.  
  641.        -- Color Commands .................................  159
  642.        -- System Commands ................................  159
  643.        -- File Commands ..................................  160
  644.        -- Ansi Commands ..................................  160
  645.        -- Printer Commands ...............................  161
  646.        -- International Commands .........................  161
  647.        -- Environment Commands ...........................  161
  648.        -- DesqView Commands ..............................  162
  649.        -- Conditional Commands ...........................  162
  650.        -- Keyboard Commands ..............................  163
  651.        -- MouseControl Commands ..........................  163
  652.        -- Music Commands .................................  163
  653.        -- Novell Commands ................................  164
  654.  
  655.  
  656.  
  657.    Computer Tyme MarxMenu Users Manual                     Page 1
  658.    _______________________________________________________________
  659.  
  660.  
  661.    COPYRIGHT   COPYRIGHT   COPYRIGHT
  662.  
  663.    This manual is copyrighted material and all rights are reserved.
  664.    MarxMenu is a programming language which describes to the computer what
  665.    it is supposed to do. Even though some of the individual words in
  666.    MarxMenu are used in other programming languages, I claim a copyright on
  667.    the collection of words which make up the MarxMenu language. I therefore
  668.    consider it an infringement of my CopyRight to create a software product
  669.    which uses the MarxMenu language, or translates MarxMenu source code,
  670.    without purchasing a license to do so.
  671.  
  672.    The combinations of definitions of commands in this manual constitute a
  673.    copyrighted work. Any publication which describes a computer language
  674.    for which the MarxMenu command set is a subset is a violation of the
  675.    copyright of this software and this written manual.
  676.  
  677.    In other words, don't try to clone MarxMenu.
  678.  
  679.    LICENSE AGREEMENT:   LICENSE AGREEMENT:   LICENSE AGREEMENT:
  680.  
  681.    You are licensed to use this program on a single CPU or workstation. If
  682.    you are running on a network, you are required to license a separate
  683.    copy for each workstation or a file server license for each file server.
  684.    If you are running on a multiuser operating system such as Concurrent
  685.    DOS, you are required to license a copy for each workstation. Everyone
  686.    who uses this menu, must license a copy unless several people share the
  687.    same workstation.
  688.  
  689.    This software is licensed and not sold. The license begins when Computer
  690.    Tyme receives payment in full. You may not transfer, sell, sublease or
  691.    rent this software without the written consent of Computer Tyme. You are
  692.    not allowed to distribute MarxMenu in runtime form with software you
  693.    developed unless it is in combination with a paid for copy of MarxMenu,
  694.    or you have made special arrangements in writing with Computer Tyme to
  695.    do so.
  696.  
  697.    Use of this product constitutes your acceptance of the terms and
  698.    conditions of this license and of my copyright and your agreement to
  699.    abide by these terms and conditions.
  700.  
  701.    WARRANTY:   WARRANTY:   WARRANTY:
  702.  
  703.    The warranty is limited to the diskettes to be machine readable for a
  704.    period of 30 days after purchase. Although we try hard to write perfect
  705.    software that has no bugs, we do not guarantee that. We also do not
  706.    guarantee that this product is fit for every purpose and we are not
  707.    liable for any damages that might occur from use of this product. This
  708.    agreement is governed by the laws of the State of Missouri.
  709.  
  710.  
  711.  
  712.    Computer Tyme MarxMenu Users Manual                     Page 2
  713.    _______________________________________________________________
  714.  
  715.  
  716.    ACKNOWLEDGMENTS:   ACKNOWLEDGMENTS:   ACKNOWLEDGMENTS:
  717.  
  718.    I would like to thank the following people for making this product
  719.    possible:
  720.  
  721.    Joe Smith and Kevin Moore for helping write this manual. My wife Vicki
  722.    for being good to me and helping with revisions and editing.
  723.  
  724.    The Computer Tyme staff for being the best employees in the world.
  725.  
  726.    Borland International for writing Turbo Pascal and keeping it bug free
  727.    and well supported.
  728.  
  729.    TurboPower Software for their very powerful extensions to Turbo Pascal
  730.    and their well written, well supported product.
  731.  
  732.    Semware for TEdit and QEdit, their full screen editors.
  733.  
  734.    All users who actually paid for this product so that we may continue to
  735.    eat.
  736.  
  737.    Those of you who have pointed out bugs and made suggestions to improve
  738.    our product.
  739.  
  740.    TRADEMARKS   TRADEMARKS   TRADEMARKS
  741.  
  742.    MarxMenu, DOS ToolBox, Directory Master, and The Network Survival Kit
  743.    are trademarks of Computer Tyme.
  744.  
  745.     QEdit and TEdit are trademarks of SemWare.
  746.     Lotus is a registered trademark of Lotus Development.
  747.     Wordstar is a registered trademark of MicroPro International.
  748.     Smart Software is a trademark of Informix.
  749.     MS-DOS is a trademark of Microsoft.
  750.     Concurrent DOS and DR-DOS are trademarks of Digital Research.
  751.     Turbo Pascal is a trademark of Borland International.
  752.     OPRO and TPRO are trademarks of TurboPower Software
  753.     Netware and Novell are trademarks of Novell
  754.     DesqView and QEMM are trademarks of Quarterdeck
  755.     IBM and OS/2 are trademarks of International Business Machines
  756.  
  757.     Created using Turbo Pascal
  758.     Copyright 1983-90 by Borland International
  759.  
  760.    THE MARXMENU NAME   THE MARXMENU NAME   THE MARXMENU NAME
  761.  
  762.    When I first wrote this program my friends referred to it as Marc's
  763.    Menu. That's where the name MarxMenu came from. It has nothing to do
  764.    with either Carl or Groucho Marx.
  765.  
  766.  
  767.  
  768.    Computer Tyme MarxMenu Users Manual                     Page 3
  769.    _______________________________________________________________
  770.  
  771.  
  772.    TECHNICAL SUPPORT   TECHNICAL SUPPORT   TECHNICAL SUPPORT
  773.  
  774.    Technical support for MarxMenu is provided several ways. The first is by
  775.    calling our voice line 1-417-866-1222. We would ask that you not call
  776.    the 800 number as that is for orders and ordering information only.
  777.  
  778.    We have several support staff and will try to answer your questions as
  779.    quickly and efficiently as possible. We at Computer Tyme look at
  780.    technical support as an opportunity to improve our product.
  781.  
  782.    We also have a 24 hour BBS system. This allows users with modems to
  783.    leave messages about support issues. There are several user uploaded
  784.    menus here and it serves as a forum for MarxMenu users to share ideas
  785.    and techniques.
  786.  
  787.    Our BBS number is 1-417-866-1665. It supports 2400 baud but is 1200 baud
  788.    compatible. Use 8 bits, no parity, 1 stop bit (8N1). You will also need
  789.    to set your terminal emulation mode to ANSI or VT100. Do not try to call
  790.    my BBS with 7 bits or even parity. It won't work.
  791.  
  792.    On our BBS are additional sample menu files that other MarxMenu users
  793.    like yourself have uploaded. We encourage you to share your work with
  794.    others so that yet more MarxMenu users can benefit.
  795.  
  796.    We are also available on Compuserve ID 76505,1120.
  797.  
  798.    We also offer a Fast Update Service which includes regular upgrades sent
  799.    to you automatically as we come out with them. This doesn't mean every
  800.    version of MarxMenu, but every so often after making several
  801.    improvements and the product is at a stable point. The Fast Update
  802.    Service includes special access to our support BBS.
  803.  
  804.    This service is for the very fierce MarxMenu user who has to have the
  805.    "Latest and Greatest" all the time.
  806.  
  807.    INSTALLATION   INSTALLATION   INSTALLATION
  808.  
  809.    You may wish to copy the MarxMenu system into it's own subdirectory
  810.    called MARX to keep the files better organized. However, this is not
  811.    necessary. Copy all the disks that come with MarxMenu into a directory
  812.    on your hard disk or network.
  813.  
  814.    If you do put the menu system in a subdirectory, it must be path
  815.    accessible. That is, you must have a path statement in your autoexec.bat
  816.    file that includes the directory where the menu system resides. A
  817.    typical path statement might look like this:
  818.  
  819.     PATH=C:\;C:\DOS;C:\MARX;
  820.  
  821.    Copy all your Computer Tyme disks to the hard disk or network and type
  822.    INSTALL. When it gets done, you can run some of the sample menus by
  823.    typing MARX <menu>.
  824.  
  825.  
  826.  
  827.    Computer Tyme MarxMenu Users Manual                     Page 4
  828.    _______________________________________________________________
  829.  
  830.  
  831.     -------- V E R Y * I M P O R T A N T --------
  832.  
  833.    MarxMenu requires up to 100 bytes of free environment space. It won't
  834.    run properly without it. The way you get more environment space is to
  835.    add a SHELL command to your CONFIG.SYS file.
  836.  
  837.     SHELL=COMMAND.COM /P /E:nnn
  838.  
  839.    Where NNN is the number of bytes for the environment to reserve. Note
  840.    that if you are running DOS 3.1 then NNN is the number of 16 byte blocks
  841.    to allocate for the environment.
  842.  
  843.    For DOS 3.2 or later:
  844.  
  845.     SHELL=COMMAND.COM /P /E:400
  846.  
  847.    For DOS 3.1:
  848.  
  849.     SHELL=COMMAND.COM /P /E:25
  850.  
  851.    If MarxMenu gives you an environment space error, this is where you go
  852.    to fix it.
  853.  
  854.    INSTALLING THE NETWORK SURVIVAL KIT   INSTALLING THE NETWORK SURVIVAL KIT   INSTALLING THE NETWORK SURVIVAL KIT
  855.  
  856.    The Network Survival Kit is installed by copying the distribution disk
  857.    into a directory on your server and typing INSTALL. It will unpack into
  858.    about 2.5 megs of programs and documentation. Be sure to print out the
  859.    DOC files on any programs you are interested in and print out the
  860.    MARXREAD.ME file.
  861.  
  862.    Make sure you do not run the install from the floppy disk.
  863.  
  864.    OVERVIEW OF THE MARXMENU SYSTEM   OVERVIEW OF THE MARXMENU SYSTEM   OVERVIEW OF THE MARXMENU SYSTEM
  865.  
  866.    MarxMenu is not just another fill-in-the-blank menu system. It is a menu
  867.    programming language and job control language. It gives you total
  868.    freedom to do whatever you want, but total freedom has a price. You will
  869.    need to know and understand how to use a text editor. This isn't
  870.    difficult if you are familiar with using a word processor. And you will
  871.    need to have a basic understanding of DOS and how batch files work.
  872.  
  873.    With a text editor you can create a menu file which is a text file with
  874.    an MNU extension. Or, you can copy and then modify the text file
  875.    QUICK.MNU which displays the menus you see when MarxMenu is executed.
  876.    This text file contains a set of instructions for MarxMenu to follow.
  877.    MarxMenu will then read your menu file and run the instructions.
  878.  
  879.     A menu file might look as follows:
  880.  
  881.  
  882.  
  883.    Computer Tyme MarxMenu Users Manual                     Page 5
  884.    _______________________________________________________________
  885.  
  886.  
  887.     DrawBox 31 5 18 4
  888.     UseArrows
  889.     Writeln   '  W - WordStar'
  890.     Write     '  L - Lotus'
  891.  
  892.     OnKey 'W'
  893.        CD\WORDSTAR
  894.        WS
  895.  
  896.     OnKey 'L'
  897.        CD\LOTUS
  898.        LOTUS
  899.  
  900.    The above example is a fully working MarxMenu program. Just because
  901.    MarxMenu has 600 commands doesn't mean you have to use them all. The
  902.    reason there are so many commands is that people keep calling me up and
  903.    asking if I can add such and such. Most of the time I do. That's why the
  904.    manual gets behind sometimes.
  905.  
  906.    The instructions must be from the vocabulary of words that MarxMenu
  907.    understands. These words make up the command list included in this
  908.    manual. They must be used precisely as the instructions in this manual
  909.    tell you to use them. This process is called programming.
  910.  
  911.    I know that for many of you the word programming is a scary word. Put
  912.    your fears at ease, MarxMenu is one of the easiest programming languages
  913.    there is. It is a little harder than writing batch files and a lot
  914.    easier than Basic. It requires a working knowledge of DOS and an
  915.    understanding of writing batch files as explained in your DOS manual.
  916.  
  917.    The point that I want to make is, do not let the fear of learning and
  918.    the fear of programming prevent you from learning to write your own
  919.    menus. If you have never touched a computer before and are sitting down
  920.    with your first PC, read the manuals first. Become familiar with the
  921.    MS-DOS operating system. Learn how to write batch files, make
  922.    subdirectories, copy files, format floppies, etc. If you don't
  923.    understand something, ask a friend. All of us had to learn sometime, and
  924.    there is no such thing as a stupid question.
  925.  
  926.    After you have mastered some of the basic concepts of the operating
  927.    system, then learn MarxEdit. This is the text editor included with your
  928.    MarxMenu program. Use it to write your own batch files. Then attempt to
  929.    write your own menus by modifying the sample menus (files with a MNU
  930.    extension) which come with MarxMenu. Print these menus and study them,
  931.    referring to this manual for help on command definitions. You do not
  932.    have to completely understand them to start making changes. Programming
  933.    is a trial and error process.
  934.  
  935.  
  936.  
  937.    Computer Tyme MarxMenu Users Manual                     Page 6
  938.    _______________________________________________________________
  939.  
  940.  
  941.    A computer, like a musical instrument, is only as good as the player.
  942.    The more you learn about it the more you'll find it can do. In fact, a
  943.    computer can help raise your effective IQ as you learn the disciplines
  944.    of logic and reason. As a hammer is a tool of the hand, enhancing your
  945.    physical strength, a computer is a tool of the mind, enhancing your
  946.    mental strength. You will learn that as you develop a relationship with
  947.    your computer, that you will be able to process information in ways you
  948.    never dreamed.
  949.  
  950.    MarxMenu is an excellent learning tool. By the time you become
  951.    proficient with the menu language, you will have learned the fundamental
  952.    concepts behind the MS-DOS operating system. You will find yourself
  953.    going back and forth between this manual and the DOS manual that came
  954.    with your computer. When you master the language, you will have enough
  955.    computing skills to be a real resource in your office environment. In
  956.    this day and age, knowing how to "make the damn things work" is a key in
  957.    moving up the corporate ladder.
  958.  
  959.    If you have sufficient excess income to afford a personal computer, or
  960.    are in a job that provides you with a workstation, you are smart enough
  961.    to learn this program. All it requires is that you take the time. You
  962.    can do it. It is worth your time, and you will make up the time spent in
  963.    the results you'll get. Good luck and enjoy.
  964.  
  965.    WHAT MARXMENU DOES   WHAT MARXMENU DOES   WHAT MARXMENU DOES
  966.  
  967.    So with hundreds of menus on the market, what makes this one so great.
  968.    Well, let me tell you about it. MarxMenu is a menu language rather than
  969.    a fill in the blank kind of menu. MarxMenu gives you total control of
  970.    your computer system.
  971.  
  972.    It is also a job control language allowing you to program processes too
  973.    difficult to do with batch files. MarxMenu can be used to do anything
  974.    from overnight batch job processing to generating control scripts for
  975.    mainframes.
  976.  
  977.    Because of it's simple syntax, MarxMenu makes an excellent teaching
  978.    language putting more programming power in the hands of the student
  979.    programmer than any other programming language.
  980.  
  981.    As a menu, MarxMenu can be as simple or as complex as you want. If you
  982.    want simple, nothing is easier. If you want POWER, nothing is more
  983.    powerful. If you want to get really weird, MarxMenu can do really wierd.
  984.  
  985.    So if you want the menu to remind you to go vote, MarxMenu knows when
  986.    the first Teusday after the first Monday in November on even years is.
  987.    If you are into Astrology, and you want certain menu items to appear
  988.    only if Mars is in the right place in the sky, MarxMenu can calculate
  989.    the orbit of Mars for you.
  990.  
  991.  
  992.  
  993.    Computer Tyme MarxMenu Users Manual                     Page 7
  994.    _______________________________________________________________
  995.  
  996.  
  997.    MarxMenu can be used to program games, write running software demos and
  998.    online tutorial programs. It can be used to write testing programs. It
  999.    can be used to write custom software installation programs. It can be
  1000.    used to assist other applications to make other software more network
  1001.    friendly.
  1002.  
  1003.    MarxMenu has a compiler for high speed execution. Even very large menus
  1004.    come up in under 4 seconds on a 4.77mhz IBM XT on an ArcNet lan. The
  1005.    compiler also provides security in that you can keep your source files
  1006.    separate so no one can alter the menu files.
  1007.  
  1008.    THE MARX.BAT FILE   THE MARX.BAT FILE   THE MARX.BAT FILE
  1009.  
  1010.    In order for MarxMenu to work, a MARX.BAT file must be created. This is
  1011.    done by typing INSTALL. The first thing that INSTALL does is unpack the
  1012.    compressed menu files and documentation files. Then it will bring up the
  1013.    installation menu.
  1014.  
  1015.    The MARX.BAT file looks like this:
  1016.  
  1017.     @ECHO OFF
  1018.     C:\MARX\MARXMENU.EXE %1
  1019.     %MXCMD%
  1020.     %0 %1
  1021.  
  1022.    The first line of MARX.BAT turns the echo off. This may be changed to
  1023.    ECHO ON for debugging purposes. PAUSE commands can be inserted to debug
  1024.    a menu. This allows you to see what's going on.
  1025.  
  1026.    The second line of MARX.BAT runs MARXMENU.EXE. The second parameter %1
  1027.    is the name of the menu file to run. A third parameter can be added to
  1028.    tell MarxMenu to use a specific directory for creating temporary batch
  1029.    files. Otherwise MarxMenu will create temporary batch files in the same
  1030.    directory as MARXMENU.EXE.
  1031.  
  1032.    When the user selects a program to run, MarxMenu writes a temporary
  1033.    batch file which contains within it the commands to run the program.
  1034.    Then MarxMenu writes a command to the environment variable MXCMD to
  1035.    execute the temporary batch file and exits.
  1036.  
  1037.    What it writes depends on the version of DOS you are running. If you are
  1038.    running DOS 3.3 or later, MXCMD is set to CALL <batch>. If you are
  1039.    running an earlier version of DOS then MXCMD is set to COMMAND /C
  1040.    <batch>.
  1041.  
  1042.    Whatever command is written to MXCMD is executed in line 3. This usually
  1043.    calls the temporary batch file that MarxMenu created. This executes your
  1044.    program and returns to MARX.BAT.
  1045.  
  1046.    Line four jumps back to the beginning of the batch file and starts all
  1047.    over. %0 is MARX.BAT and %1 is the name of the menu you are running.
  1048.  
  1049.  
  1050.  
  1051.    Computer Tyme MarxMenu Users Manual                     Page 8
  1052.    _______________________________________________________________
  1053.  
  1054.  
  1055.             MARX.BAT
  1056.             --------   +--MarxMenu Creates--+
  1057.      +----> @ECHO OFF  |                    |
  1058.      |      MARXMENU.EXE %1                 |
  1059.      |      %MXCMD% >--+                    +-> $MX00000.BAT
  1060.      | +--> MARX %1 +  |                        ------------
  1061.      | |            |  +----------------------> CD\WORDSTAR
  1062.      +-|------<-----+                           WS --+
  1063.        |                                             |
  1064.        +-------------------------------------------<-+
  1065.  
  1066.     Note: MarxMenu sets MXCMD = CALL $MX00000.BAT
  1067.  
  1068.    You can also tell MarxMenu where to put it's temporary batch files by
  1069.    setting an environment variable TEMP to point to a temporary file
  1070.    directory.
  1071.  
  1072.     Example: SET TEMP=F:\TMPFILES
  1073.  
  1074.    This is compatible with the way DOS 5 and Windows uses temp files.
  1075.  
  1076.    When you exit the menu system. MarxMenu sets MXCMD to MXSTOP. This jumps
  1077.    to a batch file called MXSTOP which gets you out of MARX.BAT. MXSTOP.BAT
  1078.    can be modified to control what happens when MarxMenu is exited.
  1079.  
  1080.    The default MXSTOP.BAT file is as follows.
  1081.  
  1082.     SET MXCMD=
  1083.     SET KSV=
  1084.     REM You can control menu exiting with this file!
  1085.  
  1086.    Note that by adding your own commands to MXSTOP that you can control
  1087.    what happens when you exit. You could loop right back to the menu if you
  1088.    want. Or, you could force a controlled network logoff.
  1089.  
  1090.    I strongly recommend upgrading to DOS 3.3 or later whenever it is
  1091.    possible to do so.
  1092.  
  1093.    The name of the temporary batch file is as follows:
  1094.  
  1095.                      $MX00000.BAT
  1096.                          ||||
  1097.            Shells--------+|++--------Network Station (Hex)
  1098.                      Task Number
  1099.  
  1100.    The 5 zeros are used for single user versions of MarxMenu. On a network
  1101.    they change as follows:
  1102.  
  1103.  
  1104.  
  1105.    Computer Tyme MarxMenu Users Manual                     Page 9
  1106.    _______________________________________________________________
  1107.  
  1108.  
  1109.    The last 2 zeros is the station number on the network. This is either
  1110.    read directly from the shell, if you are using Novell, or from the
  1111.    environment variable STATION if you are on another network. The third
  1112.    zero is the task number if you are running DesqView, or from an
  1113.    environment variable TASK if you are running some other multitasker.
  1114.  
  1115.    The second zero is replaced by one less than the number of COMMAND.COM
  1116.    shells you are running. This way if you run COMMAND.COM under MarxMenu
  1117.    and then run MarxMenu again under that, it doesn't get lost when you
  1118.    exit.
  1119.  
  1120.    The first zero is for future expansion. In case something comes along
  1121.    that I haven't thought of.
  1122.  
  1123.    If you want to do custom tricks, MarxMenu has an internal variable
  1124.    called MxCmd. Setting this to your own command overrides the way
  1125.    MarxMenu would normally use it.
  1126.  
  1127.    But now you ask, does MarxMenu leave a trail of batch files that will
  1128.    clutter up my drive or network? Not at all. MarxMenu keeps using the
  1129.    same names over and over again. If a user crashed his system, it might
  1130.    leave a batch file but it would be overwritten the next time he used the
  1131.    menu. Not only that, all batch files can be kept in the same directory
  1132.    so cleaning up is as simple as typing DEL $MX*.BAT!
  1133.  
  1134.    By writing to the MxCmd variable you can run an EXE or COM file directly
  1135.    without having to create another batch file.
  1136.  
  1137.     Example:
  1138.        OnKey 'M'
  1139.           |MxCmd = 'RAMMAP'
  1140.  
  1141.    This runs RamMap directly from the MARX.BAT file.
  1142.  
  1143.    Another trick is to run another batch file without the CALL statement.
  1144.    This creates a one way jump to another batch file.
  1145.  
  1146.    Another debugging feature. You can change the first line of the MARX.BAT
  1147.    file as follows:
  1148.  
  1149.     @ECHO %MXECHO%
  1150.  
  1151.    This allows you to turn the echo on for debugging purposes by typing:
  1152.  
  1153.     SET MXECHO=ON
  1154.  
  1155.    This way you don't have to change the MARX.BAT file to debug. If you use
  1156.    this, make sure that MXECHO is set to either ON or OFF.
  1157.  
  1158.  
  1159.  
  1160.    Computer Tyme MarxMenu Users Manual                     Page 10
  1161.    _______________________________________________________________
  1162.  
  1163.  
  1164.    DROPTO.BAT   DROPTO.BAT   DROPTO.BAT
  1165.  
  1166.    If you are going to run a shell like COMMAND.COM under MarxMenu it is
  1167.    sometimes better to use DROPTO.BAT which is created during the install
  1168.    process. DropTo allows you to jump from the temporary batch file that
  1169.    MarxMenu creates to DropTo, which deletes the temporary batch file and
  1170.    executes the rest of the command line.
  1171.  
  1172.     Usage: DROPTO %0 COMMAND.COM
  1173.  
  1174.    If you are using DropTo inside a MarxMenu, the %0 is automatically added
  1175.    for you.
  1176.  
  1177.     Example:
  1178.        OnKey 'C'
  1179.           DropTo COMMAND.COM
  1180.  
  1181.     DROPTO.BAT
  1182.     ----------
  1183.     DEL %1
  1184.     SET KSV=
  1185.     SET MXCMD=
  1186.     %2 %3 %4 %5 %6 %7 %8 %9
  1187.  
  1188.    Here's how it works:
  1189.  
  1190.         $MX00000.BAT <------deletes this file--------+
  1191.         ------------                                 |
  1192.         DROPTO %0 COMMAND.COM ------------> DEL %1 >-+
  1193.                                             SET KSV=
  1194.                                             SET MXCMD=
  1195.                  %2 executes COMMAND.COM--> %2 %3 %4 %5 %6 %7 %8 %9
  1196.  
  1197.    The advantages are that the temporary batch file is eliminated so if the
  1198.    user never returns to the menu, it leaves no temporary file to clutter
  1199.    up the drive. Also, DROPTO.BAT becomes the pending batch file that is
  1200.    running rather than the temporary file.
  1201.  
  1202.  
  1203.  
  1204.    Computer Tyme MarxMenu Users Manual                     Page 11
  1205.    _______________________________________________________________
  1206.  
  1207.  
  1208.    SUPPORT FOR EARLY DOS VERSIONS   SUPPORT FOR EARLY DOS VERSIONS   SUPPORT FOR EARLY DOS VERSIONS
  1209.  
  1210.    There are two main differences between DOS versions earlier than 3.3 and
  1211.    versions 3.3 and above. One is the CALL command for batch files and the
  1212.    other is the way you specify environment space when using COMMAND.COM.
  1213.  
  1214.    I have enhanced the support for early DOS versions (3.1, 3.2). MarxMenu
  1215.    executes COMMAND /C /E:nn (batchfile) >NUL to have one batch file call
  1216.    another. The first two lines of the batch files created are as follows:
  1217.  
  1218.     ECHO OFF
  1219.     CTTY CON
  1220.     ....
  1221.  
  1222.    This eliminates the ECHO OFF from being seen.
  1223.  
  1224.    Also whenever possible, when MarxMenu loads up a copy of COMMAND.COM, it
  1225.    adds the /E:nnn command to set the environment space to the same as that
  1226.    of the Master Environment. In version 3.1 it is translated to paragraphs
  1227.    instead of bytes.
  1228.  
  1229.    One thing to note in early versions of DOS. If you run a batch file
  1230.    under COMMAND /C and your batch file has SET commands to set environment
  1231.    variables, the changes you make will disappear as soon as you get back
  1232.    to MARX.BAT. Why? Because you loaded another COMMAND.COM and the SET
  1233.    commands set its environment. When this COMMAND.COM ends, it takes its
  1234.    environment with it. Under DOS 3.3 or later, which uses CALL instead of
  1235.    another shell, the SET commands live. (Yet another reason to upgrade).
  1236.  
  1237.    ABOUT ENVIRONMENT VARIABLES   ABOUT ENVIRONMENT VARIABLES   ABOUT ENVIRONMENT VARIABLES
  1238.  
  1239.    I've been talking a lot about environment variables. Some of you out
  1240.    there in novice land don't know what an environment variable is. Many
  1241.    others don't know the intricate secrets handed down from the Great DOS
  1242.    Masters who know all the intricate undocumented features of DOS.
  1243.  
  1244.    Your DOS shell, COMMAND.COM owns an area of memory called the Master
  1245.    Environment. It contains strings in the form Name=Value. Included among
  1246.    those strings are your COMSPEC and your PATH. Your COMSPEC tells DOS and
  1247.    other programs where to find COMMAND.COM. Your PATH tells DOS and other
  1248.    programs what directories to search when loading programs. Another
  1249.    common environment variable is your PROMPT. This controls what your DOS
  1250.    prompt will look like.
  1251.  
  1252.    Environment variables are commonly set using the SET command. This is
  1253.    done by typing SET NAME=VALUE.
  1254.  
  1255.     Example:
  1256.        SET COLOR=BLUE
  1257.  
  1258.  
  1259.  
  1260.    Computer Tyme MarxMenu Users Manual                     Page 12
  1261.    _______________________________________________________________
  1262.  
  1263.  
  1264.    So what does this actually do? Actually nothing, unless you have a
  1265.    program that reads the environment variables that is looking for one
  1266.    called COLOR. This way, environment variables can be used to leave
  1267.    messages to other programs and control how they behave.
  1268.  
  1269.    Besides leaving messages, environment variables can be accessed by batch
  1270.    files. If you use %NAME% in a batch file, DOS will substitute the VALUE
  1271.    of the variable for the %NAME% expression. And this feature is important
  1272.    to MarxMenu's operation.
  1273.  
  1274.    MarxMenu uses an environment variable called MXCMD. In the MARX.BAT file
  1275.    the third line is %MXCMD%. So MarxMenu controls MARX.BAT by writing
  1276.    values to MXCMD.
  1277.  
  1278.    In order to do this, there must be enough room in the environment for
  1279.    the command to fit. That is why you need to make sure that you have a
  1280.    SHELL command in your CONFIG.SYS to set space for MarxMenu to use.
  1281.  
  1282.    Now so far I've only talked about the Master Environment. That's the one
  1283.    that the first COMMAND.COM owns. Each program that is loaded, including
  1284.    TSRs, gets a copy of the Master Environment in its own environment. This
  1285.    is called the CURRENT Environment.
  1286.  
  1287.    One interesting feature of the Current Environment is that it is smaller
  1288.    than the Master Environment. DOS only creates enough space to hold a
  1289.    copy of the space used in the Master Environment and a little more to
  1290.    store the name of the program that is running.
  1291.  
  1292.    If one program executes another program, the environment of the parent
  1293.    program is called the Parent Environment. You will probable never need
  1294.    to deal with the Parent Environment but MarxMenu can access it in case
  1295.    you do.
  1296.  
  1297.    Another environment is the SHELL ENVIRONMENT. This is the one that THEY
  1298.    never talk about. The one you'll never read about in any books. The one
  1299.    you'll never learn about in any DOS classes. This is the one your
  1300.    parents never mentioned.
  1301.  
  1302.    The Shell Environment is normally the same as the Master Environment.
  1303.    But, if you are running more than one level of COMMAND.COM, the Shell
  1304.    Environment is the environment of the last COMMAND.COM in memory. This
  1305.    environment is the most important environment to MarxMenu.
  1306.  
  1307.    So why load up two or more COMMAND.COMs? There are several cases where
  1308.    this could occur. One case is when you want to run COMMAND.COM as a
  1309.    program under MarxMenu. This way you can type EXIT to get back to the
  1310.    menu. If you do this and then run MarxMenu again, you have two levels of
  1311.    COMMAND.COM. In this case, the first COMMAND.COM is the Master
  1312.    Environment and the second COMMAND.COM is the Shell Environment.
  1313.  
  1314.  
  1315.  
  1316.    Computer Tyme MarxMenu Users Manual                     Page 13
  1317.    _______________________________________________________________
  1318.  
  1319.  
  1320.    Another place where more than one COMMAND.COM is used is if you are
  1321.    running Microsoft Windows 3 or DesqView. Both of these programs are able
  1322.    to run a DOS shell. When you do, this is a second level of COMMAND.COM.
  1323.  
  1324.    What is important is that SET commands and %NAME% commands in batch
  1325.    files deal only with the Shell Environment and not the Master
  1326.    Environment.
  1327.  
  1328.    DEALING WITH MULTIPLE DOS SHELLS   DEALING WITH MULTIPLE DOS SHELLS   DEALING WITH MULTIPLE DOS SHELLS
  1329.  
  1330.    If you are running more than one level of COMMAND.COM (Shelling from
  1331.    Windows, DesqView, Word Perfect Office) and having environment space
  1332.    problems here's a trick. Before you load up your fancy shells, put this
  1333.    in a batch file like your AUTOEXEC.BAT.
  1334.  
  1335.     SET MXCMD=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
  1336.  
  1337.    This variable will be trashed by MarxMenu thus freeing up the
  1338.    environment space it occupied. This will not only allow MarxMenu to run
  1339.    but may solve problems with other programs you are running that need
  1340.    environment space as well.
  1341.  
  1342.    MARXMENU AND TSR CONTROL   MARXMENU AND TSR CONTROL   MARXMENU AND TSR CONTROL
  1343.  
  1344.    MarxMenu along with the TSR utilities that come with MarxMenu, can load
  1345.    and unload TSRs under menu control. This is handy when you want to run a
  1346.    big application and need to free up some memory to do it. Since MarxMenu
  1347.    is a 0k menu system, unloading TSRs is possible but it has it's tricks.
  1348.  
  1349.    The problem you run into is that when one batch file calls another batch
  1350.    file, the way MarxMenu normally runs, DOS creates a small batch file
  1351.    control block in memory. This control block stays in memory after the
  1352.    TSR is released creating a region of trapped memory. Although this
  1353.    memory is freed, it isn't usable.
  1354.  
  1355.    The way around it is to jump to the batch file that releases memory
  1356.    instead of calling it. This is done by setting MXCMD to the name of the
  1357.    batch file you want to run. The only problem is that when you jump to
  1358.    the other batch file, it won't automatically return to MARX.BAT. You
  1359.    must therefore end your batch file with a command bringing you back to
  1360.    MARX.BAT.
  1361.  
  1362.     MEMHOG.BAT
  1363.     -----------
  1364.     Rem UnLoad SideKick
  1365.     RELEASE SK
  1366.     CD\MEMHOG
  1367.     MEMHOG
  1368.     MARK SK
  1369.     SK
  1370.     MARX MAIN
  1371.  
  1372.  
  1373.  
  1374.    Computer Tyme MarxMenu Users Manual                     Page 14
  1375.    _______________________________________________________________
  1376.  
  1377.  
  1378.    In your MAIN menu:
  1379.  
  1380.     OnKey 'H'
  1381.        |MxCmd = MEMHOG
  1382.  
  1383.    See the documentation file on the TSR utilities disk for more
  1384.    information on how to use MARK and RELEASE.
  1385.  
  1386.    SAMPLE MENUS ON DISK   SAMPLE MENUS ON DISK   SAMPLE MENUS ON DISK
  1387.  
  1388.    The MarxMenu disk contains many sample menus for you to start with.
  1389.    Which one depends on what your needs are. Typically on a single user
  1390.    system you might start with QUICK or LEVEL1 menus.
  1391.  
  1392.    To start with the QUICK menu, copy it to a different name such as MY.MNU
  1393.    as follows:
  1394.  
  1395.     COPY QUICK.MNU MY.MNU
  1396.  
  1397.    Then edit MY.MNU with your favorite editor. You will quickly see how
  1398.    this menu works and will be able to substitute your programs for the
  1399.    ones it is set up for. You can then test and run your menu by typing
  1400.    MARX MY.
  1401.  
  1402.    If you want more of a self configuring menu you might try the LEVEL1
  1403.    menu. This menu requires no text editor coding and lets you set up menus
  1404.    interactively.
  1405.  
  1406.    On a Novell network you might start with the QUICKNOV menu or translate
  1407.    your existing Novell menus with NOVTRANS. The LOGIN menu requires a lot
  1408.    of customization for your system. I wouldn't start on this menu until
  1409.    your regular menus are written.
  1410.  
  1411.    The examples on disk show a variety of uses for MarxMenu. They can be
  1412.    used like libraries of routines to cut code from and paste into your
  1413.    application. A good way to learn MarxMenu is to print out the example
  1414.    menus and study the code.
  1415.  
  1416.  
  1417.  
  1418.    Computer Tyme MarxMenu Users Manual                     Page 15
  1419.    _______________________________________________________________
  1420.  
  1421.  
  1422.    NETWORK USERS:   NETWORK USERS:   NETWORK USERS:
  1423.  
  1424.    The main thing you have to worry about on a network is to make sure that
  1425.    when MarxMenu creates a temporary batch file, that it is a different one
  1426.    for each user on the network.
  1427.  
  1428.    This is handled several ways. If you are on a Novell network, MarxMenu
  1429.    uses your station number as part of the name for the temporary batch
  1430.    file. If you are not using Novell, then you will need to set an
  1431.    environment variable STATION for each workstation on your net. Each one
  1432.    has to be a different number.
  1433.  
  1434.     Example:
  1435.        SET STATION=5
  1436.  
  1437.    You must ensure that the user has enough access rights to create
  1438.    temporary batch files in the directory selected for temporary batch
  1439.    files. One solution is to create a batch file directory and give all the
  1440.    users full access rights to it.
  1441.  
  1442.    MarxMenu has been run on about every DOS based network that exists. If
  1443.    the network runs at all it will generally run MarxMenu. Among the
  1444.    networks that come to mind are Novell, Lantastic, Banyan, 3COM, Lan
  1445.    Manager, IBM, DECNET, ConCurrent DOS, PCMOS, and SCO VPIX. MarxMenu is
  1446.    running on networks as small as two users to as large as 20,000 users.
  1447.    In fact, the bigger your network, the more you need MarxMenu.
  1448.  
  1449.    If you are running LANTASTIC and get a "sharing violation" error when
  1450.    two people try running the menu at the same time, try setting
  1451.    MARXMENU.OVR to READ ONLY.
  1452.  
  1453.    NETWORK MENU STRATEGY   NETWORK MENU STRATEGY   NETWORK MENU STRATEGY
  1454.  
  1455.    One of the main features of MarxMenu is the ability to create "smart"
  1456.    menus. This allows you to have a single menu that everybody runs but
  1457.    each user sees different selections based on what their access rights
  1458.    are, what groups they are in, what kind of hardware is available, or
  1459.    what workstation they are on.
  1460.  
  1461.    The group access feature is a very good example of using the power of
  1462.    MarxMenu. The idea here is that for instance under Novell you would put
  1463.    users in groups and have menu selections appear based on group
  1464.    membership. Thus only the accounting department sees the payroll
  1465.    selection.
  1466.  
  1467.    On non Novell networks you can group users by having them in a text file
  1468.    list of members. Then you can read the list and test if they are in the
  1469.    list. You can also read environment variables and control choices based
  1470.    on the result.
  1471.  
  1472.  
  1473.  
  1474.    Computer Tyme MarxMenu Users Manual                     Page 16
  1475.    _______________________________________________________________
  1476.  
  1477.  
  1478.    The rule with networks is to keep things as consistent and simple as
  1479.    possible. A simple well documented network is a happy network, and it
  1480.    can make the difference whether you go home on the weekends or stay at
  1481.    the office.
  1482.  
  1483.    NOVELL USERS:   NOVELL USERS:   NOVELL USERS:
  1484.  
  1485.    Novell is the most popular network on the market. We have added many
  1486.    enhancements for Novell networks to support things like logging in and
  1487.    logging out, drive mapping, group support, software metering, and status
  1488.    information.
  1489.  
  1490.    Although Novell is a high quality solid product it has its own
  1491.    "Personality" and many undocumented features otherwise known as bugs.
  1492.    Most people who are having trouble with MarxMenu under Novell are really
  1493.    having trouble with Novell. Quite frankly, we do more Novell support
  1494.    than we do MarxMenu support.
  1495.  
  1496.    Having said that, I own two Novell networks. One at the lab and one at
  1497.    home and I love my networks. But, I have spent hundreds of hours
  1498.    learning all the tricks. And to save you a phone call, and me a lot of
  1499.    time, I've decided to share these tricks here in my manual.
  1500.  
  1501.    Some of these tricks are from the Great Network Gurus themselves who are
  1502.    so advanced that they no longer exist in physical form. These people
  1503.    live in another dimension of total mental existence and can only be
  1504.    reached by modem. Some of them hang out on Compuserve.
  1505.  
  1506.    I therefore strongly recommend that if you are a serious Novell user
  1507.    that you join Compuserve and hang out in the Novell section. And just
  1508.    because not everyone on Compuserve is a real person doesn't mean that
  1509.    you should feel uncomfortable asking them any question about your
  1510.    network that you need to ask.
  1511.  
  1512.    THE NOVELL MENU TRANSLATOR   THE NOVELL MENU TRANSLATOR   THE NOVELL MENU TRANSLATOR
  1513.  
  1514.    One nice bonus with Novell networks is that MarxMenu can translate your
  1515.    Novell menus to MarxMenu. This saves you the time of having to recode
  1516.    your system. What you do is type:
  1517.  
  1518.     MARXMENU NOVTRANS <menu>   <- Right Way
  1519.     MARX NOVTRANS <menu>       <- Wrong Way
  1520.  
  1521.    This translates your Novell MNU file to a MarxMenu MRX file. Your MNU
  1522.    file is unchanged. MarxMenu creates a TMP file containing the source
  1523.    code for the MRX file. Once you are satisfied with the MarxMenu file,
  1524.    you just delete the MNU file and rename the TMP file to MNU and forget
  1525.    that you ever had a Novell menu.
  1526.  
  1527.  
  1528.  
  1529.    Computer Tyme MarxMenu Users Manual                     Page 17
  1530.    _______________________________________________________________
  1531.  
  1532.  
  1533.    Once the menu is translated you run it by typing MARX <menu> instead of
  1534.    MENU <menu>. MarxMenu can run Novell's menu better than Novell runs
  1535.    their own.
  1536.  
  1537.    Sometimes the translator isn't perfect and it takes a little tweaking of
  1538.    the original menu file for the translator to work properly.
  1539.  
  1540.    After you are satisfied with the translation you can then start
  1541.    enhancing your menus by editing the new translated menus. You might want
  1542.    to run QUICKNOV and look at it's features. If you like what you see you
  1543.    can use your editor to cut and paste code from QUICKNOV.MNU into your
  1544.    menus. You can also start adding NovInGroup commands to create
  1545.    conditional menus. Under MarxMenu you can have one single smart menu for
  1546.    everybody instead of a lot of individual menus.
  1547.  
  1548.    LOGGING OUT UNDER MENU CONTROL   LOGGING OUT UNDER MENU CONTROL   LOGGING OUT UNDER MENU CONTROL
  1549.  
  1550.    Logging out under menu control is one of the trickiest things to do. The
  1551.    problem is that as soon as LOGOUT executes, you no longer have access to
  1552.    the network. This means that if you are in a batch file, you are going
  1553.    to get a "Missing Batch File" error, unless the batch file is in the
  1554.    \LOGIN directory.
  1555.  
  1556.    Another problem with logging out is making sure that your COMSPEC is
  1557.    pointing to a COMMAND.COM that is either on the local drive or in the
  1558.    \LOGIN directory. Otherwise you will get a "Cannot load COMMAND.COM"
  1559.    error.
  1560.  
  1561.    Another problem that you need to deal with is that your PATH command
  1562.    needs to be changed so that it doesn't refer to mapped drives that are
  1563.    no longer accessable.
  1564.  
  1565.    If you are logging off with a batch file, the batch file must be in the
  1566.    login directory or a local drive. If it is in the login directory your
  1567.    current drive must be the first network drive (usually F:) and this
  1568.    drive must not be map rooted to any directory.
  1569.  
  1570.    What you need to do is create a batch file in the \LOGIN directory
  1571.    called OFF.BAT.
  1572.  
  1573.     Example: F:\LOGIN\OFF.BAT
  1574.  
  1575.     SET COMSPEC=C:\COMMAND.COM
  1576.     LOGOUT
  1577.     C:
  1578.     PATH=C:\DOS
  1579.  
  1580.    To run this file the current directory must be F:\LOGIN. When using the
  1581.    MarxMenu command Logoff, MarxMenu changes to the \LOGIN directory of the
  1582.    first network drive, removes any map roots on this drive, and runs
  1583.    OFF.BAT.
  1584.  
  1585.  
  1586.  
  1587.    Computer Tyme MarxMenu Users Manual                     Page 18
  1588.    _______________________________________________________________
  1589.  
  1590.  
  1591.    Setting up an OFF.BAT file is compatible with MarxMenu's automatic
  1592.    network logoff feature. This is where you can set the amount of time to
  1593.    wait at a menu before it automatically logs you off the network.
  1594.  
  1595.    Another way to logout under MarxMenu is to stuff the LOGOUT command into
  1596.    the keyboard buffer and exit MarxMenu.
  1597.  
  1598.     Example:
  1599.        OnKey ESC
  1600.          |StuffKBD 'LOGOUT' + CR
  1601.          |ExitMenu
  1602.  
  1603.    Another logout trick is to use the LOGOFF utility from the Computer Tyme
  1604.    Network Survival Kit. This program automatically fixes your PATH and
  1605.    COMSPEC after the logoff occurs.
  1606.  
  1607.    LOGGING IN WITH MARXMENU   LOGGING IN WITH MARXMENU   LOGGING IN WITH MARXMENU
  1608.  
  1609.    If there is any one thing that's trickier than logging out of a Novell
  1610.    network, its logging in. I have spent MANY hours struggling with Novell
  1611.    trying to get it right and I have finally figured it out. Much of this
  1612.    comes from the Novell gurus who hang out on Compuserve and know
  1613.    everything there is to know about Novell.
  1614.  
  1615.    The first thing you need to do is make up your mind that you are going
  1616.    to do it right. The technique here might seem somewhat cumbersome, but
  1617.    it works well and will keep you out of trouble.
  1618.  
  1619.    MarxMenu has the ability to log you into a network, map your drives, and
  1620.    set your environment strings without having to touch a Novell utility to
  1621.    do so. MarxMenu can completely eliminate the need for Novell login
  1622.    scripts. The advantage to using MarxMenu in the login is that you have
  1623.    the power of 600 commands to work with instead of just 25 or so.
  1624.  
  1625.    USING NOVELL'S LOGIN   USING NOVELL'S LOGIN   USING NOVELL'S LOGIN
  1626.  
  1627.    For those of you who want to stay with Novell's login program here's
  1628.    some tips to keep you out of trouble (And my tech support lines open).
  1629.  
  1630.    The last command in your system login script needs to be EXIT "batch
  1631.    name". This batch file will be the continuation of your login logic and
  1632.    end up jumping to the menu system. This is where TSR's can be loaded.
  1633.  
  1634.    Never load a TSR or run the menu from within a login script. Until the
  1635.    login script finishes, LOGIN.EXE is in memory and it uses over 100k.
  1636.  
  1637.    The first rule is don't use personal login scripts unless you have to.
  1638.    The simpler the login, the easier it is to maintain. Try to do as much
  1639.    as possible in the batch file you exit to.
  1640.  
  1641.  
  1642.  
  1643.    Computer Tyme MarxMenu Users Manual                     Page 19
  1644.    _______________________________________________________________
  1645.  
  1646.  
  1647.    MarxMenu can be run from this batch file as a post login processor. In
  1648.    this case MarxMenu isn't being used as a menu but as a programming
  1649.    language that is capable of very powerful login logic. The batch file
  1650.    might look as follows:
  1651.  
  1652.     MARXMENU POST.MNU
  1653.     <load TSR's>
  1654.     MARX MAIN
  1655.  
  1656.    In POST.MNU you can set environment variables, test for directories,
  1657.    write batch files, read user lists, map drives, or any number of things
  1658.    that are useful to the login process.
  1659.  
  1660.    THE CONFIG.SYS FILE   THE CONFIG.SYS FILE   THE CONFIG.SYS FILE
  1661.  
  1662.    The place to start is the place where DOS start when DOS boots. You MUST
  1663.    create a CONFIG.SYS file on your boot disk. The CONFIG.SYS tells DOS how
  1664.    many files and buffers to create, what device drivers to load, and the
  1665.    size of the Master Environment.
  1666.  
  1667.    Unless you are using special drivers, BUFFERS=40 and FILES=40 is a good
  1668.    place to start. STACKS 0,0 will gain you an extra 3k of ram. But the
  1669.    most important command is the shell statement. A CONFIG.SYS file might
  1670.    look like this:
  1671.  
  1672.     SHELL=COMMAND.COM /P /E:400
  1673.     BUFFERS=40
  1674.     FILES=40
  1675.     DEVICE=ANSI.SYS
  1676.  
  1677.    This sets up enough environment space to allow MarxMenu and DOS SET
  1678.    commands to work properly. You will also want to load any other device
  1679.    drivers like QEMM386.SYS or 386MAX.SYS to take advantage of other
  1680.    features of your computer. If you don't know about CONFIG.SYS files,
  1681.    read the DOS manual.
  1682.  
  1683.    Network Note: If you don't have a local hard disk and are booting from a
  1684.    floppy drive, set BUFFERS=4. If you are booting from a diskless
  1685.    workstation, set BUFFERS=1. BUFFERS are used for local drives only and
  1686.    have no effect on network drives. You save 1k of memory for every 2
  1687.    buffers you don't use.
  1688.  
  1689.  
  1690.  
  1691.    Computer Tyme MarxMenu Users Manual                     Page 20
  1692.    _______________________________________________________________
  1693.  
  1694.  
  1695.    THE AUTOEXEC.BAT FILE   THE AUTOEXEC.BAT FILE   THE AUTOEXEC.BAT FILE
  1696.  
  1697.    After the CONFIG.SYS is loaded the AUTOEXEC.BAT runs next. Here you load
  1698.    up your TSRs and network drivers. There are some important tricks to be
  1699.    used here as well.
  1700.  
  1701.    First of all, never load your network shell from your AUTOEXEC.BAT file.
  1702.    Always have it branch to another batch file called LOADNET to load the
  1703.    network shell. Use the autoexec.bat only to load special TSRs and the
  1704.    IPX. An autoexec.bat might look like this:
  1705.  
  1706.     @Echo Off
  1707.     Cls
  1708.     IPX
  1709.     SET NET=NETX.COM
  1710.     SET COMSPEC=O:COMMAND.COM
  1711.     LOADNET
  1712.  
  1713.    The two SET commands are very important. The first sets a variable
  1714.    called NET to NETX.COM. This will be used later in LOADNET.BAT. By using
  1715.    this variable, you can have users running many different versions of DOS
  1716.    and still use the same LOADNET.BAT file. You could also use a command
  1717.    SET NET=LOADHI EMSNETX.EXE to take advantage of advanced memory manager
  1718.    software.
  1719.  
  1720.    Another trick is to run BESTNET from the Network Survival Kit. BestNet
  1721.    will automatically pick the best network shell and set the NET
  1722.    environment variable for you. You would use the command BESTNET instead
  1723.    of SET NET=NETX.COM in the AUTOEXEC.BAT file.
  1724.  
  1725.    The SET COMSPEC=O:COMMAND.COM is important if you are booting off of
  1726.    either a floppy drive or a diskless workstation. This assumes that O:
  1727.    will eventually be mapped to a directory on the network that has a valid
  1728.    COMMAND.COM in it.
  1729.  
  1730.    It is important to set the comspec BEFORE loading your NET shell. This
  1731.    prevents a problem where Netware wants to go back to the boot disk even
  1732.    after you change the comspec. I don't know why this works but it does.
  1733.    Trust Me. If you are going to use COMMAND.COM on drive C:, ignore this
  1734.    paragraph.
  1735.  
  1736.    Now we go to the LOADNET.BAT file.
  1737.  
  1738.     @Echo Off
  1739.     %NET%
  1740.     SET NET=
  1741.     F:
  1742.     STARTUP
  1743.  
  1744.  
  1745.  
  1746.    Computer Tyme MarxMenu Users Manual                     Page 21
  1747.    _______________________________________________________________
  1748.  
  1749.  
  1750.    The big concept behind LOADNET is that this file is NEVER CHANGED. You
  1751.    put in on all your workstations and in the LOGIN directory and it is
  1752.    EXACTLY THE SAME for every computer in your network. Any changes to
  1753.    individual computers are made in the AUTOEXEC.BAT file.
  1754.  
  1755.    So why is this important. Because if you are running diskless
  1756.    workstations what happens is that while you are booting you have a
  1757.    mythical drive A:. As soon as your NET shell loads this drive
  1758.    dissappears out from under you and you end up in F:\LOGIN. If you are
  1759.    running LOADNET.BAT when this happens you drop out of A:LOADNET.BAT and
  1760.    land in the middle of F:\LOADNET.BAT. And if your LOADNET.BAT is exactly
  1761.    the same file as the LOADNET.BAT in the \LOGIN directory, you take off
  1762.    running like the transition never occured.
  1763.  
  1764.    Even if you are not running on diskless workstations now, you might go
  1765.    to it someday. It also creates good programming habits and helps you
  1766.    boot up cleanly.
  1767.  
  1768.    Lets see what LOADNET does. The first line is @ECHO OFF, that's easy.
  1769.    The second line %NET% executes the network shell that you specified with
  1770.    the SET NET=NETX command. This actually loads the network shell. The
  1771.    third line clears the NET variable freeing up space for other
  1772.    environment variables. F: switches you to drive F if you aren't there
  1773.    already. And finally STARTUP is the name of yet another batch file you
  1774.    jump to.
  1775.  
  1776.    The STARTUP.BAT file controls what happens AFTER LOADNET runs. This file
  1777.    can be freely changed so that LOADNET.BAT can stay the same. This lets
  1778.    you modify what happens AFTER the network shell is loaded.
  1779.  
  1780.    If you are using Novell's login program STARTUP.BAT might look like
  1781.    this:
  1782.  
  1783.     @Echo Off
  1784.     LOGIN
  1785.  
  1786.    THE SHELL.CFG FILE   THE SHELL.CFG FILE   THE SHELL.CFG FILE
  1787.  
  1788.    The SHELL.CFG file is used by Netware to configure the Netware shell.
  1789.    You should read the manuals on this to see if you need any of the many
  1790.    options available. I suggest you at least have the following commands in
  1791.    your SHELL.CFG file.
  1792.  
  1793.     cache buffers=4
  1794.     show dots=on
  1795.  
  1796.    The master network gurus tell me that cache buffers are just a waste of
  1797.    memory and do not provide any better performance. Every 2 cache buffers
  1798.    not used saves you 1k of memory. Show dots makes your network compatible
  1799.    with more software utilities and should be set on unless you have some
  1800.    other reason not to.
  1801.  
  1802.  
  1803.  
  1804.    Computer Tyme MarxMenu Users Manual                     Page 22
  1805.    _______________________________________________________________
  1806.  
  1807.  
  1808.    USING A MENU FILE TO LOG IN   USING A MENU FILE TO LOG IN   USING A MENU FILE TO LOG IN
  1809.  
  1810.    If you are going to use MarxMenu to log in instead of Novell's
  1811.    utilities, you will want to print out the sample file LOGIN.MNU on your
  1812.    MarxMenu disk and study it. Your STARTUP.BAT file might look like this:
  1813.  
  1814.     @Echo Off
  1815.     SET BOOTUP=LOGIN
  1816.     MarxMenu Login
  1817.     %BOOTUP%
  1818.  
  1819.    If MarxMenu works correctly, it will change the environment variable
  1820.    %BOOTUP% to point to a file that it creates. If for some reason it fails
  1821.    (you make a mistake in the login), it will execute Novell's login and
  1822.    let you get in and fix it.
  1823.  
  1824.    You will have to modify the LOGIN.MNU for your system. The one that I
  1825.    supply will not work on your system. It is to be used as a sample only
  1826.    and provide ideas for your login menu.
  1827.  
  1828.    One word of caution. After modifying this menu, always run MARXCOMP
  1829.    LOGIN to compile it. Otherwise, if you boot up into it you won't have
  1830.    enough access rights to recompile automatically.
  1831.  
  1832.    NOVELL SEARCH DRIVES   NOVELL SEARCH DRIVES   NOVELL SEARCH DRIVES
  1833.  
  1834.    MarxMenu and Network Survival Kit files need to be in the search path.
  1835.    You can copy the files into a directory that is already in the search
  1836.    path or create a new directory and add it to the search path. Here is a
  1837.    suggested setup.
  1838.  
  1839.     ---+--- SYSTEM
  1840.        |
  1841.        +--- MAIL
  1842.        |
  1843.        +--- LOGIN
  1844.        |
  1845.        +--- HOME -----+--- FRED
  1846.        |              |
  1847.        |              +--- BARNEY
  1848.        |
  1849.        +--- PUBLIC ---+--- DOS
  1850.                       |
  1851.                       +--- UTIL
  1852.                       |
  1853.                       +--- NSK
  1854.  
  1855.    I would use MAP ROOT and set up the following mapped drives:
  1856.  
  1857.  
  1858.  
  1859.    Computer Tyme MarxMenu Users Manual                     Page 23
  1860.    _______________________________________________________________
  1861.  
  1862.  
  1863.      MAP ROOT H: = \HOME\BARNEY
  1864.      MAP ROOT U: = \PUBLIC\UTIL
  1865.      MAP ROOT N: = \PUBLIC\NSK    ;Network Survival Kit
  1866.      MAP ROOT O: = \PUBLIC\DOS
  1867.      MAP ROOT P: = \PUBLIC
  1868.  
  1869.      Set PATH=H:\;U:\;N:\;O:\;P:\;
  1870.  
  1871.    The idea here is that the users home directory is searched first. Then
  1872.    the util directory where various network goodies and batch files are
  1873.    kept. Then the NSK directory where only NSK and menu file are. Then the
  1874.    DOS directory where only your original DOS files are. And finally PUBLIC
  1875.    which contains only Novell utilities.
  1876.  
  1877.    Traditionally, with Novell networks, searches have been set up using the
  1878.    current directories of paths such as:
  1879.  
  1880.      Set PATH=H:.;U:.;N:.;O:.;P:.;
  1881.  
  1882.    I have found that since the addition of the MAP ROOT enhancement that
  1883.    this traditional method is not as flexible.
  1884.  
  1885.    SETTING FILE ATTRIBUTES   SETTING FILE ATTRIBUTES   SETTING FILE ATTRIBUTES
  1886.  
  1887.    Historically Novell has recommended setting file attributes to Shareable
  1888.    and Read Only. This was to deal with DOS 3.0 and earlier and network
  1889.    dumb programs. This is now an obsolete process and if you are in the
  1890.    habit of doing this it's time to quit (Unless you are still running DOS
  1891.    version 2 on your workstations).
  1892.  
  1893.    I personally flag all my network files Normal as a way of catching
  1894.    network dumb programs.
  1895.  
  1896.    MarxMenu is a network smart product. It therefore isn't recommended that
  1897.    any file flagging be done on Computer Tyme software.
  1898.  
  1899.  
  1900.  
  1901.    Computer Tyme MarxMenu Users Manual                     Page 24
  1902.    _______________________________________________________________
  1903.  
  1904.  
  1905.    NOVELL SEMAPHORES   NOVELL SEMAPHORES   NOVELL SEMAPHORES
  1906.  
  1907.    For a detailed explanation of Novell Semaphores, read the Novell
  1908.    manuals. What I've done is to export these functions to MarxMenu. I have
  1909.    implemented them slightly different than Novell did and have hidden all
  1910.    the nasties from you such as semaphore handles. All semaphores are
  1911.    accessed by name only.
  1912.  
  1913.    Here's a brief overview of semaphores. Semaphores are names of shared
  1914.    resources that the server keeps track of. Semaphores have three
  1915.    properties. They have a name, value and number of users. The name can be
  1916.    anything up to 48 characters long. The value is a number from -128 to
  1917.    127. If the value is less than 0, the resource the semaphore represents
  1918.    is considered used up.
  1919.  
  1920.    By opening a semaphore, you increase the number of users by one. By
  1921.    closing it, you decrease the number by one. If a single user opens a
  1922.    semaphore many times, it is only counted as one. When you log out, your
  1923.    semaphores are closed. This is also true if you turn your computer off,
  1924.    but it takes 15 minutes for the server to give up on you.
  1925.  
  1926.    The first user to open a semaphore creates it. The last user to close a
  1927.    semaphore deletes it. When a semaphore is created, a value can be
  1928.    assigned. If a semaphore is opened that already exists, the initial
  1929.    value is ignored.
  1930.  
  1931.    When NovWaitOnSemaphore is called by any user, the value is decremented.
  1932.    If the value is not below zero, NovWaitOnSemaphore returns true.
  1933.    Otherwise it returns false and the value is unchanged. The amount of
  1934.    time that NovWaitOnSemaphore will wait is controlled by the variable
  1935.    NovSemaphoreTimeOut.
  1936.  
  1937.    When NovSignalSemaphore is called by any user, the value is incremented.
  1938.    This allows other users to call NovWaitOnSemaphore and get a True value.
  1939.  
  1940.    NovSemaphoreUsers and NovSemaphoreValue are used to read the status of a
  1941.    semaphore without changing it's value.
  1942.  
  1943.    One of the major differences between how MarxMenu uses semaphores and
  1944.    the way Novell uses them is that normally a semaphore dies when the
  1945.    application finishes. This would normally prevent a 0k menu system from
  1946.    being able to use them. MarxMenu uses an interesting trick where it
  1947.    fools Netware into thinking that the semaphore belongs to another task.
  1948.    This allows the semaphore to live.
  1949.  
  1950.    Semaphores can be tracked using FCONSOLE. Some versions of Netware have
  1951.    a bug in FCONSOLE that reports an open count that is 256 times the real
  1952.    count. Just divide by 256 for the right number.
  1953.  
  1954.  
  1955.  
  1956.    Computer Tyme MarxMenu Users Manual                     Page 25
  1957.    _______________________________________________________________
  1958.  
  1959.  
  1960.    Semaphores can be used for software metering. This allows MarxMenu to be
  1961.    aware of what other users on the network are doing. Here are the basic
  1962.    tools, what you do with them is only limited by your imagination.
  1963.  
  1964.    RUNNING A MARXMENU   RUNNING A MARXMENU   RUNNING A MARXMENU
  1965.  
  1966.    MarxMenus are run by typing MARX and the name of a menu file such as
  1967.    QUICK.MNU. As discussed earlier, the menu file is a text file created
  1968.    with a text editor such as TEDIT.
  1969.  
  1970.     Usage: MARX <Menu Filename>
  1971.  
  1972.     Example:
  1973.        MARX QUICK
  1974.  
  1975.    In the above example, if SAMPLE.MRX doesn't exist, or is older than
  1976.    SAMPLE.MNU then MarxMenu will automatically load the complier,
  1977.    MARXCOMP.EXE to create a new SAMPLE.MRX file.
  1978.  
  1979.    In the never ending quest for more speed, MarxMenu is somewhat faster to
  1980.    load if you include the MRX extension.
  1981.  
  1982.     Example:
  1983.        MARX QUICK.MRX
  1984.  
  1985.    By specifying the MRX extension, no test is made to compare the file
  1986.    date with the source file. Thus if you have changed the MNU file, you
  1987.    will still be running the old version. In order to force a recompile,
  1988.    type MARXCOMP QUICK.
  1989.  
  1990.    UPGRADING MARXMENU   UPGRADING MARXMENU   UPGRADING MARXMENU
  1991.  
  1992.    When installing an upgraded version of MarxMenu be sure to copy the
  1993.    MARXMENU.EXE, MARXMENU.OVR and MARXCOMP.EXE files into your MarxMenu
  1994.    directory. A very common mistake is not copying the MARXMENU.OVR file.
  1995.    If you forget this file MarxMenu will lock up when you try to run it.
  1996.    If you are on a network and anyone on the network is using the menu you
  1997.    won't be able to copy over MARXMENU.OVR. You will have to wait to after
  1998.    hours or chase everyone off the network to install the upgrade.
  1999.  
  2000.    A common mistake occurs when you copy the MarxMenu file into a working
  2001.    directory and someone else has the MARXMENU.OVR file open and you fail
  2002.    to notice that it failed to copy. If MarxMenu starts locking up after an
  2003.    upgrade this is probably why. Make sure the file dates on MARXMENU.EXE
  2004.    and MARXMENU.OVR are the same.
  2005.  
  2006.    After installing the new MarxMenu, all your menu files will have to be
  2007.    recompiled. This should happen automatically, but if you are on a
  2008.    network and the users don't have enough access rights the compile will
  2009.    fail. You can recompile all your network menus as follows:
  2010.  
  2011.  
  2012.  
  2013.    Computer Tyme MarxMenu Users Manual                     Page 26
  2014.    _______________________________________________________________
  2015.  
  2016.  
  2017.     WHEREIS *.MNU|DOLIST MARXCOMP @L
  2018.  
  2019.    If you are using MarxMenu to log into the network then be sure to copy
  2020.    the new MarxMenu files into your LOGIN directory and recompile your
  2021.    LOGIN menu.
  2022.  
  2023.    If you install MarxMenu in one directory and then move it to another you
  2024.    will have to run MARXMENU INST to recreate the batch files for that
  2025.    directory. Make sure that the MarxMenu files are on your PATH.
  2026.  
  2027.    Any time you upgrade MarxMenu should work as well or better that the
  2028.    previous version. Occasionally I make a mistak so you might want to
  2029.    copy your present NSK directory to another temporary directory until the
  2030.    upgrade is complete and tested. This gives you the ability to go back to
  2031.    the old one should the need arise. This procedure should be followed on
  2032.    software upgrades from other vendors as well.
  2033.  
  2034.    CUSTOMIZING MARXMENU SAMPLE FILES   CUSTOMIZING MARXMENU SAMPLE FILES   CUSTOMIZING MARXMENU SAMPLE FILES
  2035.  
  2036.    Included in the MarxMenu package are menu files which you can easily
  2037.    modify to execute your programs and perform other functions you desire.
  2038.    Using TEdit, the text editor included in this package, you can modify
  2039.    and customize these menu files.
  2040.  
  2041.    Also included to demonstrate the power and versatility of the menu
  2042.    system is a menu labeled NIM.MNU. This is a game written in the menu
  2043.    system that demonstrates some of the logic functions and programmability
  2044.    of the system. Use it for reference.
  2045.  
  2046.     Here's a simple example of a menu file:
  2047.     ===================================
  2048.     ClearScreen
  2049.     DrawBox 30 9 25 8
  2050.     Writeln ' 1) Lotus'
  2051.     Writeln ' 2) dBase'
  2052.     Writeln ' 3) Wordstar'
  2053.     Writeln
  2054.     Write 'Select: '
  2055.  
  2056.     OnKey '1'
  2057.        cd\lotus
  2058.        123
  2059.  
  2060.     OnKey '2'
  2061.        cd\db3
  2062.        db3
  2063.  
  2064.     OnKey '3'
  2065.        cd\wordstar
  2066.        ws
  2067.  
  2068.  
  2069.  
  2070.    Computer Tyme MarxMenu Users Manual                     Page 27
  2071.    _______________________________________________________________
  2072.  
  2073.  
  2074.     ====================================
  2075.  
  2076.    Notice in looking at the "OnKey" statements that all I have to do is
  2077.    tell MarxMenu how to get to the program. Although, MarxMenu takes care
  2078.    of reloading itself after exiting a selected program, its does not
  2079.    return to its own subdirectory as many other menu programs do.
  2080.  
  2081.    That means that if you execute a program in another subdirectory, when
  2082.    you come back to the menu, you remain in that subdirectory. If you
  2083.    normally run your applications with a batch file, consider having
  2084.    MarxMenu change directories and execute the program for you. This will
  2085.    eliminate debugging problems caused by the actions of your batch files.
  2086.  
  2087.    MENU ANALYSIS   MENU ANALYSIS   MENU ANALYSIS
  2088.  
  2089.    Let's start a simple analysis of the example menu file shown
  2090.    above. The ClearScreen statement simply clears the screen to
  2091.    give us a fresh workspace for the menu. DrawBox is the command to
  2092.    draw a box on the screen to contain some menu text. The Writeln
  2093.    command writes a line of text to the screen within the box, then
  2094.    positions the cursor on the next line. The menu text shows the
  2095.    available selection keys that the user has access to.
  2096.  
  2097.    ONKEY STATEMENTS   ONKEY STATEMENTS   ONKEY STATEMENTS
  2098.  
  2099.    The OnKey statements control what is actually executed. OnKey
  2100.    statements also allow you to execute hidden commands when you do
  2101.    not want them to appear on the menu screen. One trick I use is to
  2102.    have an OnKey statement define a key that runs TEDIT on my
  2103.    personal menu file. I don't show this key on the menu to keep
  2104.    others from poking around in the file. For additional security
  2105.    a password can also be set up on this key.
  2106.  
  2107.    Normally you enter a line of text as if you were creating a BAT
  2108.    file to run your application. Like batch files, if one of your
  2109.    commands is a batch file, all the statements after it will not
  2110.    execute. To prevent this you can use the CALL command to call a
  2111.    batch file in DOS 3.3 or later, or COMMAND /C in DOS 3.1 and 3.2.
  2112.  
  2113.    Normally, text displayed under an OnKey statement is the same
  2114.    text as the batch file created by MarxMenu. There are some
  2115.    exceptions. If a line starts with a "|" (vertical bar), the line
  2116.    will be interpreted by MarxMenu instead of being written to a
  2117.    batch file. This allows commands such as "PASSWORD" to be used.
  2118.    String variables can be passed as part of a batch command if the
  2119.    name of the string variable starts with a "%" symbol.
  2120.  
  2121.    The spaces preceding the commands under the OnKey statement are
  2122.    for clarity only. They are not necessary for MarxMenu to function
  2123.    properly.
  2124.  
  2125.  
  2126.  
  2127.    Computer Tyme MarxMenu Users Manual                     Page 28
  2128.    _______________________________________________________________
  2129.  
  2130.  
  2131.    POPUP MENUS   POPUP MENUS   POPUP MENUS
  2132.  
  2133.    If you want to create a popup menu within a menu you can do so by
  2134.    using a "label". A label is a keyword preceded by a colon. To
  2135.    call the popup menu, place the keyword on a line by itself
  2136.    preceded by a carat (Shift 6). The label will precede the popup
  2137.    menu definition.
  2138.  
  2139.    For example if you have a popup menu to load Smart Software, you could
  2140.    name the PopUpMenu Smart. To bring up the Smart PopUpMenu, define a key
  2141.    in your main menu for Smart like this:
  2142.  
  2143.     OnKey 'S'
  2144.        ^Smart
  2145.  
  2146.    The Smart menu itself might look something like this:
  2147.  
  2148.     :Smart
  2149.     BoxHeaderColor ForeColor BackColor
  2150.     BoxBorderColor Yellow Green
  2151.     BoxInsideColor LCyan Green
  2152.     InverseColor Yellow Red
  2153.     BoxHeader = ' Smart Menu '
  2154.     DrawBox 45 16 20 6
  2155.     UseArrows 2 2 16 3
  2156.     ClearLine 205
  2157.     Writeln
  2158.     Writeln '  Data Base'
  2159.     Writeln '  Spread Sheet'
  2160.     Write   '  Word Processor'
  2161.  
  2162.     OnKey 'D'
  2163.       SM D
  2164.  
  2165.     OnKey 'S'
  2166.       |BoxHeaderColor ForeColor BackColor
  2167.       |BoxBorderColor Yellow Green
  2168.       |BoxInsideColor White Green
  2169.       |%1 = PickFile('C:\SMART\SPREAD\*.WS',4,5,17)
  2170.       SM S -ALOAD %1
  2171.  
  2172.     OnKey 'W'
  2173.       |BoxHeaderColor ForeColor BackColor
  2174.       |BoxBorderColor Yellow Green
  2175.       |BoxInsideColor White Green
  2176.       |%1 = PickFile('C:\SMART\WORD\*.DOC',4,5,17)
  2177.       SM W -ALOAD %1
  2178.  
  2179.  
  2180.  
  2181.    Computer Tyme MarxMenu Users Manual                     Page 29
  2182.    _______________________________________________________________
  2183.  
  2184.  
  2185.    While developing the menu, program one of the keys to run your favorite
  2186.    editor on the menu file that you are creating. This way, as soon as the
  2187.    change is made, the results will show when you exit your editor. Since
  2188.    MarxMenu allows versatility in creating the look of your menus, a little
  2189.    trial and error will be required to make things look right.
  2190.  
  2191.    THE CONSOLE   THE CONSOLE   THE CONSOLE
  2192.  
  2193.            +---| Console Functions |---+
  2194.            | 1 - Blank Screen          |
  2195.            | 2 - Set Blank Message     |
  2196.            | 3 - Lock Keyboard         |
  2197.            | 4 - Set Blank Time        |
  2198.            +---------------------------+
  2199.  
  2200.    The Console is a popup menu of built-in functions. To activate the
  2201.    console, press the TAB key. A menu will pop-up in the upper left hand
  2202.    corner of the screen. You can change the position of this popup menu
  2203.    with the ConsolePos function.
  2204.  
  2205.    The first command on the Console screen is Blank Screen. Enter 1 and the
  2206.    screen will blank immediately. It will remain blanked until a key is
  2207.    pressed. Enter 2 on the Console menu and you can change the message
  2208.    displayed on the Blank Screen display.
  2209.  
  2210.    Enter 3 and you will be prompted for a word to lock the keyboard. After
  2211.    you enter the lock word the screen will blank and the keyboard will be
  2212.    locked until the exact lock word is typed. Enter 4 to set the number of
  2213.    minutes to wait before blanking the screen.
  2214.  
  2215.    The lock word feature is handy for times when you must leave the
  2216.    keyboard but don't want menu commands displayed for all to see. It also
  2217.    effectively locks the keyboard so someone can't escape to DOS and test
  2218.    the format command on your hard disk. We run this menu on a Novell
  2219.    Network and don't want to let everyone have access to the Supervisors'
  2220.    power at the touch of the escape key should we leave the keyboard.
  2221.  
  2222.    REPOSITIONING THE TOP WINDOW   REPOSITIONING THE TOP WINDOW   REPOSITIONING THE TOP WINDOW
  2223.  
  2224.    One nice feature you can use to get the windows right is to turn on the
  2225.    scroll lock. This lets you move the top window around the screen using
  2226.    the arrow keys so you can see how it looks. Then you can go into your
  2227.    menu code and set it permanently.
  2228.  
  2229.    Set Scroll Lock to "on". On most keyboards, a scroll lock LED will light
  2230.    up. Now use the arrow keys to move the top window to any position on the
  2231.    screen. Neat Huh?
  2232.  
  2233.  
  2234.  
  2235.    Computer Tyme MarxMenu Users Manual                     Page 30
  2236.    _______________________________________________________________
  2237.  
  2238.  
  2239.    MOUSE SUPPORT   MOUSE SUPPORT   MOUSE SUPPORT
  2240.  
  2241.    If you have a standard mouse driver, MarxMenu will detect it and use it
  2242.    automatically. The left button on the mouse is the same as pressing
  2243.    return. The right button on the mouse is the same as pressing escape.
  2244.    Pressing both buttons on the mouse is the same as pressing the tab key.
  2245.    As of now, I'm not yet using the center button on the mouse for
  2246.    anything.
  2247.  
  2248.    The sensitivity of the mouse can be controlled using the MouseHorizontal
  2249.    and MouseVertical commands or bY setting environment variables MOUSEX
  2250.    and MOUSEY.
  2251.  
  2252.    STARTING OFF THE EASY WAY   STARTING OFF THE EASY WAY   STARTING OFF THE EASY WAY
  2253.  
  2254.    For those of you who want to just get a menu going and don't want
  2255.    anything complicated we have included a menu called the LEVEL1 menu.
  2256.    This menu is a fill in the blank type of menu that will get you going
  2257.    quickly and easilly.
  2258.  
  2259.    This menu requires no programming and explains itself. You run it by
  2260.    typing the command:
  2261.  
  2262.     MARX LEVEL1
  2263.  
  2264.    The first thing it does is scan your drive to find the directories. Then
  2265.    you just answer the questions and fill in the menu. This isn't as
  2266.    powerful as programming your own menu, but if you want something quick
  2267.    and dirty, this may be the answer for you.
  2268.  
  2269.    ABOUT VARIABLES   ABOUT VARIABLES   ABOUT VARIABLES
  2270.  
  2271.    One of the most unusual things about MarxMenu is its variables. MarxMenu
  2272.    handles variables differently than any other programming language. For
  2273.    the experienced programmer, this may require some adjustment since it's
  2274.    like getting used to driving a Cadillac after driving a VW Beetle.
  2275.  
  2276.    All variables in MarxMenu are like an empty box that can contain
  2277.    anything. A variable can be a number, boolean, string, file, array, etc.
  2278.    The type of variable is controlled internally and the user need not
  2279.    declare variable types.
  2280.  
  2281.    Variables are created with the VAR command:
  2282.  
  2283.     Var X Y Z
  2284.  
  2285.    If the word VAR is on a line by itself, the following lines, up to a
  2286.    blank line, are considered variable names.
  2287.  
  2288.  
  2289.  
  2290.    Computer Tyme MarxMenu Users Manual                     Page 31
  2291.    _______________________________________________________________
  2292.  
  2293.  
  2294.     Var
  2295.       MyAge
  2296.       YourAge
  2297.       HisAge
  2298.       HerAge
  2299.  
  2300.    Variables are initialized to null values; 0 for Numbers, False for
  2301.    Booleans, and '' for strings. Initial values can be set when the
  2302.    variable is created.
  2303.  
  2304.     Var
  2305.       X = 6
  2306.       MyName = 'Marc'
  2307.       Programmer = True
  2308.  
  2309.    Variables can change variable types. If you write a number to a string
  2310.    variable, the variable changes to a number.
  2311.  
  2312.     X = '234'
  2313.     X = Value(X)
  2314.  
  2315.    This is valid in MarxMenu. X now is a number and contains the value 234.
  2316.  
  2317.    When choosing variable names, it is good programming practice to choose
  2318.    long meaningful names. This allows yourself and others to be able to
  2319.    read menus and follow the logic more easily.
  2320.  
  2321.    NUMERIC VARIABLES   NUMERIC VARIABLES   NUMERIC VARIABLES
  2322.  
  2323.    MarxMenu supports two kinds of numbers, 32 bit integers and real
  2324.    (floating point) numbers. Integers are whole numbers in the range of
  2325.    plus or minus 2,147,483,647. This gives you a wide range of numbers but
  2326.    no fractions.
  2327.  
  2328.    With integers the answers to division are always rounded down thus:
  2329.  
  2330.     7 / 3 = 2
  2331.  
  2332.    Numbers beginning with a '$' indicate base 16 or hex numbers.
  2333.  
  2334.     Example: $20 is the same as 32
  2335.  
  2336.  
  2337.  
  2338.    Computer Tyme MarxMenu Users Manual                     Page 32
  2339.    _______________________________________________________________
  2340.  
  2341.  
  2342.    BOOLEAN VARIABLES   BOOLEAN VARIABLES   BOOLEAN VARIABLES
  2343.  
  2344.    Boolean variables are True or False. For example:
  2345.  
  2346.     var Adult
  2347.        Adult = True
  2348.        if not Adult then Write 'You must be 21 to enter.'
  2349.  
  2350.    Boolean values can be set by computation:
  2351.     Example:
  2352.        Adult = Age >= 21
  2353.  
  2354.    In this example the result of Age >= 21 is stored in the variable Adult.
  2355.  
  2356.    If you use a boolean variable by itself, MarxMenu assumes you are
  2357.    setting it to on. Thus:
  2358.  
  2359.      ClearScreenOnExit
  2360.  
  2361.    is the same as:
  2362.  
  2363.      ClearScreenOnExit On
  2364.  
  2365.    STRING VARIABLES   STRING VARIABLES   STRING VARIABLES
  2366.  
  2367.    String variables are limited to 255 characters.
  2368.  
  2369.    In MarxMenu, string literals are delimited by either single or double
  2370.    quotes.
  2371.  
  2372.     "This can't be yogurt!"
  2373.     'Lincoln said "Four score and seven years ago ..." '
  2374.  
  2375.    REAL NUMBERS   REAL NUMBERS   REAL NUMBERS
  2376.  
  2377.    So what's the difference between ordinary numbers and real numbers?
  2378.    Ordinary numbers in MarxMenu are 32 bit integers. These are numbers
  2379.    whose range is about plus or minus two billion. Integers are whole
  2380.    numbers and do not include any fractions.
  2381.  
  2382.    This is why MarxMenu has included REAL numbers (also known as Floating
  2383.    Point numbers). Real numbers in MarxMenu use BCD (Binary Coded Decimal)
  2384.    with 18 digits of accuracy. They have a range of 10 to the plus or minus
  2385.    63rd power, which means up to 63 zeros either side of the decimal point.
  2386.    This lets you work with very big and very small numbers.  MarxMenu has
  2387.    smart rounding algorithms so that 1.0 / 3 * 3 = 1.0 and not
  2388.    0.999999999999999999 like in most languages.
  2389.  
  2390.  
  2391.  
  2392.    Computer Tyme MarxMenu Users Manual                     Page 33
  2393.    _______________________________________________________________
  2394.  
  2395.  
  2396.    Real numbers are specified by using a decimal point. Thus 5.0 specifies
  2397.    a real number. Most normal MarxMenu functions still require the standard
  2398.    32 bit integers. If you get the error: 'REAL found where INTEGER
  2399.    expected.' You need to use an integer.
  2400.  
  2401.    If an integer is passed where a real is expected, the integer is
  2402.    automatically converted to a real. Thus:
  2403.  
  2404.     6.0 * 3 = 18.0
  2405.  
  2406.    The Value function returns real numbers if a decimal point is used in
  2407.    the string. All the relevant math functions will work with reals as well
  2408.    as comparison operators.
  2409.  
  2410.    MarxMenu supports a variety of functions for real numbers. It has trig
  2411.    functions, log functions, and exponential functions. So why do you need
  2412.    real numbers in a menu program? I don't know. I had a library and
  2413.    threw them in. I figure someone will need them someday.
  2414.  
  2415.    With real numbers you can do trigonometry calculations like those
  2416.    discovered by the ancient Indian chief Pythagoras who discovered what is
  2417.    now known as Pythagoras's triangle.
  2418.  
  2419.    Now I know that a lot of you were taught in Math class that Pythagoras
  2420.    was Greek. Well, it's just not so. Let me tell you the real story:
  2421.  
  2422.    Pythagoras was an Indian chief that had three wives. Two of the wives
  2423.    were twins and weighed 120 pounds each. And they sat next to Pythagoras
  2424.    on a pair of twin deer hides.
  2425.  
  2426.    But Pythagoras also had a third wife who was a large fat woman who sat
  2427.    across from Pythagoras on a hippopotamus hide. This wife weighed 240
  2428.    pounds.
  2429.  
  2430.    What Pythagoras discovered was that the squaw on the hypopotamus was
  2431.    equal to the sum of the squaws on the other two hides!
  2432.  
  2433.    LOCAL VARIABLES   LOCAL VARIABLES   LOCAL VARIABLES
  2434.  
  2435.    MarxMenu also supports local variables. Variables declared within
  2436.    procedures become local variables. Local variables are just like global
  2437.    variables in that you can use them as multidimensional arrays. When the
  2438.    procedure finishes, all local variables are disposed.
  2439.  
  2440.    If a local variable has the same name as a global variable, the local
  2441.    variable will be used.
  2442.  
  2443.  
  2444.  
  2445.    Computer Tyme MarxMenu Users Manual                     Page 34
  2446.    _______________________________________________________________
  2447.  
  2448.  
  2449.    DATES   DATES   DATES
  2450.  
  2451.    Dates in MarxMenu are stored as the number of seconds since Junuary 1st
  2452.    1980. This gives MarxMenu a Date range of 68 years. By subtracting two
  2453.    dates, you get the number of seconds between two peroids of time.
  2454.  
  2455.    MarxMenu has several commands that convert text strings to dates. Here
  2456.    are some examples of how MarxMenu sees text dates.
  2457.  
  2458.     Examples:
  2459.       '4-7-91'                 ;04-07-1991 00:00:00
  2460.       'April 7th, 1991 4:35pm' ;04-07-1991 16:35:00
  2461.       '12:35:23a'              ;04-07-1991 00:35:23
  2462.       '3:15'                   ;04-07-1991 03:15:00
  2463.  
  2464.    If the string can't be converted, then the variable BadDate is set to
  2465.    true.
  2466.  
  2467.    MarxMenu can also convert dates to strings by using the DateString and
  2468.    TimeString commands.
  2469.  
  2470.    PASSING PARAMETERS TO PROCEDURES   PASSING PARAMETERS TO PROCEDURES   PASSING PARAMETERS TO PROCEDURES
  2471.  
  2472.    Procedures can accept parameters by declaring variable names on the same
  2473.    line as the name of the procedure.
  2474.  
  2475.    Procedures can return variables by using the Return command. Return
  2476.    exits the procedure returning the parameters on the same line as the
  2477.    Return statement.
  2478.  
  2479.     Example:
  2480.  
  2481.     Procedure Factorial (X)
  2482.     var Y Z
  2483.        Y = 1
  2484.        Z = 1
  2485.        while Y <= X
  2486.           Z = Y * Z
  2487.           Y = Y + 1
  2488.        endwhile
  2489.        Writeln X ' factorial is ' Z
  2490.     EndProc
  2491.  
  2492.    In this example, if you were to use Factorial (5) you would get:
  2493.  
  2494.     5 factorial is 120
  2495.  
  2496.     Another Example:
  2497.  
  2498.  
  2499.  
  2500.    Computer Tyme MarxMenu Users Manual                     Page 35
  2501.    _______________________________________________________________
  2502.  
  2503.  
  2504.     Procedure AskYesNo (Question)
  2505.     var YesNo
  2506.        DrawBox (34 - (Length(Question) / 2)) 21 Length(Question) + 14 3
  2507.        TextColor LCyan Blue
  2508.        UseArrows Off
  2509.        Write ' ',Question,' (Y/N) '
  2510.        YesNo = UpperCase(ReadKey)
  2511.        YesNo = YesNo = 'Y'
  2512.        if YesNo
  2513.           Write 'Yes'
  2514.        else
  2515.           Write 'No'
  2516.        endif
  2517.        Wait 50
  2518.        EraseTopWindow
  2519.        Return (YesNo)
  2520.     EndProc
  2521.  
  2522.     if AskYesNo 'Do you want to continue? ' then Continue
  2523.  
  2524.    In this example, MarxMenu draws a box and asks a question and waits for
  2525.    a Yes or No answer.
  2526.  
  2527.    Arrays can be passed as parameters. Parameters are passed by value not
  2528.    by reference. This means that any changes to the passed parameter do not
  2529.    affect the original value.
  2530.  
  2531.    You can copy an array by assigning it equal to another array.
  2532.  
  2533.     Example:
  2534.  
  2535.     Array1 = Array2
  2536.  
  2537.    This creates Array1 with a copy of all the elements of Array2. The
  2538.    previous contents of Array1 are overwritten.
  2539.  
  2540.    ABOUT CONSTANTS   ABOUT CONSTANTS   ABOUT CONSTANTS
  2541.  
  2542.    Constants are used to give values meaningful names. By using constants a
  2543.    value can be assigned once and the constant name used throughout the
  2544.    menu program. This way, if you change the value of the constant, all the
  2545.    places where that constant is used automatically change.
  2546.  
  2547.    This is good programming practice.
  2548.  
  2549.     Examples:
  2550.  
  2551.     Const States = 50 CPU = '80386 SX' WeekEnd = True
  2552.  
  2553.     or
  2554.  
  2555.  
  2556.  
  2557.    Computer Tyme MarxMenu Users Manual                     Page 36
  2558.    _______________________________________________________________
  2559.  
  2560.  
  2561.     Const
  2562.        States = 50
  2563.        CPU = '80386 SX'
  2564.        WeekEnd = True
  2565.  
  2566.    Using the word STATES is just like using 50. Using CPU is just like
  2567.    using '80386 SX'. But if throughout my menu I use CPU, and then I get a
  2568.    new computer with a 80486, I can just change one line:
  2569.  
  2570.     Const CPU = '80486'
  2571.  
  2572.    And all the places I used CPU changes to '80486'. This is the correct
  2573.    way to program.
  2574.  
  2575.    ABOUT ARRAYS   ABOUT ARRAYS   ABOUT ARRAYS
  2576.  
  2577.    MarxMenu supports multidimensional arrays up to 31 dimensions. Unlike
  2578.    other programming languages, arrays need not be declared. MarxMenu
  2579.    creates arrays "on the fly" and automatically takes care of the array
  2580.    size and number of dimensions.
  2581.  
  2582.    Another unusual feature of MarxMenu arrays is that they are an array of
  2583.    MarxMenu variables. This means that elements of MarxMenu arrays need not
  2584.    be of the same type. Element 1 can be a number, element 2 can be a
  2585.    string and element 3 can be another array.
  2586.  
  2587.    This type of variable management leads to the easy creation of very
  2588.    powerful data structures as you will see.
  2589.  
  2590.     Var X
  2591.  
  2592.     X[1] = 'Element 1'
  2593.     X[2] = 3
  2594.     X[3] = True
  2595.     X[4,6] = 9
  2596.     X[4,7] = 'Ten'
  2597.  
  2598.    These are all valid statements. MarxMenu creates a two dimensional array
  2599.    here. If we now execute the following statement:
  2600.  
  2601.     X[4] = X[4,6] + X[2]
  2602.  
  2603.    X[4] becomes equal to 12 but variables X[4,6] and X[4,7] are lost. This
  2604.    is because we have changed an array into a number. MarxMenu
  2605.    automatically handles the deallocation of memory used by this array and
  2606.    its elements and returns the space the used to the memory pool.
  2607.  
  2608.  
  2609.  
  2610.    Computer Tyme MarxMenu Users Manual                     Page 37
  2611.    _______________________________________________________________
  2612.  
  2613.  
  2614.    ABOUT QUALIFIERS   ABOUT QUALIFIERS   ABOUT QUALIFIERS
  2615.  
  2616.    Qualifiers are named indexes into arrays. They are used to make the
  2617.    source menu file more readable and more organized.
  2618.  
  2619.    Suppose we are creating a data structure to deal with places in the
  2620.    United States. First we will need an array for States.
  2621.  
  2622.     Var States
  2623.  
  2624.     We want to store some facts about the states.
  2625.  
  2626.     Qualifier
  2627.        Population
  2628.        Bird
  2629.        Motto
  2630.        County
  2631.  
  2632.     State[3].Population = 10000000
  2633.     State[3].Bird = 'Chicken'
  2634.     State[3].Motto = 'Best politicians money can buy!'
  2635.  
  2636.    Now states have counties and counties have county seats, sheriffs, and
  2637.    cities.
  2638.  
  2639.     Qualifer
  2640.        Sheriff
  2641.        Seat
  2642.        City
  2643.  
  2644.     State[3].County[7].Sheriff = 'Buck InBred'
  2645.     State[3].County[7].Seat = 'Possum Trot'
  2646.  
  2647.    Now counties have cities and cities have schools, mayors, churches, and
  2648.    taxes.
  2649.  
  2650.     Qualifier
  2651.        Schools
  2652.        Mayor
  2653.        Churches
  2654.        Taxes
  2655.  
  2656.     State[3].County[7].City[9].Schools = 8
  2657.     State[3].County[7].City[9].Mayor = 'Virgil Collins'
  2658.     State[3].County[7].City[9].Churches = 120
  2659.     State[3].County[7].City[9].Taxes = '$100,000,000'
  2660.  
  2661.    The above line is the same as:
  2662.  
  2663.     State[3,4,7,3,9,4] = '$100,000,000'
  2664.  
  2665.  
  2666.  
  2667.    Computer Tyme MarxMenu Users Manual                     Page 38
  2668.    _______________________________________________________________
  2669.  
  2670.  
  2671.    As you can see with qualifiers, it is easy to create multidimensional
  2672.    arrays in a way that is organized and readable.
  2673.  
  2674.    In this example, the qualifier Population became equal to 1. Bird became
  2675.    equal to 2. The variable references, State[3].Bird and State[3,2] are
  2676.    the same. It's just that one is more readable than the other. Qualifiers
  2677.    normally begin by assigning 1 to the first name and 2 to the second
  2678.    etc. This can be modified.
  2679.  
  2680.     Qualifier
  2681.        Color = 7
  2682.        Size
  2683.        Shape
  2684.  
  2685.    In this case Color becomes the number 7; Size becomes the number 8; and
  2686.    Shape becomes the number 9.
  2687.  
  2688.    POINTER VARIABLES   POINTER VARIABLES   POINTER VARIABLES
  2689.  
  2690.    In MarxMenu variables can point to other variables allowing parameters
  2691.    to be passed to procedures by referrence as well as by value. A pointer
  2692.    variable stores the location of another variable. Any time a pointer
  2693.    variable is accessed, MarxMenu acts upon the variable that the pointer
  2694.    variable is pointing too. Pointer variables are set using the Loc
  2695.    (location) command.
  2696.  
  2697.     Example:
  2698.       Var A B C
  2699.  
  2700.     A = Loc B
  2701.  
  2702.    MarxMenu supports complex location pointers and pointers to other
  2703.    pointers. MarxMenu will resolve all referrences till real data is found.
  2704.  
  2705.     Example:
  2706.     B = Loc A
  2707.     C = Loc B
  2708.     C[5] = 20
  2709.     Writeln A[5]  ;returns 20
  2710.  
  2711.    Pointers can also be passed as parameters to procedures. Thus if A is an
  2712.    array of strings we can sort A as follows:
  2713.  
  2714.     Procedure SortTest (TestArray)
  2715.        SortArray(TestArray)
  2716.     EndProc
  2717.  
  2718.     SortTest (Loc A)  ;sorts array A
  2719.  
  2720.  
  2721.  
  2722.    Computer Tyme MarxMenu Users Manual                     Page 39
  2723.    _______________________________________________________________
  2724.  
  2725.  
  2726.    COMMENTS IN MENU FILES   COMMENTS IN MENU FILES   COMMENTS IN MENU FILES
  2727.  
  2728.    MarxMenu has three ways to add comments to a menu file. The first way is
  2729.    with the Comment command.
  2730.  
  2731.     Comment
  2732.     ========================
  2733.     This is a comment block.
  2734.     ========================
  2735.     EndComment
  2736.  
  2737.    All lines up to EndComment are ignored.
  2738.  
  2739.    The second way is with a ';'. All text to the right of the ';'
  2740.    (semicolon) is ignored.
  2741.  
  2742.     BlankTime = 20  ;this is where we set the blank time.
  2743.  
  2744.    The third way is using {} or curly braces. Anything inside the curly
  2745.    braces is ignored. Curly braces can be nested.
  2746.  
  2747.     {All of {this} is a comment.}
  2748.  
  2749.    Comments are ignored by the compiler and cost you nothing in execution
  2750.    speed. Comments can save you a lot of time if you have to come back
  2751.    later and work on your menu, or if someone else has to work on it.
  2752.    Therefore, I encourage you to use comments as much as possible.
  2753.  
  2754.    THE MARXMENU COMPILER   THE MARXMENU COMPILER   THE MARXMENU COMPILER
  2755.  
  2756.    MarxMenu reads your MNU files and creates MRX files. These MRX files are
  2757.    a highly digested form of the MNU file that you created. MRX files are
  2758.    the compiled files.
  2759.  
  2760.    When you run MarxMenu, the interpreter MARXMENU.EXE looks for the menu
  2761.    file with the MRX extension. If it doesn't find it, MARXMENU.EXE will
  2762.    automatically load MARXCOMP.EXE and compile the menu. MARXMENU.EXE also
  2763.    compares the file dates of the MNU and the MRX files. If the MNU file is
  2764.    newer than the MRX file, the compiler will be loaded.
  2765.  
  2766.    MarxMenu will also force a compile if the MRX file was not compiled by
  2767.    the same version and release date of the MarxMenu you are using. MRX
  2768.    files are not compatible from one version of MarxMenu to the next.
  2769.  
  2770.    You can also force a compile from the command line by typing MARXCOMP
  2771.    <menu>. If you are on a network and using MarxMenu to log you in, make
  2772.    sure you run the compiler if you change your login menu file.
  2773.  
  2774.  
  2775.  
  2776.    Computer Tyme MarxMenu Users Manual                     Page 40
  2777.    _______________________________________________________________
  2778.  
  2779.  
  2780.    Once your menus are written, you can remove the MNU file and
  2781.    MARXCOMP.EXE from the system. This prevents anyone from modifying your
  2782.    menus. The MRX files are scrambled for security. This prevents probing
  2783.    eyes from reading strings in the MRX files.
  2784.  
  2785.    MARXMENU LANGUAGE RULES   MARXMENU LANGUAGE RULES   MARXMENU LANGUAGE RULES
  2786.  
  2787.    MarxMenu interpretation is left to right and doesn't have any operator
  2788.    precidence. You can control the order of evaluation by using
  2789.    parentheses.
  2790.  
  2791.     Examples:
  2792.  
  2793.       2 + 3 * 4      ;returns 20
  2794.       2 + (3 * 4)    ;returns 14
  2795.  
  2796.       if A > 4 or B < 6 then ...      ;error
  2797.       if (A > 4) or (B < 6) then ...  ;correct
  2798.  
  2799.    Statements are limited to one line and lines are limited to 200
  2800.    characters.
  2801.  
  2802.    COMPILER COMPATIBILITY   COMPILER COMPATIBILITY   COMPILER COMPATIBILITY
  2803.  
  2804.    The MarxMenu compiler is fully compatible with earlier versions of
  2805.    MarxMenu with a few exceptions. The new compiler does a lot more error
  2806.    checking than earlier versions of MarxMenu and will catch errors that
  2807.    you used to get away with. Other than that, the only difference you
  2808.    should notice will be a speed increase.
  2809.  
  2810.    Earlier versions of MarxMenu had separate names for variable types. The
  2811.    names $VAR, BVAR, #VAR, and FILEVAR act the same as typing VAR.
  2812.  
  2813.    Very early versions of MarxMenu had a different form of the USEARROWS
  2814.    command that required 4 to 5 numbers after it. If you run into this
  2815.    error, just get rid of the numbers after USEARROWS and it will work
  2816.    fine.
  2817.  
  2818.  
  2819.  
  2820.    Computer Tyme MarxMenu Users Manual                     Page 41
  2821.    _______________________________________________________________
  2822.  
  2823.  
  2824.    A WORD ABOUT DOS VERSIONS .....   A WORD ABOUT DOS VERSIONS .....   A WORD ABOUT DOS VERSIONS .....
  2825.  
  2826.    Versions of DOS below 3.3 will cause MarxMenu to use 3.5k of ram where
  2827.    3.3 DOS and above use no memory. 3.2 DOS is very buggy and should be
  2828.    replaced. 3.1 DOS isn't too bad for bugs but if you're using the BACKUP
  2829.    and RESTORE programs that came with it, you're in trouble. They don't
  2830.    work on large files. You'll find that out if you try to restore one of
  2831.    them.
  2832.  
  2833.    MS-DOS 4.01 seems to be pretty clean provided you have the April-89
  2834.    release or later. To determine if you do, check the file date on
  2835.    COMMAND.COM. Earlier versions of DOS 4.01 have SERIOUS BUGS. If you are
  2836.    running any DOS 4 earlier than April-89 you should upgrade immediately.
  2837.  
  2838.    We are happy to announce that MarxMenu runs under DOS 5.0 with no
  2839.    problems and requiring no modifications. One feature implemented is the
  2840.    Idle Loop call which allows MarxMenu to conserve CPU power when it's not
  2841.    doing anything. This makes it work better under DesqView and Windows.
  2842.  
  2843.    Speaking of Windows, MarxMenu is not a Windows program. It can however
  2844.    be used to start Windows programs and is can be run under Windows.
  2845.    Windows however is an extremely unstable environment. If for some reason
  2846.    you're having trouble with MarxMenu and Windows, it's Windows fault. In
  2847.    spite of glowing reviews that magazine writers seem compelled to write,
  2848.    I reccommend avoiding Windows unless you have a program that requires
  2849.    Windows to run.
  2850.  
  2851.    DR-DOS or EZ-DOS are pretty good also. It is very compatible as long as
  2852.    you don't get too strange with it. I recommend version 3.4 or later.
  2853.    DR-DOS has a nasty COMSPEC bug in versions 5 and 6 when running a second
  2854.    command.com shell started from a network drive.
  2855.  
  2856.    4DOS is also pretty good but sometimes some of the advanced features in
  2857.    this product can cause it to behave differently than DOS. This requires
  2858.    extra care when writing your menus.
  2859.  
  2860.    MarxMenu should work correctly on 386 type multiuser operating systems
  2861.    such as Digital Research's Concurrent DOS 386 or SCO VPIX DOS emulators
  2862.    and PCMOS. Under these systems you will have to set the TASK environment
  2863.    variable if you are running MarxMenu in multiple tasks.
  2864.  
  2865.    MarxMenu will not run correctly under DesqView 2.26. It will run under
  2866.    2.25 or 3.21. So if you are running 2.26, it needs to be upgraded.
  2867.    MarxMenu contains several support functions for DesqView including
  2868.    DesqView API calls to control the DesqView environment.
  2869.  
  2870.    Although I haven't tested MarxMenu in the OS/2 1.3 compatibility box, I
  2871.    have had good success with MarxMenu under OS/2 2.0. I have been able not
  2872.    only to run DOS programs but OS/2 programs as well. If set up right
  2873.    MarxMenu can spawn multiple tasks of both DOS and OS/2 applications.
  2874.  
  2875.  
  2876.  
  2877.    Computer Tyme MarxMenu Users Manual                     Page 42
  2878.    _______________________________________________________________
  2879.  
  2880.  
  2881.    If you are running under some weird DOS and are having problems, try it
  2882.    under "regular" DOS and see if it goes away. If it does, try to find out
  2883.    what it is about your weird DOS that makes it not work right. I am
  2884.    interested in being compatible with as many systems as I can. Let me
  2885.    know if you are having problems. But also, try to get your weird DOS
  2886.    vendors to clean up their act.
  2887.  
  2888.    A WORD ABOUT BUGS .....   A WORD ABOUT BUGS .....   A WORD ABOUT BUGS .....
  2889.  
  2890.    Although I try to create perfect bug free software, every now and then
  2891.    even I make a mistak. If you find one, let me know and I'll fix it. My
  2892.    standard is to not only have all the functions of MarxMenu work
  2893.    correctly, but to be as intuitive and full featured as possible.
  2894.  
  2895.    TIPS FROM THE MASTER   TIPS FROM THE MASTER   TIPS FROM THE MASTER
  2896.  
  2897.    Since MarxMenu is a programming language, I want to talk about what
  2898.    programming is and how it is accomplished. I want to dispel some myths
  2899.    and fears relating to it and introduce you to techniques that will help
  2900.    you write code neatly, quickly, and efficiently. From the outside,
  2901.    programming looks like magic; but once you know a few of the tricks, its
  2902.    really not too hard.
  2903.  
  2904.    Many of us who were raised on 50s and 60s science fiction television
  2905.    learned that it is the brainy types who deal with computers. It almost
  2906.    gives you the impression that the computer is smart and you are dumb. As
  2907.    you use the computer, it is evaluating you, and if it figures out that
  2908.    its smarter than you, it can get your job and replace you.
  2909.  
  2910.    COMPUTERS DO SIMPLE TASKS   COMPUTERS DO SIMPLE TASKS   COMPUTERS DO SIMPLE TASKS
  2911.  
  2912.    A computer is a simple device. It does simple tasks. It just does them
  2913.    very fast and accurately. Computers don't even know basic things like
  2914.    how to write letters on the screen or how to read the keyboard. These
  2915.    are programs that the computer runs. Someone had to program your
  2916.    computer to do even the simplest of tasks.
  2917.  
  2918.    As you learn to use MarxMenu start with the simple menus. The SAMPLE.MNU
  2919.    is a very easy program. Study it and understand how it works. Make a
  2920.    copy of it and change one selection to run one of your programs.
  2921.  
  2922.    Once you have changed one selection, change several more. Now MarxMenu
  2923.    is running your programs, and you have made it work. Then try something
  2924.    new. Add more selections. Change the size and position of the box to fit
  2925.    your needs.
  2926.  
  2927.    Take the time to play with it. Try new commands. Build up your menu. Be
  2928.    artistic. The more you work with it, the more you will learn.
  2929.  
  2930.  
  2931.  
  2932.    Computer Tyme MarxMenu Users Manual                     Page 43
  2933.    _______________________________________________________________
  2934.  
  2935.  
  2936.    COMPLEX TASKS ARE MADE OF SIMPLE TASKS   COMPLEX TASKS ARE MADE OF SIMPLE TASKS   COMPLEX TASKS ARE MADE OF SIMPLE TASKS
  2937.  
  2938.    As you learn more about MarxMenu, move on to QUICK.MNU. Here we use more
  2939.    of the power of the MarxMenu language. As you study this menu, you will
  2940.    notice something. Even though it looks complex, it is really a
  2941.    collection of simple tasks. Understand how the moving windows work.
  2942.    Understand that the pop-up menus are just like the main menu. You will
  2943.    see that it is really not a complex menu at all. It is a lot of simple
  2944.    processes hooked together.
  2945.  
  2946.    That is one of the main concepts behind programming. Complex tasks are
  2947.    built out of simple tasks. As you learn the simple tasks, you will
  2948.    quickly understand how to connect them to accomplish complex tasks.
  2949.  
  2950.    When one sees a castle, one can't help but to be impressed. But castles
  2951.    are made of stones. And you can't build castles until you understand how
  2952.    stones work. Then you realize that a castle is just a bunch of stones
  2953.    hooked together. Programming is just like that.
  2954.  
  2955.    To successfully understand MarxMenu, start at the bottom and work your
  2956.    way up. Each little trick you learn becomes another building block for
  2957.    the next trick. What you start with becomes the foundation for the work
  2958.    that you will eventually produce.
  2959.  
  2960.    LEARNING GOOD PROGRAMMING HABITS   LEARNING GOOD PROGRAMMING HABITS   LEARNING GOOD PROGRAMMING HABITS
  2961.  
  2962.    Programming has its pitfalls, here I hope to give you some tips that
  2963.    will help you avoid common mistakes. This, I hope will give you a head
  2964.    start on the road to MarxMenu being done right.
  2965.  
  2966.    The first concept is patience. Rome wasn't built in a day. You may not
  2967.    be able to write grand and glorious menus the first try. In fact, you
  2968.    may have trouble getting the damn thing to work at all. As you have
  2969.    probably already noticed, no program is perfect. Sometimes there are
  2970.    errorrs in the manual. Sometimes it just doesn't work like you expected,
  2971.    or does not work the same way as other programs that are familiar to
  2972.    you.
  2973.  
  2974.    But, once you complete the installation, give it some time and realize
  2975.    that there is a lot of potential here. Approach all challenges with a
  2976.    good attitude.
  2977.  
  2978.  
  2979.  
  2980.    Computer Tyme MarxMenu Users Manual                     Page 44
  2981.    _______________________________________________________________
  2982.  
  2983.  
  2984.    USE LONG NAMES   USE LONG NAMES   USE LONG NAMES
  2985.  
  2986.    I learned computers the hard way. Out on the streets. Hanging around
  2987.    with other computer nerds in the late 70s who never went to college
  2988.    either. I was known as a Bit Wit. My first real computer was an IMSAI
  2989.    kit. Actually, it wasn't all IMSAI, it was a combination of several kits
  2990.    where no two boards came from the same supplier. It was in an IMSAI box,
  2991.    so I call it an IMSAI.
  2992.  
  2993.    It was all supposed to work together the salesman told me the day before
  2994.    they went out of business. And it all did after some redesigning. I was
  2995.    tired of fixing CB radios for a living and decided that computers were
  2996.    here to stay and that I was going to learn about them.
  2997.  
  2998.    With that in mind, everything that went wrong became an opportunity for
  2999.    growth. Not that I looked forward to things not working. I programmed
  3000.    the thing from scratch, loading binary codes into memory from an array
  3001.    of switches on the front panel.
  3002.  
  3003.    The first program I wrote ran the EPROM burner, which was the only
  3004.    storage device I had. After I saved this program on a chip, I used it to
  3005.    load the second program onto the chip.
  3006.  
  3007.    Eventually I wrote enough software to talk to the screen and keyboard.
  3008.    Now I could type hex codes on the screen and save them to a chip.
  3009.    Eventually I wrote a tape driver and could save stuff on tape. Later, I
  3010.    traded for a North Star disk drive and had a disk system. One 90k
  3011.    floppy. I thought I was in heaven.
  3012.  
  3013.    I was intimately familiar with my computer. All my programs were in
  3014.    object code with no documentation whatsoever. At that point, a friend of
  3015.    mine, Rufus, turned me on to a language called FORTH.
  3016.  
  3017.    Being an interesting language and very powerful, I typed in the whole
  3018.    compiler in hex and adapted it to work on my system. Once I got Forth
  3019.    up, I wrote a line editor in it. I then used the line editor to write a
  3020.    screen editor. With the screen editor, I rewrote Forth in Forth. The
  3021.    language compiled itself.
  3022.  
  3023.    From working with Forth (which is as much a religion as a programming
  3024.    language) I learned both good and bad habits. Forth is a write only
  3025.    language and is almost impossible to read even with the best of
  3026.    documentation. On the other hand, it is as close to the machine as you
  3027.    can get in a high level language.
  3028.  
  3029.  
  3030.  
  3031.    Computer Tyme MarxMenu Users Manual                     Page 45
  3032.    _______________________________________________________________
  3033.  
  3034.  
  3035.    After opening up a computer store in 1984, it became time to make the
  3036.    jump from CP/M to the DOS world. Turbo Pascal offered an interesting
  3037.    solution. They had both a CP/M and DOS compiler. This meant that
  3038.    programs I wrote would run on both machines. The thing that struck me
  3039.    about Pascal was that I could read it better than Forth, and I didn't
  3040.    even know the language. Not only that, but I could follow the programs
  3041.    that other people wrote and incorporate their code into my programs.
  3042.  
  3043.    The more programs I wrote, the more I came to appreciate a language that
  3044.    was reader friendly. I could manage my programs much easier without
  3045.    having to remember so much. Other people could follow what I was doing
  3046.    easier.
  3047.  
  3048.    The important thing I learned was that readability is very important in
  3049.    a program. The more complex the program, the more important readability
  3050.    becomes.
  3051.  
  3052.    One of the main design factors in the MarxMenu language is readability.
  3053.    I could have used short names for my commands and it's not like I like
  3054.    to type. I'm still on just two fingers here. Its just that descriptive
  3055.    names are so much more meaningful when putting simple processes together
  3056.    to create complex processes.
  3057.  
  3058.    The point (finally) is, when creating variable names, or procedure
  3059.    names, use long meaningful names. It may take more typing, but it takes
  3060.    a lot less thinking and remembering later on. Consider the following
  3061.    example in choosing variable names.
  3062.  
  3063.     Var KlingonsDestroyedInBattle
  3064.     Var K
  3065.  
  3066.    In the above example, it is obvious which one tells you more about what
  3067.    information is stored in the variable.
  3068.  
  3069.    USE COMMENTS LIBERALLY   USE COMMENTS LIBERALLY   USE COMMENTS LIBERALLY
  3070.  
  3071.    Even though MarxMenu is easy to read, it still should be commented. The
  3072.    examples that come with this disk do not have as many comments as they
  3073.    should. Don't do as I do, do as I say. I'm lazy and a bad example.
  3074.  
  3075.    Comments are not compiled in your MRX files and cost you nothing at
  3076.    execution time. In order to make commenting easy, I have provided three
  3077.    separate comment commands. Learn these commands first.
  3078.  
  3079.    Every menu should include a title comment. This should include the name
  3080.    and phone number of the person who wrote it. If you have a problem with
  3081.    a menu and you send it to me, I expect a title comment. That way I can
  3082.    call you about it.
  3083.  
  3084.     Comment
  3085.     ====================================================================
  3086.  
  3087.  
  3088.  
  3089.    Computer Tyme MarxMenu Users Manual                     Page 46
  3090.    _______________________________________________________________
  3091.  
  3092.  
  3093.     This comment was created by Marc Perkel 1-417-866-1222
  3094.  
  3095.     Last Updated: 01-28-90
  3096.  
  3097.     This form of comment block is better than using ';' because not using ;
  3098.     allows you to turn your word wrap feature on and do some professional
  3099.     looking editing in the comment block. This kind of comment block should
  3100.     be at the beginning of each and every menu you create.
  3101.  
  3102.     The top and bottom bars are for looks only and are not necessary to the
  3103.     comment. I strongly encourage you to use bars and do things for looks
  3104.     in source code. Looks are very important and you should put as much
  3105.     care into your comments as you do in writing a business letter.
  3106.  
  3107.     If you learn MarxMenu well, your source code may be part of your next
  3108.     job interview as you move up the corporate ladder. So you want it to
  3109.     look good.
  3110.  
  3111.     By the way, if you upload your menus to my bulleten board, I expect a
  3112.     comment block at the top of your menu with your phone number so I can
  3113.     get back to you.
  3114.  
  3115.     ====================================================================
  3116.     EndComment
  3117.  
  3118.    INDENT YOUR CODE   INDENT YOUR CODE   INDENT YOUR CODE
  3119.  
  3120.    As programs get more complex, it gets harder to match the IFs with the
  3121.    ELSEs and the ENDIFs. This is where indenting comes in. It creates a
  3122.    logical grouping of statements and you can easily see what goes with
  3123.    what.
  3124.  
  3125.     Procedure IfDemo
  3126.        IF <condition>
  3127.           <statement>
  3128.           <statement>
  3129.        ELSEIF
  3130.           <statement>
  3131.        ELSE
  3132.           <statement>
  3133.           <statement>
  3134.           WHILE <condition>
  3135.              <statement>
  3136.              <statement>
  3137.           ENDWHILE
  3138.           <statement>
  3139.        ENDIF
  3140.        <statement>
  3141.     EndProc
  3142.  
  3143.  
  3144.  
  3145.    Computer Tyme MarxMenu Users Manual                     Page 47
  3146.    _______________________________________________________________
  3147.  
  3148.  
  3149.    You can easily see how this helps you follow what you are writing. Now
  3150.    here's a new trick. If you are using an IF, and plan to use an ELSE and
  3151.    an ENDIF, on the line under the IF statement, type in your ELSE and
  3152.    ENDIF lines. Then go back and insert your statements in between these
  3153.    lines. This will help you avoid forgetting the ENDIF or getting mixed up
  3154.    as to which IF matches which ELSE.
  3155.  
  3156.    A similar trick can be done with parens and brackets. When typing a left
  3157.    paren, type the matching right paren with it. Then fill in the code you
  3158.    want to put inside the parens or brackets.
  3159.  
  3160.    FOR DUPLICATE TASKS, USE PROCEDURES   FOR DUPLICATE TASKS, USE PROCEDURES   FOR DUPLICATE TASKS, USE PROCEDURES
  3161.  
  3162.    As menus become longer and more complex, many times you are duplicating
  3163.    a process that you already have written. Although it is easy to copy a
  3164.    block of code, it is better to create a procedure.
  3165.  
  3166.    With procedures, the process is put in one place and is given a name.
  3167.    Preferably a long meaningful name. Once this procedure is defined and
  3168.    named, it can be used as if it were part of the MarxMenu language. This
  3169.    makes menus smaller and easier to read. It is also a way for you to
  3170.    combine small processes into large processes. Procedures can be built
  3171.    using other procedures.
  3172.  
  3173.    Once you have a process figured out and working in a procedure, the
  3174.    whole process becomes a black box with a name that you can use
  3175.    elsewhere. The whole process is reduced down to a name that just works!
  3176.  
  3177.    Another advantage of procedures is that if circumstances change and the
  3178.    procedure needs to be modified, you only make a change one place in your
  3179.    menus, and everything that uses that procedure is automatically changed.
  3180.    This makes menu maintenance easier.
  3181.  
  3182.    DON'T PROGRAM YOURSELF INTO A CORNER   DON'T PROGRAM YOURSELF INTO A CORNER   DON'T PROGRAM YOURSELF INTO A CORNER
  3183.  
  3184.    Using the above techniques will allow you to write very complex menu
  3185.    systems. Failing to use these techniques can limit what you can
  3186.    accomplish. There is a term called "programming yourself into a corner"
  3187.    which refers to a program that is so poorly written, that it can't be
  3188.    modified to accommodate changes and improvements.
  3189.  
  3190.    The height of your programming abilities depends on the foundation on
  3191.    which they are built. You must avoid rushing to the top without first
  3192.    creating a firm foundation on which to build. Good technique is the
  3193.    foundation for good programming. You will have to learn it eventually,
  3194.    it is more efficient to do it right than it is to do it over.
  3195.  
  3196.    Adopting good programming habits reminds me of my favorite light bulb
  3197.    joke:
  3198.  
  3199.    Q. How many psychologists does it take to change a light bulb?
  3200.  
  3201.  
  3202.  
  3203.    Computer Tyme MarxMenu Users Manual                     Page 48
  3204.    _______________________________________________________________
  3205.  
  3206.  
  3207.    A. Only one, but the light bulb has to want to change.
  3208.  
  3209.    FOR THE POWER USER:   FOR THE POWER USER:   FOR THE POWER USER:
  3210.  
  3211.    I originally wrote MarxMenu on a dare. I said that in one afternoon I
  3212.    could write a better menu system than one of the most popular menu
  3213.    systems. I met the challenge and then found that there is a lot of
  3214.    demand for power in a menu system. Friends started asking for this and
  3215.    that feature and this program has gone far beyond what I ever intended.
  3216.  
  3217.    The demand for more features has outpaced my ability to keep up with the
  3218.    documentation standards that I expect from other software packages that
  3219.    I buy. Please bear with me. If you find any errors in the manual, or
  3220.    bugs in the program, please let me know and I'll try to correct any
  3221.    problems.
  3222.  
  3223.    I also appreciate your suggestions for improvements. Many of the
  3224.    features included are a result of requests you have made. Many of you
  3225.    are using this program in ways I never dreamed.
  3226.  
  3227.    The main design philosophy behind this product is POWER and Flexibility.
  3228.    I am also committed to keeping the source code as readable as possible.
  3229.    I am loyal to the concept of using NO RAM. None of MarxMenu stays
  3230.    resident. Because of this I can claim that if you are having some kind
  3231.    of problem, it's not the fault of MarxMenu being resident, because
  3232.    MarxMenu is not resident. Also, using NO RAM allows loading of TSR's
  3233.    (memory resident programs) from the menu.
  3234.  
  3235.    For computer consultants, MarxMenu is an excellent way to make money.
  3236.    You can provide your clients with professional looking menu systems
  3237.    customized (by you) to fit their needs. You can provide complex menu
  3238.    structures not possible with any other menu system. And, because
  3239.    MarxMenu uses NO RAM, you don't have to worry about conflicts between
  3240.    MarxMenu and any other software product.
  3241.  
  3242.    Although MarxMenu is copyrighted, the program is not copy protected.
  3243.    There is nothing to prevent you from making hot copies and giving them
  3244.    away to all your clients. I would like to point out that when you give
  3245.    away something you should be selling you lose respect from your clients
  3246.    and attract those who expect you to work for free. You will make more
  3247.    money if you play by the rules. My best and most profitable clients use
  3248.    no hot software whatsoever. Think about it.
  3249.  
  3250.  
  3251.  
  3252.    Computer Tyme MarxMenu Users Manual                     Page 49
  3253.    _______________________________________________________________
  3254.  
  3255.  
  3256.    WHERE MARXMENU IS HEADING   WHERE MARXMENU IS HEADING   WHERE MARXMENU IS HEADING
  3257.  
  3258.    MarxMenu will continue to grow and develope. Because MarxMenu is an
  3259.    overlaid program I have the ability to add as many features as I want
  3260.    without slowing down load or processing speed. In fact MarxMenu is 10
  3261.    times as fast today as it was in 1989 and its vocabulary of commands has
  3262.    grown 10 times as well.
  3263.  
  3264.    I'm often asked the question, what other operating systems will I
  3265.    support? Will there be a Windows version? An OS/2 version? Unix?
  3266.  
  3267.    Let me say first that my primary commitment is to the OS that most
  3268.    people actually use, and that is DOS. I am not moved by the industry
  3269.    politics. I focus on the systems that make computers and networks
  3270.    actually work.
  3271.  
  3272.    So for those of you who are asking the question "Will there be a Windows
  3273.    version of MarxMenu?" The answer is no. The reason is in my view,
  3274.    windows is too unstable a platform in which to develop code for. As I
  3275.    see it, Windows is a programmer angry environment and is fatally flawed
  3276.    by design. I consider this path a mistake and a mistake that I am not
  3277.    going to make.
  3278.  
  3279.    Will there be an OS/2 version? Likely. This OS seems to be going in the
  3280.    right direction. I have been able to control both DOS and OS/2 tasks
  3281.    from the VDM. Although the two major OS players are equally arrogant on
  3282.    what OS they are going to force down our throats, at least the one from
  3283.    IBM actually works.
  3284.  
  3285.    A WORD TO WRITERS AND REVIEWERS   A WORD TO WRITERS AND REVIEWERS   A WORD TO WRITERS AND REVIEWERS
  3286.  
  3287.    MarxMenu is a multi-level product fulfilling the needs of a large
  3288.    variety of computer users. It is difficult to compare this product on a
  3289.    feature to feature basis. This is because MarxMenu has about 10 times as
  3290.    many features as any other menu system. These features allow this
  3291.    product to target a very broad variety of computer users, from the
  3292.    novice user, who will only use the LEVEL1 menu, to large companies with
  3293.    hundreds of file servers controlled through the MarxMenu language.
  3294.  
  3295.    One common mistake that writers make when evaluating MarxMenu, is in the
  3296.    area of ease of use. If you are looking for ease of use, stick with the
  3297.    simple menus and the self-configuring menus such as the LEVEL1 example.
  3298.    By looking at it this way, MarxMenu will be as easy to use as any other
  3299.    menus system out there and can be compared for similar features. Even
  3300.    though MarxMenu supports complex commands, it is not necessary to use
  3301.    them in simple menus.
  3302.  
  3303.    If you are doing a comparative review, please let me know on what basis
  3304.    you are making comparisons. This way I can assist you by providing you
  3305.    accurate information in the area of your interest. If you are looking
  3306.    for simple, I can show you simple; if you are looking for power, I can
  3307.    show you power.
  3308.  
  3309.  
  3310.  
  3311.    Computer Tyme MarxMenu Users Manual                     Page 50
  3312.    _______________________________________________________________
  3313.  
  3314.  
  3315.    On the other hand, if you are reviewing power tools and network
  3316.    utilities, you might want to look at the Network Survival Kit and not
  3317.    just MarxMenu. So if you have a copy of only this program, give me a
  3318.    call and I'll get you the latest and greatest.
  3319.  
  3320.    In addition to our software, we also have color prints and color slides
  3321.    available as well as product literature and sample reviews. These are
  3322.    available to make your job easier and help you make those deadlines.
  3323.  
  3324.    MarxMenu tends to be best reviewed as a long article rather than a short
  3325.    one. It is very good if you have a lot of space to fill. With a long
  3326.    article, you can get really in depth with what MarxMenu is able to do.
  3327.  
  3328.    Any publication which reviews any of my products gets a site license to
  3329.    that product whether I like the review or not. Our position is that if
  3330.    you are using MarxMenu yourself, you will get to know it better.
  3331.  
  3332.    So far, as of the date I write this, no writer has written an article
  3333.    about MarxMenu that I feel covered what this product is really capable
  3334.    of doing. Consider this a challenge.
  3335.  
  3336.    Any questions you have about any of my products, feel free to call. The
  3337.    main thing I ask is that you get the product name, price, our address,
  3338.    and our phone number right.
  3339.  
  3340.    USING MARXHELP   USING MARXHELP   USING MARXHELP
  3341.  
  3342.    MarxHelp is a TSR pop-up help program for MarxMenu. It acts as an online
  3343.    reference guide to all of the MarxMenu commands. MarxHelp only takes 8k
  3344.    of ram and is very useful while writing your MarxMenu applications.
  3345.  
  3346.    To load MarxHelp type MARXHELP at the command line. Then if you want to
  3347.    pop-up an index press Shift-F3. The Shift-F2 key will repeat your last
  3348.    help topic and Shift-F1 will look up the word your cursor is on.
  3349.  
  3350.    To get more help on MarxMenu type MarxHelp /?. If you need to unload
  3351.    MarxHelp from memory, type MarxHelp /U.
  3352.  
  3353.    MarxHelp comes with the Computer Tyme Network Survival Kit. It can also
  3354.    be downloaded from our support BBS. It does not come bundled with the
  3355.    single user version.
  3356.  
  3357.  
  3358.  
  3359.    Computer Tyme MarxMenu Users Manual                     Page 51
  3360.    _______________________________________________________________
  3361.  
  3362.  
  3363.    PRINTING THE EXAMPLE FILES   PRINTING THE EXAMPLE FILES   PRINTING THE EXAMPLE FILES
  3364.  
  3365.    MarxMenu comes with several example programs from simple to complex. The
  3366.    first thing to do is print the sample menus and study them. Start with
  3367.    the easy ones. You may never need to use any of the more complex ones,
  3368.    but if you do, a large variety of advanced techniques are demonstrated.
  3369.  
  3370.    By studying the sample menus, and comparing them to this manual, it
  3371.    should be fairly easy to become productive writing your own menus.
  3372.  
  3373.    SECURITY ISSUES   SECURITY ISSUES   SECURITY ISSUES
  3374.  
  3375.    Different users have different security needs that range from none to
  3376.    extreme. If you are in the nine category, then you can skip this
  3377.    chapter. But if you need all the security you can get, then read on.
  3378.  
  3379.    First of all, DOS is not a secure operating system. There are various
  3380.    third party programs out there but what I'm going to cover here is how
  3381.    to make DOS secure as possible working with what you get with DOS.
  3382.  
  3383.    The first thing to do is add the command BREAK=OFF to your CONFIG.SYS
  3384.    file. This prevents programs from breaking out of batch files. Avoid
  3385.    using commands that are internal DOS commands like DIR from inside a
  3386.    menu or inside batch files. Use the D.EXE program instead.
  3387.  
  3388.    Use the LockWord option in the screen blanker so that if a menu is left
  3389.    unattended, it will not be accessable to just anyone walking up to a
  3390.    machine. The LockWord command requires the user type a password to
  3391.    release the screen blanker. If you are on a Novell network, you can use
  3392.    the UseNovPassword command. This forces the user to type their Novell
  3393.    password to unblank the screen.
  3394.  
  3395.    If a menu choice accesses sensitive materials, then put a password on
  3396.    it. Also, make sure the SUPERVISOR user has a password. There are many
  3397.    times I've walked up to a server and logged in as supervisor and got
  3398.    right in. Make sure that intruder detection is set on. If you don't know
  3399.    what intruder detection is, read the Novell manuals.
  3400.  
  3401.    You can also use the LogoffTime command to log users off the network
  3402.    after a given amount of inactivity. This also helps kick people off so
  3403.    that you can upgrade MarxMenu from time to time. (MARXMENU.EXE can't be
  3404.    copied over on a network unless all users are out of the menu.)
  3405.  
  3406.    If you have applications that allow you to shell to DOS, you can prevent
  3407.    them from getting to DOS by changing your COMSPEC to point to something
  3408.    other than COMMAND.COM. You could also rename COMMAND.COM in case a
  3409.    program is looking for this file by name.
  3410.  
  3411.  
  3412.  
  3413.    Computer Tyme MarxMenu Users Manual                     Page 52
  3414.    _______________________________________________________________
  3415.  
  3416.  
  3417.    Another defense is to lock the door to the computer room at night and
  3418.    teach employees security policies and make sure they use them. Security
  3419.    policies include such rules as not having your password written on a
  3420.    stick-em note stuck on the side of your monitor.
  3421.  
  3422.    If you are on a network, buy diskless workstations. People can't copy
  3423.    files on or off a network that doesn't have a disk drive. It helps keep
  3424.    viruses off your server and lets the network administrators control what
  3425.    is and isn't on the network.
  3426.  
  3427.    MARXMENU COMMANDS   MARXMENU COMMANDS   MARXMENU COMMANDS
  3428.  
  3429.    MarxMenu contains a rich set of commands. They are listed here
  3430.    alphabetically and by command category. You don't have to learn them all
  3431.    so don't let the size of the list scare you.
  3432.  
  3433.    In the following command list, words contained within ( ) are command
  3434.    parameters that must be included after the menu command. If the
  3435.    parameter is not required, it will be contained in [ ]. The numeric
  3436.    range for the <column> parameter is 1 - 80 decimal, and for the <row>
  3437.    parameter the range is 1 - 25, 43, or 50 decimal depending on how many
  3438.    lines your monitor displays.
  3439.  
  3440.    | (Vertical Bar)   | (Vertical Bar)   | (Vertical Bar)
  3441.    Forces MarxMenu interpretation under an OnKey Command. If not for the |
  3442.    (Vertical Bar), the command under an OnKey would be written to a batch
  3443.    file. The | is only used under OnKey commands.
  3444.  
  3445.     Example:
  3446.       OnKey 'S'
  3447.         |password 'hello' 3 4
  3448.         ECHO Type EXIT to return to menu
  3449.         COMMAND.COM
  3450.  
  3451.       OnKey 'X'
  3452.         |if UpperCase(ReadEnv('USERNAME')) = 'SUPERVISOR'
  3453.           SYSCON
  3454.         |else
  3455.         |  SecurityBreach('You do not have access to this function!')
  3456.         |endIf
  3457.  
  3458.    Category: Misc
  3459.  
  3460.  
  3461.  
  3462.    Computer Tyme MarxMenu Users Manual                     Page 53
  3463.    _______________________________________________________________
  3464.  
  3465.  
  3466.    ( : Operator   ( : Operator   ( : Operator
  3467.    Starts logical interpreter grouping.
  3468.  
  3469.    Used to force evalution of an expression other than the normal left to
  3470.    right order.
  3471.  
  3472.     Example:
  3473.       2 * 3 + 2     evaluates to  8
  3474.       2 * ( 3 + 2 ) evaluates to  10
  3475.  
  3476.    Category: Misc
  3477.  
  3478.    ) : Operator   ) : Operator   ) : Operator
  3479.    Ends logical interpreter grouping.
  3480.  
  3481.    See Also: (
  3482.  
  3483.    Category: Misc
  3484.  
  3485.    * : Operator   * : Operator   * : Operator
  3486.    Multiplies two numbers.
  3487.  
  3488.    Category: Math, Float
  3489.  
  3490.    + : Operator   + : Operator   + : Operator
  3491.    Adds two numbers or two strings.
  3492.  
  3493.     Example:
  3494.       "Hello" + " " + "World" = "Hello World"
  3495.       2 + 2 = 4
  3496.  
  3497.    Category: Math, String, Float
  3498.  
  3499.    - : Operator   - : Operator   - : Operator
  3500.    Subtracts two numbers.
  3501.  
  3502.    Category: Math, Float
  3503.  
  3504.    / : Operator   / : Operator   / : Operator
  3505.    Divides two numbers.
  3506.  
  3507.    Category: Math, Float
  3508.  
  3509.    < : Operator   < : Operator   < : Operator
  3510.    Less Than - Compares two numbers or strings.
  3511.  
  3512.    Category: Math, String, Float
  3513.  
  3514.  
  3515.  
  3516.    Computer Tyme MarxMenu Users Manual                     Page 54
  3517.    _______________________________________________________________
  3518.  
  3519.  
  3520.    <= : Operator   <= : Operator   <= : Operator
  3521.    Less Than or Equal - Compares two numbers or strings.
  3522.  
  3523.    Category: Math, String, Float
  3524.  
  3525.    <> : Operator   <> : Operator   <> : Operator
  3526.    Not Equal - Compares two numbers or strings.
  3527.  
  3528.    Category: Math, String, Float
  3529.  
  3530.    = : Operator   = : Operator   = : Operator
  3531.    Equal - Compares two numbers or strings.
  3532.  
  3533.    Category: Math, String, Float
  3534.  
  3535.    > : Operator   > : Operator   > : Operator
  3536.    Greater Than - Compares two numbers or strings.
  3537.  
  3538.    Category: Math, String, Float
  3539.  
  3540.    >= : Operator   >= : Operator   >= : Operator
  3541.    Greater Than or Equal - Compares two numbers or strings.
  3542.  
  3543.    Category: Math, String, Float
  3544.  
  3545.    %MenuFileName : String   %MenuFileName : String   %MenuFileName : String
  3546.    This returns the name of the current menu file including the complete
  3547.    path. It can be used under an OnKey statement to edit the current menu
  3548.    as follows:
  3549.  
  3550.     Example:
  3551.       OnKey 'E'
  3552.         EDIT %MenuFileName
  3553.  
  3554.    Category: String
  3555.  
  3556.    Abs : Number   Abs : Number   Abs : Number
  3557.    Returns the absolute value of a number. The absolute value is the value
  3558.    of the number without the sign.
  3559.  
  3560.     Example:
  3561.        Abs(-6) returns 6
  3562.  
  3563.    Category: Math, Float
  3564.  
  3565.  
  3566.  
  3567.    Computer Tyme MarxMenu Users Manual                     Page 55
  3568.    _______________________________________________________________
  3569.  
  3570.  
  3571.    Actual   Actual   Actual
  3572.    If you want to read or write to a variable directly that is referrencing
  3573.    another variable I have provided the command Actual. Actual overrides
  3574.    any pointers set by the command Loc.
  3575.  
  3576.     Example:
  3577.        Dispose Actual B
  3578.        Actual B = 5
  3579.  
  3580.    See Also: Loc
  3581.  
  3582.    Category: Variable
  3583.  
  3584.    Alias   Alias   Alias
  3585.    Alias <name> = <string>
  3586.    This is a compiler level text substitution command. When <name> is
  3587.    defined as <string> whenever you use <name> its the same to the compiler
  3588.    as if <string> were typed there.
  3589.  
  3590.     Example:
  3591.       Alias TwoPlusThree = "(2 + 3)"
  3592.       .
  3593.       .
  3594.       .
  3595.       2 * TwoPlusThree = 10
  3596.       .
  3597.       Writeln TwoPlusThree
  3598.  
  3599.    Writeln TwoPlusThree is the same as Writeln (2 + 3)
  3600.  
  3601.    Category: Misc
  3602.  
  3603.    AllowAbort (On/Off)   AllowAbort (On/Off)   AllowAbort (On/Off)
  3604.    MarxMenu was written to allow processes to be aborted and in a very
  3605.    smooth way eliminating the need for the user to deal with complicated
  3606.    error logic. In some cases this has gotten in the way of specific
  3607.    control when the user presses the escape key or other error occurs.
  3608.  
  3609.    If AllowAbort is set to off, MarxMenu will continue on to the next
  3610.    command. You can then test LastKey to see if the escape key was pressed.
  3611.    If the user presses escape a nul string is returned.
  3612.  
  3613.    See Also: AllowEsc
  3614.  
  3615.    Category: Misc
  3616.  
  3617.  
  3618.  
  3619.    Computer Tyme MarxMenu Users Manual                     Page 56
  3620.    _______________________________________________________________
  3621.  
  3622.  
  3623.    AllowEsc (On/Off)   AllowEsc (On/Off)   AllowEsc (On/Off)
  3624.    Several MarxMenu commands such as PickOne, PickMany and PickFile allow
  3625.    you to press escape to abort. If you turn AllowEsc off then the escape
  3626.    key is ignored. This forces the user to make a choice.
  3627.  
  3628.    See Also: AllowAbort
  3629.  
  3630.    Category: Misc
  3631.  
  3632.    And : Operator   And : Operator   And : Operator
  3633.    Returns logical And if operators are boolean; or bitwise And if
  3634.    operators are numeric.
  3635.  
  3636.     Example:
  3637.       if (Month = Dec) and (Day = 25) then Writeln 'Merry Christmas!'
  3638.  
  3639.    Category: Math, Boolean
  3640.  
  3641.    AppendArray (Array,Value)   AppendArray (Array,Value)   AppendArray (Array,Value)
  3642.    AppendArray appends Value to the end of an array. The number of elements
  3643.    is increased by one. It is not used to append two arrays "end to end".
  3644.  
  3645.     Example:
  3646.       var X
  3647.       X[1] = 'TEST1'
  3648.       AppendArray(X,'TEST2')
  3649.  
  3650.       Loop X
  3651.          Writeln X[LoopIndex]
  3652.       EndLoop
  3653.  
  3654.     This Prints:
  3655.       TEST1
  3656.       TEST2
  3657.  
  3658.    Category: Array
  3659.  
  3660.    ApplicationMemory : Number   ApplicationMemory : Number   ApplicationMemory : Number
  3661.    Returns the number of bytes of memory available to an application when
  3662.    MarxMenu exits out to the MARX.BAT file. This is the actual amount of
  3663.    ram available to your application.
  3664.  
  3665.    See Also: FreeMemory
  3666.  
  3667.    Category: Memory
  3668.  
  3669.    ArcTan (Radians) : Real   ArcTan (Radians) : Real   ArcTan (Radians) : Real
  3670.    Returns the ArcTangent of a real.
  3671.  
  3672.    Category: Math, Float
  3673.  
  3674.  
  3675.  
  3676.    Computer Tyme MarxMenu Users Manual                     Page 57
  3677.    _______________________________________________________________
  3678.  
  3679.  
  3680.    BadDate : Boolean   BadDate : Boolean   BadDate : Boolean
  3681.    Set to true if you try to convert a string to a date and the date is
  3682.    invalid.
  3683.  
  3684.    See Also: TimeOf
  3685.  
  3686.    Category: Time
  3687.  
  3688.    Bat (string)   Bat (string)   Bat (string)
  3689.    Used to write a line to the batch file the same way OnKey does. All the
  3690.    same rules apply. The batch file is created when the menu exits.
  3691.    MarxMenu exits with ErrorLevel 0 unless some other value has been
  3692.    specified using the ExitCode command.
  3693.  
  3694.    When using Bat under an OnKey statement, be sure to use the vertical bar
  3695.    in front of it. Bat gives you more control over what is sent to the
  3696.    batch file that MARX.BAT executes.
  3697.  
  3698.     Example:
  3699.       OnKey 'D'
  3700.         CLS
  3701.         |BAT "DIR " + HomeDirectory + '\' + UserName
  3702.         PAUSE
  3703.  
  3704.    See Also: OnKey
  3705.  
  3706.    Category: Execution
  3707.  
  3708.    BatFileName : String   BatFileName : String   BatFileName : String
  3709.    Returns the name of the batch file that MarxMenu would create if
  3710.    MarxMenu were to create a batch file automatically.
  3711.  
  3712.    Category: String
  3713.  
  3714.    BigShadow   BigShadow   BigShadow
  3715.    Selects big shadow type. This is the default shadow.
  3716.  
  3717.    See Also: SmallShadow, ShadowPosition, ShadowColor
  3718.  
  3719.    Category: Display
  3720.  
  3721.    Blanked : Boolean   Blanked : Boolean   Blanked : Boolean
  3722.    Returns true if the screen blanker has kicked it. This lets you alter
  3723.    your idle program based on whether the screen blanker is active.
  3724.  
  3725.    See Also: IdleProgram
  3726.  
  3727.    Category: Display
  3728.  
  3729.  
  3730.  
  3731.    Computer Tyme MarxMenu Users Manual                     Page 58
  3732.    _______________________________________________________________
  3733.  
  3734.  
  3735.    BlankMessage (string)   BlankMessage (string)   BlankMessage (string)
  3736.    When the screen blanks out, this one line message is displayed. If
  3737.    BlankMessage is not set, the date and time will be displayed.
  3738.  
  3739.    See Also: ConsolePos
  3740.  
  3741.    Category: String
  3742.  
  3743.    BlankScreenProgram : Procedure   BlankScreenProgram : Procedure   BlankScreenProgram : Procedure
  3744.    This sets the blank screen program to use and overrides MarxMenu's
  3745.    internal screen blanker. It also overrides the IdleProgram so if you are
  3746.    running something in your idle program that you want to continue to run
  3747.    when the screen goes blank, call your idle procedure from the screen
  3748.    blanker procedure.
  3749.  
  3750.    If you exit your screen blanker and MarxMenu thinks the screen should
  3751.    still be blank it will call it again.
  3752.  
  3753.    When MarxMenu decides to blank the screen it calls BlankScreenProgram.
  3754.    When MarxMenu decides it's ready to unblank the screen it sets UnBlank
  3755.    to true.
  3756.  
  3757.    Thus commands like UseNovPassword, LockWord, and BlankTime will work
  3758.    with your screen blanker.
  3759.  
  3760.    To set up a blank screen program:
  3761.  
  3762.     BlankScreenProgram = Loc (Procedure Name)
  3763.  
  3764.    To switch back to normal screen blanking run:
  3765.  
  3766.     Dispose(ScreenBlankProgram)
  3767.  
  3768.    See Also: IdleProgram, UnBlank
  3769.  
  3770.    Category: Display
  3771.  
  3772.    BlankTime (minutes)   BlankTime (minutes)   BlankTime (minutes)
  3773.    Sets the number of minutes before the screen blanks out to prevent
  3774.    screen burn. Since this is not a resident program, screen blanking is
  3775.    only active while the menu system is active. Setting BlankTime to 0
  3776.    prevents screen blanking.
  3777.  
  3778.     Example:
  3779.       Set ConsolePos
  3780.  
  3781.    Category: Display
  3782.  
  3783.  
  3784.  
  3785.    Computer Tyme MarxMenu Users Manual                     Page 59
  3786.    _______________________________________________________________
  3787.  
  3788.  
  3789.    Blink : Boolean   Blink : Boolean   Blink : Boolean
  3790.    Blink is a boolean variable that when set to true allows you to specify
  3791.    colors that will blink. To make a color that blinks, set the background
  3792.    color to a bright color. A bright color is a color from 8 to 15.
  3793.  
  3794.    Normally, when Blink is off, MarxMenu strips the high bit of the colors.
  3795.    When Blink is on, high bit stripping is disabled.
  3796.  
  3797.     Example:
  3798.        Blink
  3799.        TextColor Green LRed
  3800.  
  3801.    Because the background color is light red, the text will blink.
  3802.  
  3803.    Warning: Blinking characters can cause headaches and eye strain. I
  3804.    resisted adding this feature for a long time because I personally hate
  3805.    excessive blinking characters on the screen. I now recognize that
  3806.    blinking can be very effective when used correctly. Please use blinking
  3807.    sparingly.
  3808.  
  3809.    Category: Color
  3810.  
  3811.    BlockBox   BlockBox   BlockBox
  3812.    Selects block type box for menu borders.
  3813.  
  3814.    See Also: SingleLineBox, DoubleLineBox, CustomBox, NoBoxBorder
  3815.  
  3816.    Category: Display
  3817.  
  3818.    BoxBorderColor (forecolor,backcolor)   BoxBorderColor (forecolor,backcolor)   BoxBorderColor (forecolor,backcolor)
  3819.    Sets colors for box border.
  3820.  
  3821.    Category: Color
  3822.  
  3823.    BoxHeader (string)   BoxHeader (string)   BoxHeader (string)
  3824.    Sets the center header message for the next box displayed. This command
  3825.    is used before the DrawBox command.
  3826.  
  3827.     Example:
  3828.        BoxHeader ' Main Choices '
  3829.        DrawBox (25,6,30,9)
  3830.  
  3831.    See Also: BoxHeaderLeft, BoxHeaderRight
  3832.    See Also: BoxFooter, BoxFooterLeft, BoxFooterRight
  3833.  
  3834.    Category: Display
  3835.  
  3836.  
  3837.  
  3838.    Computer Tyme MarxMenu Users Manual                     Page 60
  3839.    _______________________________________________________________
  3840.  
  3841.  
  3842.    BoxHeaderColor (forecolor,backcolor)   BoxHeaderColor (forecolor,backcolor)   BoxHeaderColor (forecolor,backcolor)
  3843.    Sets colors for the box headers and box footers.
  3844.  
  3845.    Category: Color
  3846.  
  3847.    BoxHeaderLeft (string)   BoxHeaderLeft (string)   BoxHeaderLeft (string)
  3848.    Sets the left header message for the next box displayed. This command is
  3849.    used before the DrawBox command.
  3850.  
  3851.     Example:
  3852.        BoxHeaderLeft ' Main Choices '
  3853.        DrawBox (25,6,30,9)
  3854.  
  3855.    See Also: BoxHeader, BoxHeaderRight
  3856.    See Also: BoxFooter, BoxFooterLeft, BoxFooterRight
  3857.  
  3858.    Category: Display
  3859.  
  3860.    BoxHeaderRight (string)   BoxHeaderRight (string)   BoxHeaderRight (string)
  3861.    Sets the right header message for the next box displayed. This command
  3862.    is used before the DrawBox command.
  3863.  
  3864.     Example:
  3865.        BoxHeaderRight ' Main Choices '
  3866.        DrawBox (25,6,30,9)
  3867.  
  3868.    See Also: BoxHeader, BoxHeaderLeft
  3869.    See Also: BoxFooter, BoxFooterLeft, BoxFooterRight
  3870.  
  3871.    Category: Display
  3872.  
  3873.    BoxFooter (string)   BoxFooter (string)   BoxFooter (string)
  3874.    Sets the center footer message for the next box displayed. This command
  3875.    is used before the DrawBox command.
  3876.  
  3877.     Example:
  3878.        BoxFooter ' Main Choices '
  3879.        DrawBox (25,6,30,9)
  3880.  
  3881.    See Also: BoxHeader, BoxHeaderLeft, BoxHeaderRight
  3882.    See Also: BoxFooterLeft, BoxFooterRight
  3883.  
  3884.    Category: Display
  3885.  
  3886.  
  3887.  
  3888.    Computer Tyme MarxMenu Users Manual                     Page 61
  3889.    _______________________________________________________________
  3890.  
  3891.  
  3892.    BoxFooterLeft (string)   BoxFooterLeft (string)   BoxFooterLeft (string)
  3893.    Sets the left footer message for the next box displayed. This command is
  3894.    used before the DrawBox command.
  3895.  
  3896.     Example:
  3897.        BoxFooterLeft ' Main Choices '
  3898.        DrawBox (25,6,30,9)
  3899.  
  3900.    See Also: BoxHeader, BoxHeaderLeft, BoxHeaderRight
  3901.    See Also: BoxFooter, BoxFooterRight
  3902.  
  3903.    Category: Display
  3904.  
  3905.    BoxFooterRight (string)   BoxFooterRight (string)   BoxFooterRight (string)
  3906.    Sets the right footer message for the next box displayed. This command
  3907.    is used before the DrawBox command.
  3908.  
  3909.     Example:
  3910.        BoxFooterRight ' Main Choices '
  3911.        DrawBox (25,6,30,9)
  3912.  
  3913.    See Also: BoxHeader, BoxHeaderLeft, BoxHeaderRight
  3914.    See Also: BoxFooter, BoxFooterLeft
  3915.  
  3916.    Category: Display
  3917.  
  3918.    BoxInsideColor (forecolor,backcolor)   BoxInsideColor (forecolor,backcolor)   BoxInsideColor (forecolor,backcolor)
  3919.    Sets colors for box interior.
  3920.  
  3921.    Category: Color
  3922.  
  3923.    BrightBackground (On/Off)   BrightBackground (On/Off)   BrightBackground (On/Off)
  3924.    This command switches between bright background modes and blink modes.
  3925.  
  3926.    I made a most amazing discovery. I found out that there was a way to
  3927.    convert the blink bit to do high intensity background instead. This
  3928.    doubles the number of colors that MarxMenu can produce.
  3929.  
  3930.    This command affects the video controller directly. Thus, it may not
  3931.    work on all computers especially if you are running something weird.
  3932.  
  3933.    Once this is set in MarxMenu it stays set. So if you run another program
  3934.    that has blink in it, it will use 16 background colors instead. The
  3935.    solution is to set BrightBackground Off right before you run a program
  3936.    that requires blinking.
  3937.  
  3938.     Example:
  3939.       OnKey 'X'
  3940.         |BrightBackground Off
  3941.         PROCOMM
  3942.  
  3943.  
  3944.  
  3945.    Computer Tyme MarxMenu Users Manual                     Page 62
  3946.    _______________________________________________________________
  3947.  
  3948.  
  3949.    Warning! This program uses a trick that may not be compatible with some
  3950.    TSR programs. If you can get away with it, fine. But, if you have
  3951.    problems where TSR's cause your screen to blink, then don't use this
  3952.    command.
  3953.  
  3954.    Category: Display
  3955.  
  3956.    CapsColor (forecolor,backcolor)   CapsColor (forecolor,backcolor)   CapsColor (forecolor,backcolor)
  3957.    Setting CapsColor allows capital letters and numbers to be a different
  3958.    color than the rest of the text. This is used with the UseArrows command
  3959.    to show which character is the one that selects the options in the
  3960.    window. CapsColor is reset after any TextColor command, so be sure to
  3961.    use CapsColor AFTER TextColor commands.
  3962.  
  3963.    For this option the numbers 0 - 9 and some punctuation characters are
  3964.    considered capitals.
  3965.  
  3966.    See Also: DrawBox
  3967.  
  3968.    Category: Color
  3969.  
  3970.    CapsLock : Boolean   CapsLock : Boolean   CapsLock : Boolean
  3971.    Returns true if Caps Lock is on. This command can also set the Caps Lock
  3972.    on and off.
  3973.  
  3974.     Example:
  3975.       if CapsLock then Write 'CapsLock is On'
  3976.  
  3977.       CapsLock On  ;Turns CapsLock On
  3978.       CapsLock Off ;Turns CapsLock Off
  3979.  
  3980.       CapsLock (by itself) turns CapsLock On.
  3981.  
  3982.    See Also: ScrollLock, NumLock
  3983.  
  3984.    Category: System
  3985.  
  3986.    Chain (MenuName)   Chain (MenuName)   Chain (MenuName)
  3987.    This command will load a new menu. Unlike Jump, MarxMenu stays in
  3988.    memory. The screen is not cleared. If the new menu has exactly the same
  3989.    global variables, the contents of all global variables is retained.
  3990.    Chain allows for a very quick transfer from one menu to another.
  3991.  
  3992.     Example:
  3993.       Chain ('USER')  ;Chains to USER.MNU
  3994.  
  3995.    Category: Execution
  3996.  
  3997.  
  3998.  
  3999.    Computer Tyme MarxMenu Users Manual                     Page 63
  4000.    _______________________________________________________________
  4001.  
  4002.  
  4003.    Char (number) : String   Char (number) : String   Char (number) : String
  4004.    Converts a number into a one character string.
  4005.  
  4006.     Example:
  4007.       Write (Char(65)) ;This will display 'A'
  4008.  
  4009.    Category: String
  4010.  
  4011.    ChDir (string)   ChDir (string)   ChDir (string)
  4012.    Changes directories. The variable FileResult can be tested to see if it
  4013.    was successful. ChDir can also be used to change drives.
  4014.  
  4015.     Example:
  4016.       ChDir( 'C:\HOME\MARXMENU' )
  4017.       ChDir( 'B:' )                ; Will make drive B: the current drive
  4018.  
  4019.    Category: File
  4020.  
  4021.    CleanFileName (string) : String   CleanFileName (string) : String   CleanFileName (string) : String
  4022.    Returns the full path name or directory name of a string. It also
  4023.    removes occurrences of a '\\' in the string if they aren't at the
  4024.    beginning of the string.
  4025.  
  4026.     Thus the command:
  4027.        CleanFileName('a:\' + '\main.mnu') returns 'A:\MAIN.MNU'.
  4028.  
  4029.    CleanFileName also removes extra ending '\' and capitalizes the path.
  4030.  
  4031.    See Also: TrueName
  4032.  
  4033.    Category: String
  4034.  
  4035.    ClearLine [char]   ClearLine [char]   ClearLine [char]
  4036.    Clears the current line in the current window. The optional parameter is
  4037.    for the decimal number of the IBM graphics character. If [char] is
  4038.    present, the line will be filled with the character.
  4039.  
  4040.     Examples:
  4041.        ClearLine       ;Clears screen with blanks
  4042.        ClearLine 205   ;Clears screen with char 205
  4043.  
  4044.    Category: Display, Ansi
  4045.  
  4046.  
  4047.  
  4048.    Computer Tyme MarxMenu Users Manual                     Page 64
  4049.    _______________________________________________________________
  4050.  
  4051.  
  4052.    ClearScreen [char]   ClearScreen [char]   ClearScreen [char]
  4053.    Clears the screen. The optional parameter is the decimal number
  4054.    equivalent for an IBM graphics character. If [char] is present, the
  4055.    screen will be filled with [char].
  4056.  
  4057.     Examples:
  4058.        ClearScreen       ;Clears screen with blanks
  4059.        ClearScreen 177   ;Clears screen with char 177
  4060.  
  4061.    Category: Display, Ansi
  4062.  
  4063.    ClearScreenFirst (on/off)   ClearScreenFirst (on/off)   ClearScreenFirst (on/off)
  4064.    Used in conjunction with Execute. If on, will clear the screen before
  4065.    running the program.
  4066.  
  4067.     Example:
  4068.       OnKey 'D'
  4069.         |ClearScreenFirst On
  4070.         |Execute 'C:\DM.COM'
  4071.  
  4072.    The default is ON.
  4073.  
  4074.    See Also: Execute
  4075.  
  4076.    Category: Execution
  4077.  
  4078.    ClearScreenOnExit (on/off)   ClearScreenOnExit (on/off)   ClearScreenOnExit (on/off)
  4079.    Controls whether or not the screen is cleared on menu exit. Default on.
  4080.  
  4081.    See Also: Execute
  4082.  
  4083.    Category: Display
  4084.  
  4085.    ClockColor (forecolor,backcolor)   ClockColor (forecolor,backcolor)   ClockColor (forecolor,backcolor)
  4086.    Sets colors for the on screen clock.
  4087.  
  4088.    Category: Color
  4089.  
  4090.  
  4091.  
  4092.    Computer Tyme MarxMenu Users Manual                     Page 65
  4093.    _______________________________________________________________
  4094.  
  4095.  
  4096.    ClockMode   ClockMode   ClockMode
  4097.    ClockMode is a variable whose bits control the format of the on screen
  4098.    clock when it is used.
  4099.  
  4100.     ClockMode Bits:
  4101.     ---------------
  4102.     0 24 hour mode
  4103.     1 AmPm On
  4104.     2 Show Seconds
  4105.     3 UpperCase
  4106.     4 3 char month
  4107.     5 3 char Day of Week
  4108.     6 Show Day of Week
  4109.     7 Dash = 0 Slash = 1 MM-DD-YY or MM/DD/YY
  4110.     8 Long Date
  4111.  
  4112.     Bit 0 on sets hours display to 24 hour mode.
  4113.     Bit 1 turns on the Am/Pm display.
  4114.     Bit 2 on controls if time is shown as HH:MM:SS or just HH:MM.
  4115.     Bit 3 shows date in only upper case.
  4116.     Bit 4 on shows month in 3 characters.
  4117.     Bit 5 shows Day of week as 3 characters.
  4118.     Bit 6 controls if Day of week is displayed.
  4119.     Bit 7 controls if date is shown as MM-DD-YY or MM/DD/YY.
  4120.     Bit 8 shows date in text. (October 3, 1990).
  4121.  
  4122.    The default ClockMode is 326.
  4123.  
  4124.    Category: Display
  4125.  
  4126.    ClockPos (column,row)   ClockPos (column,row)   ClockPos (column,row)
  4127.    Puts a clock on the screen at location (column,row). The command
  4128.    ClockPos 0 0 turns the clock off.
  4129.  
  4130.    Category: Display
  4131.  
  4132.  
  4133.  
  4134.    Computer Tyme MarxMenu Users Manual                     Page 66
  4135.    _______________________________________________________________
  4136.  
  4137.  
  4138.    ClosePrinter   ClosePrinter   ClosePrinter
  4139.    In MarxMenu the printer is just another text file. Closing the printer
  4140.    is not required for ordinary printing. If you are changing printers you
  4141.    need to run ClosePrinter before changing the printer name. The printer
  4142.    is automatically opened by MarxMenu any time you print anything.
  4143.  
  4144.    If you are running Windows or DesqView, closing the printer allows other
  4145.    programs to access the printer. So if you are running under any
  4146.    multitasking shell, be sure to close the printer when you are done with
  4147.    it.
  4148.  
  4149.    If you are using a network like Novell, ClosePrinter will end the print
  4150.    job and send it to the print queue. This avoids the need to wait for
  4151.    print capture timouts to take effect.
  4152.  
  4153.    Closing the printer is good programming practice and will help you stay
  4154.    out of trouble. It's like what your mother taught you. "When you're done
  4155.    with something, put it away."
  4156.  
  4157.    See Also: OpenPrinter, PrinterName
  4158.  
  4159.    Category: Printer
  4160.  
  4161.    ClusterSize <drive> : Number   ClusterSize <drive> : Number   ClusterSize <drive> : Number
  4162.    Returns cluster size in bytes.
  4163.  
  4164.     Example:
  4165.        Writeln (ClusterSize 'C')
  4166.  
  4167.    ClusterSize only looks at the first character of the string for the
  4168.    drive letter.
  4169.  
  4170.     Example:
  4171.        ClusterSize (Path)  ;returns clustersize of current drive.
  4172.  
  4173.    Category: System
  4174.  
  4175.    CmdLine : String   CmdLine : String   CmdLine : String
  4176.    System string variable that returns the rest of the command line after
  4177.    the menu name.
  4178.  
  4179.    Category: String
  4180.  
  4181.  
  4182.  
  4183.    Computer Tyme MarxMenu Users Manual                     Page 67
  4184.    _______________________________________________________________
  4185.  
  4186.  
  4187.    ColorScreen : Boolean   ColorScreen : Boolean   ColorScreen : Boolean
  4188.    Returns true if screen is a color screen. Note: Running MODE BW80 will
  4189.    cause ColorScreen to return false.
  4190.  
  4191.     Example:
  4192.       If ColorScreen
  4193.           ;Color
  4194.         TextColor( White, Blue )
  4195.       Else
  4196.           ;Monochrome
  4197.         TextColor( White, Black )
  4198.       EndIf
  4199.  
  4200.    Category: Display
  4201.  
  4202.    Comment   Comment   Comment
  4203.    Starts a Comment Block. All text is ignored until EndComment is
  4204.    encountered.
  4205.  
  4206.     Example:
  4207.       Comment
  4208.       =======================================
  4209.  
  4210.       Everything between Comment and EndComment is ignored.
  4211.  
  4212.       =======================================
  4213.       EndComment
  4214.  
  4215.    See Also: EndComment
  4216.  
  4217.    Category: Misc
  4218.  
  4219.    Console (On/Off)   Console (On/Off)   Console (On/Off)
  4220.    The command Console Off will disable access to the console.
  4221.  
  4222.    Category: Display
  4223.  
  4224.    ConsoleBorderColor (Color,Color)   ConsoleBorderColor (Color,Color)   ConsoleBorderColor (Color,Color)
  4225.    Sets the color of the console border.
  4226.  
  4227.     Example:
  4228.       See Also: ConsolePos
  4229.  
  4230.    Category: Color
  4231.  
  4232.  
  4233.  
  4234.    Computer Tyme MarxMenu Users Manual                     Page 68
  4235.    _______________________________________________________________
  4236.  
  4237.  
  4238.    ConsoleHeaderColor (Color,Color)   ConsoleHeaderColor (Color,Color)   ConsoleHeaderColor (Color,Color)
  4239.    Sets the color of the console header.
  4240.  
  4241.    See Also: ConsolePos
  4242.  
  4243.    Category: Color
  4244.  
  4245.    ConsoleInsideColor (Color,Color)   ConsoleInsideColor (Color,Color)   ConsoleInsideColor (Color,Color)
  4246.    Sets the color of the console inside.
  4247.  
  4248.    See Also: ConsolePos
  4249.  
  4250.    Category: Color
  4251.  
  4252.    ConsolePos (column,row)   ConsolePos (column,row)   ConsolePos (column,row)
  4253.    Sets the coordinates of the pop-up console menu.
  4254.  
  4255.     Example:
  4256.       ConsoleBorderColor( White,Blue )
  4257.       ConsoleHeaderColor( Yellow,Blue )
  4258.       ConsoleInsideColor( Yellow,Blue )
  4259.       ConsolePos( 5,5 ) ; Column 5, Row 5
  4260.  
  4261.    Category: Display
  4262.  
  4263.    Const   Const   Const
  4264.    Creates a constant.
  4265.  
  4266.    See Also: Var, Shared, Qualifier
  4267.  
  4268.    Category Variable
  4269.  
  4270.    Cos (Radians) : Real   Cos (Radians) : Real   Cos (Radians) : Real
  4271.    Returns the CoSine of a real.
  4272.  
  4273.    Category: Math, Float
  4274.  
  4275.    CountryCode : Number   CountryCode : Number   CountryCode : Number
  4276.    Returns the international country code from DOS. The country code is the
  4277.    same number as the international telephone dialing code prefix.
  4278.  
  4279.    Category: International
  4280.  
  4281.  
  4282.  
  4283.    Computer Tyme MarxMenu Users Manual                     Page 69
  4284.    _______________________________________________________________
  4285.  
  4286.  
  4287.    CurrentEnvironment   CurrentEnvironment   CurrentEnvironment
  4288.    CurrentEnvironment selects the current environment for use with
  4289.    environment access commands.
  4290.  
  4291.    See Also: ReadEnv SetEnv ReadEnvironment ShellEnvironment
  4292.    See Also: ParentEnvironment MasterEnvironment
  4293.  
  4294.    Category: Environment
  4295.  
  4296.    CurrentWindow : Number   CurrentWindow : Number   CurrentWindow : Number
  4297.    Returns the number of the current window. All windows are given a unique
  4298.    number.
  4299.  
  4300.    See Also: SetTopWindow
  4301.  
  4302.    Category: Display
  4303.  
  4304.    Cursor (On/Off)   Cursor (On/Off)   Cursor (On/Off)
  4305.    MarxMenu automatically turns the cursor on for certain kinds of input.
  4306.    Using Cursor Off prevents MarxMenu from turning the cursor on. Cursor On
  4307.    reverses this and allows MarxMenu to turn the cursor on when needed.
  4308.  
  4309.    Category: Display
  4310.  
  4311.    CustomBox (String)   CustomBox (String)   CustomBox (String)
  4312.    Selects a Box border using an 8 character string to define the sides and
  4313.    the corners.
  4314.  
  4315.     Example:
  4316.       CustomBox ('12345678') ;This will help you figure out what
  4317.                              ;position matches which side.
  4318.  
  4319.    See Also: SingleLineBox, DoubleLineBox, BlockBox, NoBoxBorder
  4320.  
  4321.    Category: Display
  4322.  
  4323.    DateSeparator : String   DateSeparator : String   DateSeparator : String
  4324.    Returns the date separator character from the country information.
  4325.  
  4326.    See Also: TimeSeparator, DecimalSeparator, CountryCode
  4327.  
  4328.    Category: International, Time
  4329.  
  4330.  
  4331.  
  4332.    Computer Tyme MarxMenu Users Manual                     Page 70
  4333.    _______________________________________________________________
  4334.  
  4335.  
  4336.    DateString (Time) : String   DateString (Time) : String   DateString (Time) : String
  4337.    Returns the date of a time value as text. If no parameter is passed then
  4338.    Now is assumed. Uses international date format rules.
  4339.  
  4340.     Example:
  4341.       Writeln DateString            ;returns the date of Now as text
  4342.       Writeln DateString (Tomorrow) ;returns the date of Tomorrow as text
  4343.  
  4344.    Category: Time, String, International
  4345.  
  4346.    Day : Number   Day : Number   Day : Number
  4347.    Returns the day of the month.
  4348.  
  4349.    Category: Time
  4350.  
  4351.    DayOf (Date) : Number   DayOf (Date) : Number   DayOf (Date) : Number
  4352.    Returns the day of a date. If Date is passed as a string it is
  4353.    converted automatically.
  4354.  
  4355.    See Also: TimeOf, BadDate
  4356.  
  4357.    Category: Time
  4358.  
  4359.    DayOfWeek : Number   DayOfWeek : Number   DayOfWeek : Number
  4360.    Returns the day of the week.
  4361.  
  4362.      0=SUNDAY
  4363.      1=MONDAY
  4364.      2=TUESDAY
  4365.      3=WEDNESDAY
  4366.      4=THURSDAY
  4367.      5=FRIDAY
  4368.      6=SATURDAY
  4369.  
  4370.    Category: Time
  4371.  
  4372.    DayOfWeekOf (Date) : Number   DayOfWeekOf (Date) : Number   DayOfWeekOf (Date) : Number
  4373.    Returns the DayOfWeek of a date. If Date is passed as a string it is
  4374.    converted automatically.
  4375.  
  4376.    See Also: TimeOf, BadDate
  4377.  
  4378.    Category: Time
  4379.  
  4380.    DecimalSeparator : String   DecimalSeparator : String   DecimalSeparator : String
  4381.    Returns the decimal separator character from the country information.
  4382.  
  4383.    See Also: TimeSeparator, DateSeparator, CountryCode
  4384.  
  4385.    Category: International
  4386.  
  4387.  
  4388.  
  4389.    Computer Tyme MarxMenu Users Manual                     Page 71
  4390.    _______________________________________________________________
  4391.  
  4392.  
  4393.    Delete (string,pos,count)   Delete (string,pos,count)   Delete (string,pos,count)
  4394.    Deletes characters from string starting at pos for count.
  4395.  
  4396.     Example:
  4397.       String = 'ABCDEFGH'
  4398.       Delete(String,2,3)
  4399.  
  4400.    This leaves a String containing 'ABFGH'
  4401.  
  4402.    If count exceeds the length of the string, the string is truncated at
  4403.    pos.
  4404.  
  4405.    Another use of Delete is to delete elements of an array.
  4406.  
  4407.    Delete (Array,Position,Count)
  4408.    This works exactly like the delete command for strings. It delete
  4409.    elements of an array beginning at Position for Count elements. The
  4410.    NumberOfElements is adjusted accordingly.
  4411.  
  4412.     Example:
  4413.       MyArray[1] = "ONE"
  4414.       MyArray[2] = "TWO"
  4415.       MyArray[3] = "THREE"
  4416.       MyArray[4] = "FOUR"
  4417.       Delete( MyArray,2,2 )
  4418.  
  4419.     ;MyArray now contains..
  4420.       MyArray[1] = "ONE"
  4421.       MyArray[2] = "FOUR"
  4422.  
  4423.    Category: String, Array
  4424.  
  4425.    DelFile (Name)   DelFile (Name)   DelFile (Name)
  4426.    Deletes a file by name. FileResult returns a 0 if the file existed and
  4427.    the delete was successful.
  4428.  
  4429.     Example:
  4430.       DelFile( 'C:\NOTES\READ.ME' )
  4431.       If FileResult = 0
  4432.         Writeln('C:\NOTES\READ.ME was succesfully deleted!')
  4433.       Else
  4434.         Writeln('C:\NOTES\READ.ME was un-succesfully deleted!')
  4435.       EndIf
  4436.  
  4437.    Category: File
  4438.  
  4439.  
  4440.  
  4441.    Computer Tyme MarxMenu Users Manual                     Page 72
  4442.    _______________________________________________________________
  4443.  
  4444.  
  4445.    DisplayType : Number   DisplayType : Number   DisplayType : Number
  4446.    Returns the current video card type.
  4447.  
  4448.     0 = HercMono
  4449.     1 = CGA
  4450.     2 = MCGA
  4451.     3 = EGA
  4452.     4 = VGA
  4453.     5 = PGC
  4454.  
  4455.    MarxMenu also understands the above constant names. For example, if you
  4456.    want to test for a CGA card:
  4457.  
  4458.     if DisplayType = CGA then ....
  4459.  
  4460.    Category: Display
  4461.  
  4462.    DirectoriesOnly (On/Off)   DirectoriesOnly (On/Off)   DirectoriesOnly (On/Off)
  4463.    Forces ReadDirectory to read directories instead of file names.
  4464.  
  4465.    See Also: ReadDirectory
  4466.  
  4467.    Category: File
  4468.  
  4469.    Dispose (Variable)   Dispose (Variable)   Dispose (Variable)
  4470.    This command reclaims memory used by a string variable, file variable,
  4471.    or an array. If you are doing a lot of data manipulation, you might want
  4472.    to reclaim memory space used by arrays you are done with. The disposed
  4473.    variable becomes an untyped variable.
  4474.  
  4475.     Example:
  4476.       Loop( 20 )
  4477.         MyArray[LoopIndex] = LoopIndex
  4478.  
  4479.         ;Check to See Also: if number is odd or even
  4480.         If (MyArray[LoopIndex] Mod 2) = 0
  4481.           Writeln('MyArray[' + Str(LoopIndex) + '] is an EVEN number.' );
  4482.         Else
  4483.           Writeln('MyArray[' + Str(LoopIndex) + '] is an EVEN number.' );
  4484.         EndIf
  4485.       EndLoop
  4486.  
  4487.       ;We're finished with the array so reclaim its memory space.
  4488.       Dispose(MyArray)
  4489.  
  4490.    Category: Memory, Array
  4491.  
  4492.  
  4493.  
  4494.    Computer Tyme MarxMenu Users Manual                     Page 73
  4495.    _______________________________________________________________
  4496.  
  4497.  
  4498.    DosVersion : Number   DosVersion : Number   DosVersion : Number
  4499.    Returns the major DOS version number.
  4500.  
  4501.    See Also: DosVersionString, MinorDosVersion
  4502.  
  4503.    Category: System
  4504.  
  4505.    DosVersionString : String   DosVersionString : String   DosVersionString : String
  4506.    Returns the DOS version number as a 4 character string. This function
  4507.    always returns 2 places past the decimal point. The form of the string
  4508.    is: #.##
  4509.  
  4510.     Example
  4511.        Writeln DosVersionString   ;prints 4.01
  4512.  
  4513.    See Also: DosVersion, MinorDosVersion
  4514.  
  4515.    Category: System, String
  4516.  
  4517.    DosWindow (on/off)   DosWindow (on/off)   DosWindow (on/off)
  4518.    When you set DosWindow on, MarxMenu will not drop out of the menu system
  4519.    when you use the Execute command. It will give you a display of the DOS
  4520.    screen within the current window. The program you execute must be a
  4521.    well-behaved program like DIR or COPY or some of the other DOS commands
  4522.    that talk to the screen through standard file handles.
  4523.  
  4524.    Category: Execution
  4525.  
  4526.    DoubleLineBox   DoubleLineBox   DoubleLineBox
  4527.    Selects double line box.
  4528.  
  4529.    See Also: SingleLineBox, BlockBox, CustomBox, NoBoxBorder
  4530.  
  4531.    Category: Display
  4532.  
  4533.  
  4534.  
  4535.    Computer Tyme MarxMenu Users Manual                     Page 74
  4536.    _______________________________________________________________
  4537.  
  4538.  
  4539.    DrawBox (column,row,width,height)   DrawBox (column,row,width,height)   DrawBox (column,row,width,height)
  4540.    Draws a box on the screen. The (column) and (row) are the upper left
  4541.    corner, (width) and (height) is the box size.
  4542.  
  4543.     Example:
  4544.       Explode On
  4545.       Shadow On
  4546.       DoubleLineBox
  4547.       BoxHeaderColor( Yellow,Red )
  4548.       BoxBorderColor( White, Red )
  4549.       BoxInsideColor( Yellow,Red )
  4550.       InverseColor( Black, Gray )
  4551.       CapsColor( Black, Red )
  4552.       BoxHeader = ' << Main Menu >> '
  4553.       DrawBox( 30,10,40,8 )
  4554.  
  4555.    DrawBox also creates a logical layer for several display variables.
  4556.    These variable include TextColor, InverseColor, CapsColor. It is
  4557.    important to use these color control commands AFTER the DrawBox command
  4558.    in order to properly restore the colors of the previous DrawBox.
  4559.  
  4560.    If you call up a box and when it finishes it messes up the colors of the
  4561.    previous box, you probably used color control commands BEFORE the
  4562.    DrawBox instead of AFTER.
  4563.  
  4564.    Category: Display
  4565.  
  4566.    Drives : Number   Drives : Number   Drives : Number
  4567.    Returns the number of drives. This includes drive names that can be
  4568.    substituted. Most of the time the answer is 5. This relates to your
  4569.    LastDrive = command in your CONFIG.SYS file.
  4570.  
  4571.    Category: System
  4572.  
  4573.    DvAppNumber : Number   DvAppNumber : Number   DvAppNumber : Number
  4574.    Returns the DesqView application number or window number.
  4575.  
  4576.    Category: DesqView
  4577.  
  4578.    DvFrame (Handle,On/Off)   DvFrame (Handle,On/Off)   DvFrame (Handle,On/Off)
  4579.    Turns the DesqView border frame on or off.
  4580.  
  4581.    Category: DesqView
  4582.  
  4583.    DvFreeze (Handle)   DvFreeze (Handle)   DvFreeze (Handle)
  4584.    Freezes a program. The program stops executing.
  4585.  
  4586.    See Also: DvUnFreeze, DvPifExecute, DvLastHandle
  4587.  
  4588.    Category: DesqView
  4589.  
  4590.  
  4591.  
  4592.    Computer Tyme MarxMenu Users Manual                     Page 75
  4593.    _______________________________________________________________
  4594.  
  4595.  
  4596.    DvHide (Handle)   DvHide (Handle)   DvHide (Handle)
  4597.    Hides all output from program making it invisible. The program still
  4598.    continues to run.
  4599.  
  4600.    See Also: DvUnHide
  4601.  
  4602.    Category: DesqView
  4603.  
  4604.    DvKillTask (Handle)   DvKillTask (Handle)   DvKillTask (Handle)
  4605.    Kills a program running under DesqView. The handle is the one returned
  4606.    be DvPifExecute in DvLastHandle.
  4607.  
  4608.    See Also: DvPifExecute
  4609.  
  4610.    Category: DesqView
  4611.  
  4612.    DvLastHandle : Number   DvLastHandle : Number   DvLastHandle : Number
  4613.    Returns a number that is associated with a program running under
  4614.    DesqView. This number is used to control other programs running under
  4615.    DesqView. It is set by DvPifExecute.
  4616.  
  4617.    See Also: DvPifExecute
  4618.  
  4619.    Category: DesqView
  4620.  
  4621.    DvLoaded : Boolean   DvLoaded : Boolean   DvLoaded : Boolean
  4622.    Returns true if DesqView is loaded.
  4623.  
  4624.    Category: DesqView
  4625.  
  4626.    DvMoveWindow (Handle,X,Y)   DvMoveWindow (Handle,X,Y)   DvMoveWindow (Handle,X,Y)
  4627.    Moves DesqView window upper left corner to position X,Y.
  4628.  
  4629.    Category: DesqView
  4630.  
  4631.    DvMyHandle : Number   DvMyHandle : Number   DvMyHandle : Number
  4632.    Returns the DesqView handle of the current process.
  4633.  
  4634.    See Also: DvLastHandle
  4635.  
  4636.    Category: DesqView
  4637.  
  4638.  
  4639.  
  4640.    Computer Tyme MarxMenu Users Manual                     Page 76
  4641.    _______________________________________________________________
  4642.  
  4643.  
  4644.    DvPifExecute (Pif File)   DvPifExecute (Pif File)   DvPifExecute (Pif File)
  4645.    Executes another program under DesqView in another window. MarxMenu
  4646.    stays resident in its original window. The window executes according to
  4647.    the contents of the DesqView PIF file. The PIF file can be specified by
  4648.    using the full name. If you leave off the extension, MarxMenu assumes
  4649.    the extension DVP. If you pass a two character name, like the two
  4650.    characters in the DesqView menus, then MarxMenu will add -PIF.DVP to the
  4651.    name. If the PIF file is on the path, MarxMenu will find it.
  4652.  
  4653.    Warning! DesqView must be loaded to run this command.
  4654.  
  4655.     Example:
  4656.       DvPifExecute 'BD'
  4657.       DvPifExecute 'BD-PIF'       ;These all execute Big DOS
  4658.       DVPifExecute 'BD-PIF.DVP'
  4659.  
  4660.    The task handle is loaded into a variable named DvLastHandle. When the
  4661.    program starts, it becomes the current top program.
  4662.  
  4663.    See Also: DvLoaded, DvLastHandle
  4664.  
  4665.    Category: DesqView
  4666.  
  4667.    DvResizeWindow (Handle,Width,Height)   DvResizeWindow (Handle,Width,Height)   DvResizeWindow (Handle,Width,Height)
  4668.    Changes the size of a DesqView window.
  4669.  
  4670.    Category: DesqView
  4671.  
  4672.    DvSetBottom (Handle)   DvSetBottom (Handle)   DvSetBottom (Handle)
  4673.    Sets the program associated with the handle to the bottom of the task
  4674.    stack.
  4675.  
  4676.    See Also: DvSetTop
  4677.  
  4678.    Category: DesqView
  4679.  
  4680.    DvSetTop (Handle)   DvSetTop (Handle)   DvSetTop (Handle)
  4681.    Sets the program associated with the handle to be the top running task.
  4682.    Using DvMyHandle allows MarxMenu to regain control after starting
  4683.    another task.
  4684.  
  4685.     Example:
  4686.        DvSetTop (DvMyHandle)
  4687.  
  4688.    See Also: DvSetBottom, DvLastHandle
  4689.  
  4690.    Category: DesqView
  4691.  
  4692.  
  4693.  
  4694.    Computer Tyme MarxMenu Users Manual                     Page 77
  4695.    _______________________________________________________________
  4696.  
  4697.  
  4698.    DvUnFreeze (Handle)   DvUnFreeze (Handle)   DvUnFreeze (Handle)
  4699.    UnFreezes a program. The program starts executing again.
  4700.  
  4701.    See Also: DvFreeze, DvPifExecute, DvLastHandle
  4702.  
  4703.    Category: DesqView
  4704.  
  4705.    DvUnHide (Handle)   DvUnHide (Handle)   DvUnHide (Handle)
  4706.    Reverses the effect of DvHide making program output visible again.
  4707.  
  4708.    See Also: DvHide
  4709.  
  4710.    Category: DesqView
  4711.  
  4712.    Else   Else   Else
  4713.    Starts lines executed if a condition is not true.
  4714.  
  4715.     Example:
  4716.       if X = 1
  4717.          Writeln 'One'
  4718.       else
  4719.          Writeln 'Not One'
  4720.       endif
  4721.  
  4722.    See Also: If Then Endif ElseIf
  4723.  
  4724.    Category: Conditional
  4725.  
  4726.    ElseIf   ElseIf   ElseIf
  4727.    Used with IF, ELSE, and ENDIF in conditional statements. After one
  4728.    ElseIf is true, execution continues after the endif statement.
  4729.  
  4730.     Example:
  4731.       if X = 1
  4732.          Writeln 'One'
  4733.  
  4734.       elseif X = 2
  4735.          Writeln 'Two'
  4736.  
  4737.       elseif X = 3
  4738.          Writeln 'Three'
  4739.  
  4740.       elseif X = 4
  4741.          Writeln 'Four'
  4742.  
  4743.       else
  4744.          Writeln 'Other'
  4745.  
  4746.       endif
  4747.  
  4748.    See Also: If Then Endif Else
  4749.  
  4750.  
  4751.  
  4752.    Computer Tyme MarxMenu Users Manual                     Page 78
  4753.    _______________________________________________________________
  4754.  
  4755.  
  4756.    Category: Conditional
  4757.  
  4758.    EndComment   EndComment   EndComment
  4759.    Ends a comment block.
  4760.  
  4761.    See Also: Comment
  4762.  
  4763.    Category: Misc
  4764.  
  4765.    EndIf   EndIf   EndIf
  4766.    Ends an if statement.
  4767.  
  4768.    See Also: If Else ElseIf Then
  4769.  
  4770.    Category: Conditional
  4771.  
  4772.    EndLoop   EndLoop   EndLoop
  4773.    Ends a loop statement.
  4774.  
  4775.    See Also: Loop LoopIndex LoopLimit
  4776.  
  4777.    Category: Conditional
  4778.  
  4779.    EndOfFile (FileVar) : Boolean   EndOfFile (FileVar) : Boolean   EndOfFile (FileVar) : Boolean
  4780.    Returns True if you are at the end of the file.
  4781.  
  4782.     Example:
  4783.       Var In
  4784.  
  4785.       FileAssign (In,'C:\NOTES\READ.ME')
  4786.       FileOpen (In)
  4787.       While not EndOfFile (In)
  4788.          Writeln (FileReadLn (In))
  4789.       EndWhile
  4790.       FileClose (In)
  4791.  
  4792.    Category: File
  4793.  
  4794.    EndProc   EndProc   EndProc
  4795.    Ends a Procedure.
  4796.  
  4797.    See Also: Procedure, Return
  4798.  
  4799.    Category: Misc
  4800.  
  4801.  
  4802.  
  4803.    Computer Tyme MarxMenu Users Manual                     Page 79
  4804.    _______________________________________________________________
  4805.  
  4806.  
  4807.    EndWhile   EndWhile   EndWhile
  4808.    Ends a While statement.
  4809.  
  4810.    See Also: While
  4811.  
  4812.    Category: Conditional
  4813.  
  4814.    EnvFree : Number   EnvFree : Number   EnvFree : Number
  4815.    Returns the free space in the selected environment.
  4816.  
  4817.    Category: Environment
  4818.  
  4819.    EnvSize : Number   EnvSize : Number   EnvSize : Number
  4820.    Returns the size of the selected environment.
  4821.  
  4822.     Example:
  4823.       if EnvSize < 20
  4824.          Writeln ('Your envrionment size is less than 20 bytes!!')
  4825.       endif
  4826.  
  4827.    Category: Environment
  4828.  
  4829.    EraseTopWindow   EraseTopWindow   EraseTopWindow
  4830.    Erases the last window created with DrawBox.
  4831.  
  4832.    See Also: EraseWindow
  4833.  
  4834.    Category: Display
  4835.  
  4836.    EraseWindow (Number)   EraseWindow (Number)   EraseWindow (Number)
  4837.    Erases a window by number. This allows you to erase a window that is not
  4838.    the top window.
  4839.  
  4840.    See Also: CurrentWindow, SetTopWindow, EraseTopWindow
  4841.  
  4842.    Category: Display
  4843.  
  4844.  
  4845.  
  4846.    Computer Tyme MarxMenu Users Manual                     Page 80
  4847.    _______________________________________________________________
  4848.  
  4849.  
  4850.    Execute (command string)   Execute (command string)   Execute (command string)
  4851.    This allows you to execute a program without dropping out of MarxMenu.
  4852.    MarxMenu remains resident in memory and takes up approximately 50k. No
  4853.    batch file will be created by MarxMenu.
  4854.  
  4855.    This is handy if you have a small program you want to run from the menu
  4856.    but don't want to allow for the time required by MarxMenu to create and
  4857.    run a batch file. You can also execute some programs in a MarxMenu
  4858.    window (See Also: DosWindow). You can also execute a program and examine
  4859.    the return code.
  4860.  
  4861.    This command can be placed in a progression of menu commands without any
  4862.    special handling. Under an OnKey statement, you will need use a vertical
  4863.    bar in front of the command.
  4864.  
  4865.     Example:
  4866.       OnKey 'D'
  4867.        |UseCommand Off
  4868.        |Execute 'C:\DM.COM'  ;Note the COM extension is required here.
  4869.  
  4870.    Note: If UseCommand is True or On, MarxMenu will load COMMAND.COM to
  4871.    execute your command. If UseCommand is False, MarxMenu will execute your
  4872.    file directly without COMMAND.COM. Using COMMAND.COM will execute
  4873.    slightly slower, use 3.5k more ram, and allow you to use command lines
  4874.    just like you would from the DOS prompt.
  4875.  
  4876.    If you set UseCommand to off, you will have to include the COM or EXE
  4877.    extension in the name. If you don't include the extension, MarxMenu will
  4878.    automatically override UseCommand and load the command processor.
  4879.  
  4880.    COMMAND.COM is required when running internal DOS commands like COPY or
  4881.    DIR. It is also required to run batch files.
  4882.  
  4883.    When UseCommand is off, MarxMenu will search the PATH for the executable
  4884.    file if it isn't in the current directory.
  4885.  
  4886.    Not using COMMAND.COM allows you to use the ReturnCode variable to get
  4887.    the ERRORLEVEL from the subprogram. If COMMAND.COM is loaded, the
  4888.    ERRORLEVEL of the subprogram is lost.
  4889.  
  4890.    The ClearScreenFirst (On/Off) controls whether MarxMenu will clear the
  4891.    screen before you execute.
  4892.  
  4893.    The PauseAfterExecute (On/Off) allows you to have a pause like the Pause
  4894.    command in batch files. That way you can read the screen before it
  4895.    restores the MarxMenu screen. MarxMenu will display "Press any key to
  4896.    return to MarxMenu."
  4897.  
  4898.    Be sure not to load any TSR programs using the Execute command or
  4899.    MarxMenu will lock up.
  4900.  
  4901.  
  4902.  
  4903.    Computer Tyme MarxMenu Users Manual                     Page 81
  4904.    _______________________________________________________________
  4905.  
  4906.  
  4907.    See Also: UseCommand, DosWindow, PauseAfterExecute, ClearScreenFirst
  4908.  
  4909.    Category: Execution
  4910.  
  4911.    ExistDir (directory) : Boolean   ExistDir (directory) : Boolean   ExistDir (directory) : Boolean
  4912.    Used to test whether or not a DIRECTORY exists. It can also test to see
  4913.    if a disk is inserted in a floppy drive.
  4914.  
  4915.     Example:
  4916.       if not ExistDir 'A:' then Writeln 'Insert disk in drive A:'
  4917.  
  4918.    See Also: ExistFile
  4919.  
  4920.    Category: File
  4921.  
  4922.    ExistFile : Boolean   ExistFile : Boolean   ExistFile : Boolean
  4923.    Used to test whether or not a FILE exists.
  4924.  
  4925.    See Also: ExistDir
  4926.  
  4927.    Category: File
  4928.  
  4929.    ExistOnPath (string) : String   ExistOnPath (string) : String   ExistOnPath (string) : String
  4930.    Used to search the existing paths for the command to be executed by
  4931.    Execute or other function.
  4932.  
  4933.     Example:
  4934.       OnKey 'D'
  4935.       |Execute(ExistOnPath('DM.COM'))
  4936.  
  4937.    If the file is not found, a null string is returned.
  4938.  
  4939.    Category: File
  4940.  
  4941.    ExitCode   ExitCode   ExitCode
  4942.    This can be set so MarxMenu will return an ErrorLevel that can be used
  4943.    in a batch file.
  4944.  
  4945.     Example:
  4946.        ExitCode = 100
  4947.  
  4948.    When MarxMenu exits it will use ErrorLevel 100.
  4949.  
  4950.    Category: Execution
  4951.  
  4952.  
  4953.  
  4954.    Computer Tyme MarxMenu Users Manual                     Page 82
  4955.    _______________________________________________________________
  4956.  
  4957.  
  4958.    ExitMenu   ExitMenu   ExitMenu
  4959.    Causes MarxMenu to exit. If the Bat command is used or batch commands
  4960.    are used onder an OnKey statement then MarxMenu will create a batch file
  4961.    and set the environment variable MXCMD to point to it. If no batch file
  4962.    is to be created, and MXCMD hasn't been set to any value then the menu
  4963.    system will exit by setting MXCMD to MXSTOP.
  4964.  
  4965.    Category: Execution
  4966.  
  4967.    Exp (Real) : Real   Exp (Real) : Real   Exp (Real) : Real
  4968.    Returns the Exponential of a real. Inverse of Ln.
  4969.  
  4970.    Category: Math, Float
  4971.  
  4972.    Explode (on/off)   Explode (on/off)   Explode (on/off)
  4973.    Turn exploding windows on/off.
  4974.  
  4975.    Category: Display
  4976.  
  4977.    ExplodeDelay (number)   ExplodeDelay (number)   ExplodeDelay (number)
  4978.    Sets the speed of exploding windows. Use this command to adjust the
  4979.    speed of the exploding windows. Default is 15.
  4980.  
  4981.    Category: Display
  4982.  
  4983.    Extension (String) : String   Extension (String) : String   Extension (String) : String
  4984.    Returns the Extention of a file name or sets the Extension.
  4985.  
  4986.     Example:
  4987.       Writeln Extension 'MARXMENU.EXE'  ;returns 'EXE'
  4988.  
  4989.     Example:
  4990.       var FileName
  4991.         FileName = TEST.MNU
  4992.         Extension (FileName) = 'MRX'
  4993.         Writeln FileName        ;this returns 'TEST.MRX
  4994.  
  4995.    See Also: NamePart, PathPart, FilePart
  4996.  
  4997.    Category: String
  4998.  
  4999.    FileAppend (FileVar)   FileAppend (FileVar)   FileAppend (FileVar)
  5000.    Opens a file for access and moves the file pointer to the end of the
  5001.    file. File writes will start at the end of the file.
  5002.  
  5003.    Category: File
  5004.  
  5005.  
  5006.  
  5007.    Computer Tyme MarxMenu Users Manual                     Page 83
  5008.    _______________________________________________________________
  5009.  
  5010.  
  5011.    FileAssign (FileVar,String)   FileAssign (FileVar,String)   FileAssign (FileVar,String)
  5012.    Assigns a file variable to a file name. Files must be given a name
  5013.    before they can be accessed.
  5014.  
  5015.     Example: FileAssign(BatFile,'MARX.BAT')
  5016.  
  5017.    BatFile is a variable and after the FileAssign, it becomes a file
  5018.    variable. All access to the file is done using the file variable.
  5019.  
  5020.    If an empty string is passed as the file name, MarxMenu will use the
  5021.    standard console file handles.
  5022.  
  5023.    Category: File
  5024.  
  5025.    FileAttr (string) : Number   FileAttr (string) : Number   FileAttr (string) : Number
  5026.    Returns file attribute. Can be used on directories also.
  5027.  
  5028.    Category: File
  5029.  
  5030.    FileClose (FileVar)   FileClose (FileVar)   FileClose (FileVar)
  5031.    Closes a file and deallocates the memory space used by the file
  5032.    variable.
  5033.  
  5034.    See Also: FileOpen
  5035.  
  5036.    Category: File
  5037.  
  5038.    FileCreate (FileVar)   FileCreate (FileVar)   FileCreate (FileVar)
  5039.    Creates a new file. If the file exists, it overwrites the old one.
  5040.    FileCreate opens the file for output. Do not use FileOpen with
  5041.    FileCreate.
  5042.  
  5043.    Category: File
  5044.  
  5045.    FileDate (string) : Number   FileDate (string) : Number   FileDate (string) : Number
  5046.    Returns file date as 32 bit integer. See Also: DOS manual for date
  5047.    structure.
  5048.  
  5049.    See Also: FileTime
  5050.  
  5051.    Category: File
  5052.  
  5053.    FileFlush (FileVar)   FileFlush (FileVar)   FileFlush (FileVar)
  5054.    Writes any information that is in the file buffers to disk.
  5055.  
  5056.    Category: File
  5057.  
  5058.  
  5059.  
  5060.    Computer Tyme MarxMenu Users Manual                     Page 84
  5061.    _______________________________________________________________
  5062.  
  5063.  
  5064.    FileLog (FileName,String)   FileLog (FileName,String)   FileLog (FileName,String)
  5065.    FileLog opens the file if it exists, or creates it if it doesn't exist.
  5066.    It then seeks to the end of the file and writes the string to the end.
  5067.    The file is then closed. FileLog is typically used for things such as
  5068.    usage tracking.
  5069.  
  5070.     Example:
  5071.        FileLog('USAGE.LOG','Add This Line!')
  5072.  
  5073.    Category: File
  5074.  
  5075.    FileOpen (FileVar)   FileOpen (FileVar)   FileOpen (FileVar)
  5076.    Opens a file for access. FileOpen is not needed if you are using the
  5077.    ReadTextFile command. The following example copies a text file.
  5078.  
  5079.       var Inp Out St
  5080.  
  5081.       FileAssign(Inp,'INPUT.TXT')
  5082.       FileOpen(Inp)
  5083.       FileAssign(Out,'OUTPUT.TXT')
  5084.       FileCreate(Out)
  5085.       while not EndOfFile(Inp)
  5086.          FileReadln(Inp,St)
  5087.          FileWriteln(Out,St)
  5088.       endwhile
  5089.       FileClose(Inp)
  5090.       FileClose(Out)
  5091.  
  5092.    Category: File
  5093.  
  5094.    FilePart (String) : String   FilePart (String) : String   FilePart (String) : String
  5095.    Returns the file part of a file name.
  5096.  
  5097.     Example:
  5098.       NamePart ('C:\MARX\MARXMENU.EXE') ;returns MARXMENU.EXE
  5099.  
  5100.    See Also: Extension, PathPart, NamePart
  5101.  
  5102.    Category: String
  5103.  
  5104.    FilePos (FileVar) : Number   FilePos (FileVar) : Number   FilePos (FileVar) : Number
  5105.    Returns the current file position in bytes.
  5106.  
  5107.    Category: File
  5108.  
  5109.  
  5110.  
  5111.    Computer Tyme MarxMenu Users Manual                     Page 85
  5112.    _______________________________________________________________
  5113.  
  5114.  
  5115.    FileReadln (FileVar) : String   FileReadln (FileVar) : String   FileReadln (FileVar) : String
  5116.    Reads one line of an open file returning that line as a string.
  5117.  
  5118.     Example:
  5119.       Line3 = FileReadln(BatFile)
  5120.  
  5121.    See Also: FileOpen
  5122.  
  5123.    Category: File
  5124.  
  5125.    FileRename (Old,New)   FileRename (Old,New)   FileRename (Old,New)
  5126.    Renames a file from old name to new. A file may be moved to a new
  5127.    directory with this command.
  5128.  
  5129.    Category: File
  5130.  
  5131.    FileResult : Number   FileResult : Number   FileResult : Number
  5132.    Returns result code from last file IO. Result codes are the same as
  5133.    Turbo Pascal IOResult codes. These codes usually match the errors
  5134.    returned in the AX register of DOS commands. 0 indicates no problem.
  5135.  
  5136.    Category: File
  5137.  
  5138.    FileSeek (FileVar,Number)   FileSeek (FileVar,Number)   FileSeek (FileVar,Number)
  5139.    Moves the file pointer to a specified place in the file.
  5140.  
  5141.    Category: File
  5142.  
  5143.    FileSize (string) : Number   FileSize (string) : Number   FileSize (string) : Number
  5144.    Returns size of file in bytes.
  5145.  
  5146.    Category: File
  5147.  
  5148.    FileTime (File) : Time   FileTime (File) : Time   FileTime (File) : Time
  5149.    Returns the time of a file in MarxMenu format.
  5150.  
  5151.    See Also: FileDate
  5152.  
  5153.    Category: File, Time
  5154.  
  5155.    FileWrite (FileVar,String)   FileWrite (FileVar,String)   FileWrite (FileVar,String)
  5156.    Writes text to a file.
  5157.  
  5158.    Category: File
  5159.  
  5160.  
  5161.  
  5162.    Computer Tyme MarxMenu Users Manual                     Page 86
  5163.    _______________________________________________________________
  5164.  
  5165.  
  5166.    FileWriteln (FileVar,String)   FileWriteln (FileVar,String)   FileWriteln (FileVar,String)
  5167.    Writes text to a file with a carriage return and a line feed.
  5168.  
  5169.    See Also: FileOpen
  5170.  
  5171.    Category: File
  5172.  
  5173.    FixPath   FixPath   FixPath
  5174.    This command reads your path command and verifies that all the paths are
  5175.    accessable. Any path that isn't accessable is removed from the master
  5176.    environment. This can be used on network drives to eliminate searching
  5177.    paths on fileservers that are no longer accessable.
  5178.  
  5179.    Category: Environment
  5180.  
  5181.    Floppies : Number   Floppies : Number   Floppies : Number
  5182.    Returns number of floppy drives.
  5183.  
  5184.    Category: System
  5185.  
  5186.    ForceExplosion (On/Off)   ForceExplosion (On/Off)   ForceExplosion (On/Off)
  5187.    This changes the explosion status of a window that already exists. This
  5188.    allows windows to implode that didn't explode.
  5189.  
  5190.    Category: Display
  5191.  
  5192.    ForceExtension (String,Ext) : String   ForceExtension (String,Ext) : String   ForceExtension (String,Ext) : String
  5193.    This command forces a file extension on a string.
  5194.  
  5195.     Example:
  5196.       St = ForceExtension('MAIN.MNU','MRX')
  5197.  
  5198.    This sets St equal to MAIN.MRX
  5199.  
  5200.    Category: String
  5201.  
  5202.    Fraction (Real) : Real   Fraction (Real) : Real   Fraction (Real) : Real
  5203.    Returns the fractional part of a real.
  5204.  
  5205.    Category: Math, Float
  5206.  
  5207.  
  5208.  
  5209.    Computer Tyme MarxMenu Users Manual                     Page 87
  5210.    _______________________________________________________________
  5211.  
  5212.  
  5213.    FreeDiskSpace <drive> : Number   FreeDiskSpace <drive> : Number   FreeDiskSpace <drive> : Number
  5214.    Returns free disk space in bytes.
  5215.  
  5216.     Example:
  5217.       Writeln (FreeDiskSpace 'C')
  5218.  
  5219.    FreeDiskSpace only looks at the first character of the string for the
  5220.    drive letter.
  5221.  
  5222.    Category: System
  5223.  
  5224.    FreeEMS : Number   FreeEMS : Number   FreeEMS : Number
  5225.    Returns free EMS memory in bytes.
  5226.  
  5227.    Category: Memory
  5228.  
  5229.    FreeMemory : Number   FreeMemory : Number   FreeMemory : Number
  5230.    Returns the amount of free memory still available. This is the memory
  5231.    available to MarxMenu or the amount you would have using the Execute
  5232.    command.
  5233.  
  5234.    See Also: ApplicationMemory
  5235.  
  5236.    Category: Memory
  5237.  
  5238.    GotoXY (column,row)   GotoXY (column,row)   GotoXY (column,row)
  5239.    Move cursor to location column,row in current box.
  5240.  
  5241.    Category: Display, Ansi
  5242.  
  5243.    HiddenAndSystem (On/Off)   HiddenAndSystem (On/Off)   HiddenAndSystem (On/Off)
  5244.    Controls if ReadDirectory will read hidden and system files.
  5245.  
  5246.    See Also: ReadDirectory
  5247.  
  5248.    Category: File
  5249.  
  5250.    Hour : Number   Hour : Number   Hour : Number
  5251.    Return the current hour. 24 hour format.
  5252.  
  5253.    Category: Time
  5254.  
  5255.    HourOf (Date) : Number   HourOf (Date) : Number   HourOf (Date) : Number
  5256.    Returns the hour of a date. If Date is passed as a string it is
  5257.    converted automatically.
  5258.  
  5259.    See Also: TimeOf, BadDate
  5260.  
  5261.    Category: Time
  5262.  
  5263.  
  5264.  
  5265.    Computer Tyme MarxMenu Users Manual                     Page 88
  5266.    _______________________________________________________________
  5267.  
  5268.  
  5269.    Hundredth : Number   Hundredth : Number   Hundredth : Number
  5270.    Returns the 1/100 of a second from the system clock. Note that the
  5271.    system clock timer tick is 1/18 second so don't expect a lot of accuracy
  5272.    here.
  5273.  
  5274.    Category: Time
  5275.  
  5276.    IdleProgram : Procedure   IdleProgram : Procedure   IdleProgram : Procedure
  5277.    IdleProgram is a variable that when set to the location of a procedure
  5278.    allows the procedure to run while waiting at the keyboard. This is done
  5279.    by writing a procedure that will run while waiting for input.
  5280.  
  5281.    The way you use this is to set an internal variable named IdleProgram to
  5282.    the Loc of the procedure you want to run as follows:
  5283.  
  5284.     Example:
  5285.       IdleProgram = Loc MyProcedure
  5286.  
  5287.    Note: Do not use parentheses around MyProcedure.
  5288.  
  5289.    When writing MyProcedure make it as short and quick as possible. As of
  5290.    now, MyProcedure is called continuosly while there is no keyboard input.
  5291.    You can also use a loop in it as follows.
  5292.  
  5293.     Procedure MyProcedure
  5294.        SetItUp
  5295.        while not KBDReady
  5296.           {do your thing}
  5297.        endwhile
  5298.        PutItBack
  5299.     EndProc
  5300.  
  5301.    MarxMenu doesn't automatically exit your procedure or save and restore
  5302.    anything. If you're writing to the screen you have to put everything
  5303.    back the way it was.
  5304.  
  5305.    If you want to run a program at a specific time, here's how it can be
  5306.    done:
  5307.  
  5308.     Procedure MyProcedure
  5309.        if Now = TimeOf('11:00pm')
  5310.           Bat 'NIGHT'             ;run NIGHT.BAT
  5311.           ExitMenu
  5312.        endif
  5313.        if Now = TimeOf('5:00')
  5314.           Bat 'MORNING'           ;run MORNING.BAT
  5315.           ExitMenu
  5316.        endif
  5317.     EndProc
  5318.  
  5319.    To disable IdleProgram run:
  5320.  
  5321.  
  5322.  
  5323.    Computer Tyme MarxMenu Users Manual                     Page 89
  5324.    _______________________________________________________________
  5325.  
  5326.  
  5327.      Dispose(IdleProgram)
  5328.  
  5329.    See Also: Run, Loc, BlankScreenProgram
  5330.  
  5331.    Category: Execution
  5332.  
  5333.    If   If   If
  5334.    Used for conditional program control.
  5335.  
  5336.     Usage:
  5337.  
  5338.     IF (condition) THEN (statement)
  5339.  
  5340.     IF (condition)
  5341.        (statement)
  5342.        (statement)
  5343.     ELSE
  5344.        (statement)
  5345.        (statement)
  5346.     ENDIF
  5347.  
  5348.    Category: Conditional
  5349.  
  5350.    See Also: Else, ElseIf, Then, EndIf
  5351.  
  5352.    InactiveBox (BoxType)   InactiveBox (BoxType)   InactiveBox (BoxType)
  5353.    This is used to select the type of box border to use when a window is
  5354.    not the current window. If any inactive box type is specified, then when
  5355.    you execute another DrawBox, the old window's border changes to the
  5356.    inactive box type. The inactive window also loses its headers and
  5357.    shadows.
  5358.  
  5359.    Note that InActiveBox must be used BEFORE the DrawBox command.
  5360.  
  5361.     Example:
  5362.       InActiveBox (SingleLineBox) ;switches to single line box if
  5363.                                    inactive.
  5364.  
  5365.       InactiveBox (NoBoxBorder)   ;disables InActive effect.
  5366.  
  5367.    See Also: InactiveBoxColor
  5368.  
  5369.    Category: Display
  5370.  
  5371.  
  5372.  
  5373.    Computer Tyme MarxMenu Users Manual                     Page 90
  5374.    _______________________________________________________________
  5375.  
  5376.  
  5377.    InactiveBoxColor (foreground,background)   InactiveBoxColor (foreground,background)   InactiveBoxColor (foreground,background)
  5378.    Selects the color of the inactive box window. If Black on Black is
  5379.    selected, (default), the inactive box color is the same as the active
  5380.    box color.
  5381.  
  5382.     Example:
  5383.       BoxBorderColor Yellow Blue
  5384.       InActiveBoxColor Brown Blue
  5385.  
  5386.    See Also: InactiveBox BoxBorderColor
  5387.  
  5388.    Category: Color
  5389.  
  5390.    Include (MenuName)   Include (MenuName)   Include (MenuName)
  5391.    This is used to insert the menu code from another file into the menu
  5392.    that you are compiling.
  5393.  
  5394.     Example:
  5395.       Include 'DOS.MNU'
  5396.  
  5397.    This will compile DOS.MNU into your present menu as if that whole file
  5398.    were part of the menu you are working on.
  5399.  
  5400.    This is useful if you have several menus that share common code. By
  5401.    moving this common code to a separate file, and using an Include
  5402.    statement, you can change the common code and update several menus at
  5403.    once. If you are using overlays, it is a good idea to put your shared
  5404.    variables in an include file. This asures that the shared variables will
  5405.    be the same for all overlays.
  5406.  
  5407.    Changing an include file does not cause MarxMenu to recompile
  5408.    automatically like changing the MNU does. You will have to force it to
  5409.    compile your menus.
  5410.  
  5411.    This can be done several ways. You can type MARXCOMP (menu) or you can
  5412.    just type DEL *.MRX which will cause all the menus to recompile the next
  5413.    time they are run.
  5414.  
  5415.    Category: Misc
  5416.  
  5417.    IncludeDirectories (On/Off)   IncludeDirectories (On/Off)   IncludeDirectories (On/Off)
  5418.    Controls if ReadDirectory will read directories along with file names.
  5419.  
  5420.    See Also: ReadDirectory
  5421.  
  5422.    Category: File
  5423.  
  5424.  
  5425.  
  5426.    Computer Tyme MarxMenu Users Manual                     Page 91
  5427.    _______________________________________________________________
  5428.  
  5429.  
  5430.    InputString (String)   InputString (String)   InputString (String)
  5431.    Preloads a string for the Readln command. The next Readln will have the
  5432.    InputString on the screen for you to edit or accept. Once Readln
  5433.    executes, InputString is cleared to a blank string.
  5434.  
  5435.     Example:
  5436.       InputString = ReadEnv('USERNAME')
  5437.       YourName = Readln
  5438.  
  5439.    Category: Keyboard, String
  5440.  
  5441.    Insert (InsString,OrigString,Pos)   Insert (InsString,OrigString,Pos)   Insert (InsString,OrigString,Pos)
  5442.    Inserts a string into a string.
  5443.  
  5444.     Example:
  5445.       St = 'ABCDEF'
  5446.       Insert('123',St,3)
  5447.  
  5448.    St will become 'ABC123DEF'
  5449.  
  5450.    Category: String
  5451.  
  5452.    InsertMode (On/Off)   InsertMode (On/Off)   InsertMode (On/Off)
  5453.    Turns insert mode on and off for Readln commands.
  5454.  
  5455.    Category: Keyboard
  5456.  
  5457.    Int (Real) : Real   Int (Real) : Real   Int (Real) : Real
  5458.    Returns the integer part of a real as a real.
  5459.  
  5460.    Category: Math, Float
  5461.  
  5462.    Integer (Real) : Number   Integer (Real) : Number   Integer (Real) : Number
  5463.    Returns the integer part of a real as an integer. The fractional part is
  5464.    truncated.
  5465.  
  5466.    Category: Math, Float
  5467.  
  5468.    InverseColor (forecolor,backcolor)   InverseColor (forecolor,backcolor)   InverseColor (forecolor,backcolor)
  5469.    Sets colors for inverse bar used with UseArrows command.
  5470.  
  5471.    Category: Color
  5472.  
  5473.    Jump (menu)   Jump (menu)   Jump (menu)
  5474.    Jumps to another menu and does not return to original menu.
  5475.  
  5476.    Category: Execution
  5477.  
  5478.  
  5479.  
  5480.    Computer Tyme MarxMenu Users Manual                     Page 92
  5481.    _______________________________________________________________
  5482.  
  5483.  
  5484.    KbdReady : Boolean   KbdReady : Boolean   KbdReady : Boolean
  5485.    Returns true if Key is pressed.
  5486.  
  5487.    Category: Keyboard
  5488.  
  5489.    KeySave : String   KeySave : String   KeySave : String
  5490.    Stores your keystrokes that you pressed to get to the menu level where
  5491.    you are at. KeySave is passed to DOS using the SET KSV= command to store
  5492.    your position in the menu system. To make this work, you must execute
  5493.    SavePosition On.
  5494.  
  5495.    This variable can be set by you to force MarxMenu to return to a place
  5496.    in the menu other than where you are. This allows MarxMenu to suggest a
  5497.    next step.
  5498.  
  5499.    See Also: SavePosition
  5500.  
  5501.    Category: String, Environment, Execution
  5502.  
  5503.    KeyFromMouse : Boolean   KeyFromMouse : Boolean   KeyFromMouse : Boolean
  5504.    Normally mouse activity is translated into keystrokes. This variable is
  5505.    set to true if the keystroke came from the mouse.
  5506.  
  5507.    Category: MouseControl
  5508.  
  5509.    KillMusic   KillMusic   KillMusic
  5510.    This command stops the music and de-allocates the memory used by the
  5511.    music buffer.
  5512.  
  5513.    Category: Music
  5514.  
  5515.    LastDrive : String   LastDrive : String   LastDrive : String
  5516.    Returns the drive letter of the last local drive in the system as set by
  5517.    CONFIG.SYS. By default, this is drive letter E. On a Novell network the
  5518.    drive after LastDrive is the first network drive.
  5519.  
  5520.    Category: Novell, System
  5521.  
  5522.    LastKey : String   LastKey : String   LastKey : String
  5523.    LastKey returns the last key that was typed at the keyboard. This can be
  5524.    used after a Readln to determine if the ESC key was pressed or perhaps
  5525.    the up or down arrow keys.
  5526.  
  5527.    Sometimes after the press of an ESC key, MarxMenu wants to exit more
  5528.    levels than you want it to. This can be controlled by setting LastKey =
  5529.    ' ' to stop the abort process.
  5530.  
  5531.    See Also: Readln
  5532.  
  5533.    Category: String
  5534.  
  5535.  
  5536.  
  5537.    Computer Tyme MarxMenu Users Manual                     Page 93
  5538.    _______________________________________________________________
  5539.  
  5540.  
  5541.    Left (string,count) : String   Left (string,count) : String   Left (string,count) : String
  5542.    Returns string starting at the beginning for count characters.
  5543.  
  5544.     Example: Left('ABCDEF',3) returns 'ABC'
  5545.  
  5546.    Category: String
  5547.  
  5548.    Length (string) : Number   Length (string) : Number   Length (string) : Number
  5549.    Returns the length of the string or sets the length of a string.
  5550.  
  5551.     Example: Length('ABCD') returns 4.
  5552.  
  5553.     Example:
  5554.       var St
  5555.         St = '123456'
  5556.         Length(St) = 3
  5557.         Writeln St      ;this produces '123'
  5558.  
  5559.    If you set the length longer than the original string the string is
  5560.    padded with blanks on the end.
  5561.  
  5562.    Category: String
  5563.  
  5564.    Ln (Real) : Real   Ln (Real) : Real   Ln (Real) : Real
  5565.    Returns the Natural Logarithm of a real.
  5566.  
  5567.    Category: Math, Float
  5568.  
  5569.    Loc (Procedure or Variable)   Loc (Procedure or Variable)   Loc (Procedure or Variable)
  5570.    When used with a procedure, Loc returns the location of a procedure for
  5571.    storing in a variable. The variable is later executed using the Run
  5572.    command.
  5573.  
  5574.    When used with a variable, Loc returns the location of a variable rather
  5575.    than it's contents. Thus B = Loc A sets B to point to A.
  5576.  
  5577.     Example:
  5578.        Var A B
  5579.           B = Loc A
  5580.           B = 9
  5581.           Writeln A  ;returns 9
  5582.  
  5583.  
  5584.     Example:
  5585.        Var A
  5586.  
  5587.     TestLoc (Loc A)
  5588.     Writeln A ;returns 9
  5589.  
  5590.  
  5591.  
  5592.    Computer Tyme MarxMenu Users Manual                     Page 94
  5593.    _______________________________________________________________
  5594.  
  5595.  
  5596.     Procedure TestLoc (B)
  5597.        B = 9
  5598.     EndProc
  5599.  
  5600.    The rule is that all indirect location references are resolved in the
  5601.    process of evaluating an expression.
  5602.  
  5603.     Example:
  5604.        Var A B C D
  5605.           B = Loc A
  5606.           C = Loc B
  5607.           D = Loc C
  5608.           D = 9
  5609.           Writeln A   ; Returns 9
  5610.  
  5611.    As you would expect, qualifiers and multidimensional array addressing
  5612.    works with indirect addressing.
  5613.  
  5614.     Example:
  5615.        var A B C D E
  5616.  
  5617.        A[3] = 12
  5618.        C = 3
  5619.        B = Loc C
  5620.  
  5621.        D = Loc E
  5622.        D[7] = 8
  5623.  
  5624.        TestLoc (Loc A[B])
  5625.        Writeln A[B,9,E[7]]
  5626.  
  5627.        Procedure TestLoc (X)
  5628.           Writeln X
  5629.           X[9,D[7]] = 6
  5630.           Writeln X[9,E[7]]
  5631.        EndProc
  5632.  
  5633.    See Also: Run, Actual
  5634.  
  5635.    Category: Variable
  5636.  
  5637.    LockWord (word)   LockWord (word)   LockWord (word)
  5638.    Sets a default word for the console activated keyboard lock. When the
  5639.    screen goes blank, the user has to type the LockWord to unblank the
  5640.    screen. This is a security feature so that if a user leaves the menu
  5641.    unattended, it prevents others from tampering with the system.
  5642.  
  5643.    See Also: LogoffTime, BlankTime
  5644.  
  5645.    Category: Display
  5646.  
  5647.  
  5648.  
  5649.    Computer Tyme MarxMenu Users Manual                     Page 95
  5650.    _______________________________________________________________
  5651.  
  5652.  
  5653.    Logoff   Logoff   Logoff
  5654.    Logoff logs you off the network the same way that LogoffTime does except
  5655.    it does it immediately. See LogoffTime for details as to how.
  5656.  
  5657.    See Also: LogoffTime
  5658.  
  5659.    Category: Execution
  5660.  
  5661.    LogoffTime : Number   LogoffTime : Number   LogoffTime : Number
  5662.    MarxMenu supports automatic logoff after a number of minutes of
  5663.    inactivity set by LogoffTime. This only has effect while you are in the
  5664.    menu and not while an application is running. It is set as follows:
  5665.  
  5666.     LogoffTime = 5 ;sets time to 5 minutes
  5667.  
  5668.    Setting LogoffTime to 0 disbles this feature.
  5669.  
  5670.    On a Novell network the current drive is changed to the first network
  5671.    drive letter. Any map roots on this drive are removed. Then it changes
  5672.    to the \LOGIN directory. Typically the current directory will be set to
  5673.    F:\LOGIN.
  5674.  
  5675.    MarxMenu will first look for a batch file in the \LOGIN directory called
  5676.    OFF.BAT. If it doesn't find it, MarxMenu will look for OFF.BAT on the
  5677.    PATH. If this isn't found, MarxMenu will look for LOGOFF.EXE. If this
  5678.    isn't found, then MarxMenu will look for LOGOUT.COM.
  5679.  
  5680.    LOGOFF.EXE and LOGOUT.COM are executed by stuffing the keyboard buffer.
  5681.  
  5682.    The best way to use this feature is to create an OFF.BAT file in your
  5683.    \LOGIN directory or on the PATH.
  5684.  
  5685.    Logging off is a tricky process and requires that everything is done
  5686.    right in order for it to work. If strange things happen use ECHO ON and
  5687.    PAUSE in you batch files in order to watch what is happening.
  5688.  
  5689.    See Also: LockWord, Logoff
  5690.  
  5691.    Category: Execution
  5692.  
  5693.  
  5694.  
  5695.    Computer Tyme MarxMenu Users Manual                     Page 96
  5696.    _______________________________________________________________
  5697.  
  5698.  
  5699.    Loop   Loop   Loop
  5700.    MarxMenu has a looping structure that lets you execute a piece of code a
  5701.    specific number of times. It is used as follows:
  5702.  
  5703.     Example:
  5704.       Loop 8
  5705.          Writeln 'Pass Number ' LoopIndex
  5706.       EndLoop
  5707.  
  5708.    You start with LOOP (Number) which specifies the number of times to
  5709.    execute the code between LOOP and ENDLOOP. There are 2 variables
  5710.    available here for loop control. LoopIndex starts at 1 and is
  5711.    incremented at each EndLoop. When LoopIndex becomes greater than
  5712.    LoopLimit, the loop exits. LoopIndex and LoopLimit refer to the
  5713.    innermost loop.
  5714.  
  5715.    As loops are nested LoopIndexes and LoopLimits are kept in two arrays;
  5716.    LoopIndexStack and LoopLimitStack. There is also a variable called
  5717.    LoopLevel which points to the current loop parameters.
  5718.  
  5719.     Thus:
  5720.       LoopIndex is the same as LoopIndexStack[LoopLevel]
  5721.       LoopLimit is the same as LoopLimitStack[LoopLevel]
  5722.  
  5723.    You may therefore access outer loop parameters through the loop stacks.
  5724.    For instance LoopIndexStack[LoopLevel - 1] would refer to the second
  5725.    innermost loop index. LoopIndexStack[1] refers to the outermost loop.
  5726.  
  5727.    The loop variables can be read and written to so you can adjust the
  5728.    looping parameters while inside the loop. You can even adjust the
  5729.    parameters of outer loops.
  5730.  
  5731.    You can also pass an array to a loop instead of a number. If an array is
  5732.    passed MarxMenu will loop for the number of elements in that array.
  5733.  
  5734.     Example:
  5735.        Var X
  5736.        ReadTextFile('MARXREAD.ME',X)
  5737.        OpenPrinter
  5738.          ;Loop X is the same as Loop NumberOfElements X
  5739.        Loop X
  5740.           PrintLn X[LoopIndex]
  5741.        EndLoop
  5742.        ClosePrinter
  5743.  
  5744.    See Also: EndLoop, LoopIndex, LoopLimit, LoopLevel
  5745.  
  5746.    Category: Conditional
  5747.  
  5748.  
  5749.  
  5750.    Computer Tyme MarxMenu Users Manual                     Page 97
  5751.    _______________________________________________________________
  5752.  
  5753.  
  5754.    LoopIndex : Number   LoopIndex : Number   LoopIndex : Number
  5755.    Returns the index of the loop you are in.
  5756.  
  5757.    See Also: Loop, EndLoop, LoopLimit, LoopLevel
  5758.  
  5759.    Category: Conditional
  5760.  
  5761.    LoopLevel : Number   LoopLevel : Number   LoopLevel : Number
  5762.    Returns the number of nested loops currently running. This includes all
  5763.    nested loops not just the current procedure.
  5764.  
  5765.    See Also: Loop, EndLoop, LoopLimit, LoopIndex
  5766.  
  5767.    Category: Conditional
  5768.  
  5769.    LoopLimit : Number   LoopLimit : Number   LoopLimit : Number
  5770.    Returns the upper limit of the loop you are in.
  5771.  
  5772.    See Also: Loop, EndLoop, LoopIndex, LoopLevel
  5773.  
  5774.    Category: Conditional
  5775.  
  5776.    MachineName : String   MachineName : String   MachineName : String
  5777.    This reads or sets the MachineName for NetBios networks.
  5778.  
  5779.     Example:
  5780.        MachineName = IBM   ;sets the MachineName
  5781.        Writeln MachineName ;displays the MachineName
  5782.  
  5783.    Category: Novell
  5784.  
  5785.    MarxVersion : String   MarxVersion : String   MarxVersion : String
  5786.    Returns the version number of the MarxMenu you are running.
  5787.  
  5788.    Category: String
  5789.  
  5790.    MasterEnvironment   MasterEnvironment   MasterEnvironment
  5791.    MasterEnvironment selects the Master Environment for use with
  5792.    environment access commands.
  5793.  
  5794.    See Also: ReadEnv SetEnv ReadEnvironment ShellEnvironment
  5795.    See Also: CurrentEnvironment ParentEnvironment
  5796.  
  5797.    Category: Environment
  5798.  
  5799.    Max (Num,Num) : Num   Max (Num,Num) : Num   Max (Num,Num) : Num
  5800.    Returns the largest of two numbers or strings.
  5801.  
  5802.    Category: Math, String, Float
  5803.  
  5804.  
  5805.  
  5806.    Computer Tyme MarxMenu Users Manual                     Page 98
  5807.    _______________________________________________________________
  5808.  
  5809.  
  5810.    Mem (seg,ofs) : Number   Mem (seg,ofs) : Number   Mem (seg,ofs) : Number
  5811.    Returns the byte at memory location seg:ofs or lets you write to the
  5812.    byte at seg:ofs.
  5813.  
  5814.     Example:
  5815.       X = Mem(40,5)  ;reads memory into X
  5816.       Mem(40,5) = X  ;writes X into memory
  5817.  
  5818.    Category: Memory
  5819.  
  5820.    MemL (seg,ofs) : Number   MemL (seg,ofs) : Number   MemL (seg,ofs) : Number
  5821.    Returns the long integer at memory location seg:ofs or lets you write to
  5822.    the byte at seg:ofs.
  5823.  
  5824.     Example:
  5825.       X = MemL(40,5)  ;reads memory into X
  5826.       MemL(40,5) = X  ;writes X into memory
  5827.  
  5828.    Category: Memory
  5829.  
  5830.    MemSize : Number   MemSize : Number   MemSize : Number
  5831.    Returns total memory size in K. (640 = 640k)
  5832.  
  5833.    Category: Memory
  5834.  
  5835.    MemW (seg,ofs) : Number   MemW (seg,ofs) : Number   MemW (seg,ofs) : Number
  5836.    Returns the word at memory location seg:ofs or lets you write to the
  5837.    byte at seg:ofs.
  5838.  
  5839.     Example:
  5840.       X = MemW(40,5)  ;reads memory into X
  5841.       MemW(40,5) = X  ;writes X into memory
  5842.  
  5843.    Category: Memory
  5844.  
  5845.    MenuKeyBuffer   MenuKeyBuffer   MenuKeyBuffer
  5846.    This is an internal MarxMenu variable. It is where the environment
  5847.    variable KSV= is read. Characters in this string variable are treated as
  5848.    if someone had typed them from the keyboard.
  5849.  
  5850.    This variable can be set to blank in order to override the effects of
  5851.    SET KSV= or can be set to a different value in order to automatically
  5852.    make selections as if they were typed in.
  5853.  
  5854.    See Also: SavePosition, KeySave
  5855.  
  5856.    Category: Keyboard
  5857.  
  5858.  
  5859.  
  5860.    Computer Tyme MarxMenu Users Manual                     Page 99
  5861.    _______________________________________________________________
  5862.  
  5863.  
  5864.    Mid (string,pos,count) : String   Mid (string,pos,count) : String   Mid (string,pos,count) : String
  5865.    Returns a string starting at pos for count.
  5866.  
  5867.     Example:
  5868.        Mid('ABCDEFG',2,3) returns 'CDE'
  5869.  
  5870.    Category: String
  5871.  
  5872.    Min (Num,Num) : Num   Min (Num,Num) : Num   Min (Num,Num) : Num
  5873.    Returns the smallest of two numbers or strings.
  5874.  
  5875.    Category: Math, String, Float
  5876.  
  5877.    MinorDosVersion : Number   MinorDosVersion : Number   MinorDosVersion : Number
  5878.    Returns the minor DOS version number.
  5879.  
  5880.    See Also: DosVersion, DosVersionString
  5881.  
  5882.    Category: System
  5883.  
  5884.    Minute : Number   Minute : Number   Minute : Number
  5885.    Returns the current minute.
  5886.  
  5887.    Category: Time
  5888.  
  5889.    MinuteOf (Date) : Number   MinuteOf (Date) : Number   MinuteOf (Date) : Number
  5890.    Returns the minute of a date. If Date is passed as a string it is
  5891.    converted automatically.
  5892.  
  5893.    See Also: TimeOf, BadDate
  5894.  
  5895.    Category: Time
  5896.  
  5897.    MkDir (String)   MkDir (String)   MkDir (String)
  5898.    Makes a new directory. The FileResult variable returns the dos result
  5899.    error code. A zero in FileResult indicates success.
  5900.  
  5901.     Example:
  5902.        MkDir 'C:\MARX'
  5903.  
  5904.    See Also: ChDir, RmDir
  5905.  
  5906.    Category: File
  5907.  
  5908.    Mod : Operator   Mod : Operator   Mod : Operator
  5909.    Returns the remainder of the division of two numbers.
  5910.  
  5911.    Category: Math
  5912.  
  5913.  
  5914.  
  5915.    Computer Tyme MarxMenu Users Manual                     Page 100
  5916.    _______________________________________________________________
  5917.  
  5918.  
  5919.    ModifyPath   ModifyPath   ModifyPath
  5920.    The MarxMenu directory should be in the search path. This is because if
  5921.    you change directories, MarxMenu may not be able to find the menu files.
  5922.    MarxMenu will now test the PATH= environment variable before it writes
  5923.    the batch file to execute a program. If the MarxMenu path is not
  5924.    included, MarxMenu will add the path to the Master Environment if it
  5925.    can.
  5926.  
  5927.    If for some reason you don't want to allow MarxMenu to modify the master
  5928.    environment, use the command:
  5929.  
  5930.     ModifyPath Off
  5931.  
  5932.    Category: Environment
  5933.  
  5934.    Month : Number   Month : Number   Month : Number
  5935.    Returns current month.
  5936.  
  5937.    Category: Time
  5938.  
  5939.    MonthOf (Date) : Number   MonthOf (Date) : Number   MonthOf (Date) : Number
  5940.    Returns the month of a date. If Date is passed as a string it is
  5941.    converted automatically.
  5942.  
  5943.    See Also: TimeOf, BadDate
  5944.  
  5945.    Category: Time
  5946.  
  5947.    Mouse   Mouse   Mouse
  5948.    MarxMenu normally uses the mouse if present. If you don't want to use
  5949.    the mouse you can use the command:
  5950.  
  5951.     Mouse Off
  5952.  
  5953.    To turn the mouse back on type:
  5954.  
  5955.     Mouse On
  5956.  
  5957.    The mouse is actually switched on and off at the point when MarxMenu
  5958.    waits at the keyboard for a keypress.
  5959.  
  5960.    Mouse Sensitivity can be set for individual workstations on a network by
  5961.    setting environment variables MouseX and MouseY as follows:
  5962.  
  5963.     Set MouseX=15
  5964.     Set MouseY=25
  5965.  
  5966.    See Also: MouseHorizontal, MouseVertical
  5967.  
  5968.    Category: MouseControl
  5969.  
  5970.  
  5971.  
  5972.    Computer Tyme MarxMenu Users Manual                     Page 101
  5973.    _______________________________________________________________
  5974.  
  5975.  
  5976.    MouseHorizontal (Number)   MouseHorizontal (Number)   MouseHorizontal (Number)
  5977.    Controls the horizontal sensitivity of the mouse. The larger the number,
  5978.    the less sensitive the mouse. Default is 25.
  5979.  
  5980.    See Also: MouseVertical, Mouse
  5981.  
  5982.    Category: MouseControl
  5983.  
  5984.    MouseVertical (Number)   MouseVertical (Number)   MouseVertical (Number)
  5985.    Controls the vertical sensitivity of the mouse. The larger the number,
  5986.    the less sensitive the mouse. Default is 15.
  5987.  
  5988.    See Also: MouseHorizontal, Mouse
  5989.  
  5990.    Category: MouseControl
  5991.  
  5992.    MoveWindow (Horizontal,Vertical)   MoveWindow (Horizontal,Vertical)   MoveWindow (Horizontal,Vertical)
  5993.    Moves top window. If (Horizontal) is negative motion is left. If
  5994.    <Vertical> is negative, motion is up.
  5995.  
  5996.     Example:
  5997.       MoveWindow -3 4 ;moves window 3 spaces left and 4 down
  5998.  
  5999.    Category: Display
  6000.  
  6001.    MxCmd : String   MxCmd : String   MxCmd : String
  6002.    This is an internal string variable that is written to the environment
  6003.    variable MXCMD. This variable can be written to control what MarxMenu
  6004.    will write to the Shell Environment. If this variable is written to, it
  6005.    overrides anything that MarxMenu automatically writes.
  6006.  
  6007.     Example:
  6008.       OnKey 'A'
  6009.         |MxCmd = 'SHUTDOWN.BAT'
  6010.         |ExitMenu
  6011.  
  6012.    Category: Environment, String, Execution
  6013.  
  6014.    NamePart (String) : String   NamePart (String) : String   NamePart (String) : String
  6015.    Returns the name part of a file name.
  6016.  
  6017.     Example:
  6018.       NamePart ('C:\MARX\MARXMENU.EXE') ;returns MARXMENU
  6019.  
  6020.    See Also: Extension, PathPart, FilePart
  6021.  
  6022.    Category: String
  6023.  
  6024.  
  6025.  
  6026.    Computer Tyme MarxMenu Users Manual                     Page 102
  6027.    _______________________________________________________________
  6028.  
  6029.  
  6030.    NetworkVersion : Boolean   NetworkVersion : Boolean   NetworkVersion : Boolean
  6031.    Returns true if you are running the network version of MarxMenu.
  6032.  
  6033.    Category: Misc
  6034.  
  6035.    NextWord (String) : String   NextWord (String) : String   NextWord (String) : String
  6036.    This command returns the next logical word of a string variable and
  6037.    removes the string from the original string.
  6038.  
  6039.     Example:
  6040.       StringA = 'one two three'
  6041.       StringB = NextWord(StringA)
  6042.  
  6043.       StringB contains 'one'
  6044.       StringA contains 'two three'
  6045.  
  6046.    Category: String
  6047.  
  6048.    NoBoxBorder   NoBoxBorder   NoBoxBorder
  6049.    Use this command if you don't want a border around the menus.
  6050.  
  6051.    See Also: SingleLineBox, DoubleLineBox, BlockBox, CustomBox
  6052.  
  6053.    Category: Display
  6054.  
  6055.    NoExit   NoExit   NoExit
  6056.    Prevents ESC key from allowing you to exit menu. To exit, you must
  6057.    execute the ExitMenu command. This could be password protected.
  6058.  
  6059.    See Also: ExitMenu
  6060.  
  6061.    Category: Execution
  6062.  
  6063.    Not : Operator   Not : Operator   Not : Operator
  6064.    Returns logical Not if operators are boolean; or bitwise Not if
  6065.    operators are numeric.
  6066.  
  6067.    Category: Math, Boolean
  6068.  
  6069.    NotesLeft : Num   NotesLeft : Num   NotesLeft : Num
  6070.    NotesLeft returns the number of notes left in the music buffer to play.
  6071.    The music buffer is self adjusting and can store days worth of music.
  6072.  
  6073.    Category: Music
  6074.  
  6075.    NotesPlayed : Num   NotesPlayed : Num   NotesPlayed : Num
  6076.    Returns the number of notes played. If NotesLeft ever reaches 0,
  6077.    NotesPlayed also is set to 0.
  6078.  
  6079.    Category: Music
  6080.  
  6081.  
  6082.  
  6083.    Computer Tyme MarxMenu Users Manual                     Page 103
  6084.    _______________________________________________________________
  6085.  
  6086.  
  6087.    NovAccountExpDate (UserName) : Date   NovAccountExpDate (UserName) : Date   NovAccountExpDate (UserName) : Date
  6088.    Returns the Novell account expiration date. You must be logged in to be
  6089.    able to read this.
  6090.  
  6091.     Example:
  6092.        DaysToExpire = NovAccountExpDate(UserName) - Today / SecondsInDay
  6093.  
  6094.    Category: Novell, Time
  6095.  
  6096.    NovAddUserToGroup (User,Group)   NovAddUserToGroup (User,Group)   NovAddUserToGroup (User,Group)
  6097.    Adds a user to a group and updates GROUPS_I'M_IN, GROUP_MEMBERS, and
  6098.    SECURITY_EQUALS properties.
  6099.  
  6100.    See Also: NovRemoveUserFromGroup
  6101.  
  6102.    Category: Novell
  6103.  
  6104.    NovAttach (Server)   NovAttach (Server)   NovAttach (Server)
  6105.    NovAttach is used to create a software link between you and a server,
  6106.    usually a second server. It must be followed by a NovLogin command to
  6107.    log you into the server if you want to do anything useful there.
  6108.  
  6109.    See Also: NovDetach
  6110.  
  6111.    Category: Novell
  6112.  
  6113.    NovAttahedServers (Array)   NovAttahedServers (Array)   NovAttahedServers (Array)
  6114.    Returns a list of servers you are already attached to.
  6115.  
  6116.    See Also: NovServers
  6117.  
  6118.    Category: Novell, Array
  6119.  
  6120.    NovBroadcastMode (Mode)   NovBroadcastMode (Mode)   NovBroadcastMode (Mode)
  6121.    This reads or sets the message broadcast mode.
  6122.  
  6123.     Example:
  6124.        Writeln NovBroadcastMode
  6125.        BroadcastMode = 3
  6126.  
  6127.     Modes:
  6128.        0 - All Messages, same as running CastOn
  6129.        1 - Server messages only, same as running CastOff
  6130.        2 - Same as 0 but user has to poll server for messages
  6131.        3 - Same as 1 but user has to poll server for messages
  6132.  
  6133.    See Also: NovSendMessage, NovGetMessage
  6134.  
  6135.    Category: Novell
  6136.  
  6137.  
  6138.  
  6139.    Computer Tyme MarxMenu Users Manual                     Page 104
  6140.    _______________________________________________________________
  6141.  
  6142.  
  6143.    NovChangePassword (OldPassword,NewPassword)   NovChangePassword (OldPassword,NewPassword)   NovChangePassword (OldPassword,NewPassword)
  6144.    Changes the novell users password from OldPassword to NewPassword.
  6145.  
  6146.    Category: Novell
  6147.  
  6148.    NovCleanVolumeName (String) : String   NovCleanVolumeName (String) : String   NovCleanVolumeName (String) : String
  6149.    Returns a string containing the server and volume name of a file name or
  6150.    directory.
  6151.  
  6152.     Example:
  6153.       Writeln NovCleanVolumeName('G:')   ;Returns 'MARX/SYS:LOGIN'
  6154.  
  6155.    See Also: CleanFileName
  6156.  
  6157.    Category: Novell
  6158.  
  6159.    NovCloseSemaphore (Name)   NovCloseSemaphore (Name)   NovCloseSemaphore (Name)
  6160.    This closes semaphore Name. If there are no other users using this
  6161.    semaphore, it is deleted.
  6162.  
  6163.    Category: Novell
  6164.  
  6165.    NovConnection : Number   NovConnection : Number   NovConnection : Number
  6166.    This returns the logical connection number to the network. A zero
  6167.    indicates that you are not connected.
  6168.  
  6169.    Category: Novell
  6170.  
  6171.    NovConnectionsInUse : Number   NovConnectionsInUse : Number   NovConnectionsInUse : Number
  6172.    Returns the number of connections in use.
  6173.  
  6174.    Category: Novell
  6175.  
  6176.    NovConsoleOperator : Boolean   NovConsoleOperator : Boolean   NovConsoleOperator : Boolean
  6177.    This returns true if the user has Console Operator priviledges. This can
  6178.    come in handy when you are trying to determine who gets access to the
  6179.    command line.
  6180.  
  6181.    Category: Novell
  6182.  
  6183.    NovDefaultServer : String   NovDefaultServer : String   NovDefaultServer : String
  6184.    Returns the name of the default file server.
  6185.  
  6186.    Category: Novell
  6187.  
  6188.    NovDeleteObject (Object,Type)   NovDeleteObject (Object,Type)   NovDeleteObject (Object,Type)
  6189.    Deletes an object from the bindary.
  6190.  
  6191.    Category: Novell
  6192.  
  6193.  
  6194.  
  6195.    Computer Tyme MarxMenu Users Manual                     Page 105
  6196.    _______________________________________________________________
  6197.  
  6198.  
  6199.    NovDetach (Server)   NovDetach (Server)   NovDetach (Server)
  6200.    This is used to drop the connection to a server. It also logs you off.
  6201.  
  6202.    See Also: NovAttach
  6203.  
  6204.    Category: Novell
  6205.  
  6206.    NovFullName (User)   NovFullName (User)   NovFullName (User)
  6207.    Returns the Full Name of the user as set by syscon. If NovFullName is
  6208.    used without a parameter then MyLoginName is assumed.
  6209.  
  6210.    See Also: NovLoginName
  6211.  
  6212.    Category: Novell
  6213.  
  6214.    NovGetMessage : String   NovGetMessage : String   NovGetMessage : String
  6215.    When in broadcast mode 2 or 3 this polls the server for stored messages
  6216.    and returns them if found.
  6217.  
  6218.    See Also: NovSendMessage, NovBroadcastMode
  6219.  
  6220.    Category: Novell
  6221.  
  6222.    NovGraceLoginReset (User) : Num   NovGraceLoginReset (User) : Num   NovGraceLoginReset (User) : Num
  6223.  
  6224.    Returns the number of grace logins that Novell resets when the user
  6225.    changes his password.
  6226.  
  6227.     Example:
  6228.        Writeln NovGraceLoginReset (NovMyLoginName)
  6229.  
  6230.    If the User parameter is not included, MarxMenu will assume the current
  6231.    user.
  6232.  
  6233.    See Also: NovGraceLogins
  6234.  
  6235.    Category: Novell
  6236.  
  6237.    NovGraceLogins (User) : Num   NovGraceLogins (User) : Num   NovGraceLogins (User) : Num
  6238.    Returns the number of grace logins the user has left.
  6239.  
  6240.     Example:
  6241.        Writeln 'You have ' NovGraceLogins (NovMyLoginName) ' left!'
  6242.  
  6243.    If the User parameter is not included, MarxMenu will assume the current
  6244.    user.
  6245.  
  6246.    See Also: NovPasswordExpDate NovGraceLoginReset
  6247.  
  6248.    Category: Novell
  6249.  
  6250.  
  6251.  
  6252.    Computer Tyme MarxMenu Users Manual                     Page 106
  6253.    _______________________________________________________________
  6254.  
  6255.  
  6256.    NovGroupsMembers (Group,Array)   NovGroupsMembers (Group,Array)   NovGroupsMembers (Group,Array)
  6257.    This reads all the members of Group and puts them into an array.
  6258.  
  6259.    Category: Novell, Array
  6260.  
  6261.    NovGroups (Array)   NovGroups (Array)   NovGroups (Array)
  6262.    Fills array with list of all groups.
  6263.  
  6264.    See Also: NovUsersLoggedIn, NovUsers, NovPrintQueues, NovServers
  6265.  
  6266.    Category: Novell
  6267.  
  6268.    NovInGroup (Group) : Boolean   NovInGroup (Group) : Boolean   NovInGroup (Group) : Boolean
  6269.    Returns true if you are in the group.
  6270.  
  6271.     Example:
  6272.       If NovInGroup ('PAYROLL') then Writeln 'Accounting'
  6273.  
  6274.    Category: Novell
  6275.  
  6276.    NovLastLoginDate (User) : Date   NovLastLoginDate (User) : Date   NovLastLoginDate (User) : Date
  6277.    Returns the date the user last logged in.
  6278.  
  6279.     Example:
  6280.        DaysSinceLogin = NovLastLoginDate(UserName) - Today / SecondsInDay
  6281.  
  6282.    If the User parameter is not included, MarxMenu will assume the current
  6283.    user.
  6284.  
  6285.    Category: Novell, Time
  6286.  
  6287.    NovLogin (Name,Password)   NovLogin (Name,Password)   NovLogin (Name,Password)
  6288.    This logs you into a file server. It is different than the Novell's
  6289.    login program in that it doesn't execute any login scripts. It merely
  6290.    gets you in. You can include the preferred server with the name.
  6291.  
  6292.     Example:
  6293.        NovLogin ('MARC','PASSWORD')
  6294.        NovLogin ('TYME/MARC','PASSWORD')
  6295.  
  6296.    NovLogin will automatically attach to the file server for you and
  6297.    preserve all default and preferred server settings.
  6298.  
  6299.    The variable NovResult is set to 0 or 223 if successful. The 223 result
  6300.    indicated a grace login.
  6301.  
  6302.    Note: If you are using Netware 3.0 or 3.1 you will have to go to the
  6303.    server console and type:
  6304.  
  6305.     SET ALLOW UNENCRYPTED PASSWORDS = ON
  6306.  
  6307.  
  6308.  
  6309.    Computer Tyme MarxMenu Users Manual                     Page 107
  6310.    _______________________________________________________________
  6311.  
  6312.  
  6313.    See Also: NovDetach
  6314.  
  6315.    Category: Novell
  6316.  
  6317.    NovLoginName (Connection) : String   NovLoginName (Connection) : String   NovLoginName (Connection) : String
  6318.    This returns the login name of the user at any specified connection.
  6319.    This can also be used to see who else is on the network.
  6320.  
  6321.    See Also: NovFullName
  6322.  
  6323.    Category: Novell
  6324.  
  6325.    NovLogout   NovLogout   NovLogout
  6326.    This logs you off the server. Warning! Make sure that you are running
  6327.    MarxMenu from a local drive and not the server you are logging out of.
  6328.    MarxMenu needs access to overlays within MARXMENU.EXE and a Logout can
  6329.    cut off access. This command automatically runs FixPath.
  6330.  
  6331.    See Also: FixPath, Logoff, LogoffTime
  6332.  
  6333.    Category: Novell
  6334.  
  6335.    NovMapDrive (Drive,Directory)   NovMapDrive (Drive,Directory)   NovMapDrive (Drive,Directory)
  6336.    This will map a drive letter to a directory like the Novell MAP
  6337.    command does. You may specify volume names and server names.
  6338.  
  6339.     Example:
  6340.       NovMapDrive ('J','TYME2/SYS:PUBLIC\DOS')
  6341.  
  6342.    Mapping a drive to a nul string ('') deletes the drive map.
  6343.  
  6344.    See Also: NovMapRoot
  6345.  
  6346.    Category: Novell
  6347.  
  6348.    NovMapRoot (Drive,Path)   NovMapRoot (Drive,Path)   NovMapRoot (Drive,Path)
  6349.    NovMapRoot works like Novell's MAP ROOT command. It allows you to map a
  6350.    drive letter to a subdirectory and make it look like the root directory
  6351.    of that drive. You may specify volume names and server names.
  6352.  
  6353.     Example:
  6354.        NovMapRoot('P','TYME/SYS:PUBLIC')
  6355.        ; P:\ is the same as the TYME/SYS:PUBLIC directory
  6356.  
  6357.    See Also: NovMapDrive
  6358.  
  6359.    Category: Novell
  6360.  
  6361.  
  6362.  
  6363.    Computer Tyme MarxMenu Users Manual                     Page 108
  6364.    _______________________________________________________________
  6365.  
  6366.  
  6367.    NovMaxConnections : Number   NovMaxConnections : Number   NovMaxConnections : Number
  6368.    Returns the maximum number of connections that your netware will allow.
  6369.  
  6370.    Category: Novell
  6371.  
  6372.    NovMinPasswordLength (User) : Num   NovMinPasswordLength (User) : Num   NovMinPasswordLength (User) : Num
  6373.    Returns the minimum length of the password that Novell will accept for a
  6374.    new password.
  6375.  
  6376.     Example:
  6377.        Writeln NovGraceLoginReset (NovMyLoginName)
  6378.  
  6379.    If the User parameter is not included, MarxMenu will assume the current
  6380.    user.
  6381.  
  6382.    Category: Novell
  6383.  
  6384.    NovMyLoginName : String   NovMyLoginName : String   NovMyLoginName : String
  6385.    This returns the login name of the user.
  6386.  
  6387.    Category: Novell
  6388.  
  6389.    NovMyPassword (Password) : Boolean   NovMyPassword (Password) : Boolean   NovMyPassword (Password) : Boolean
  6390.    Novell won't let you read the password, but it will let you guess and
  6391.    tell you if you're right. This routine returns true if the password
  6392.    passed is the correct password.
  6393.  
  6394.    Category: Novell
  6395.  
  6396.    NovObjectID (User) : String   NovObjectID (User) : String   NovObjectID (User) : String
  6397.    NovObjectID returns the users novell object identification code. This is
  6398.    the same as the name of the users mail directory.
  6399.  
  6400.    Category: Novell
  6401.  
  6402.  
  6403.  
  6404.    Computer Tyme MarxMenu Users Manual                     Page 109
  6405.    _______________________________________________________________
  6406.  
  6407.  
  6408.    NovObjects (2D Array)   NovObjects (2D Array)   NovObjects (2D Array)
  6409.    NovObjects reads all objects from the bindary returning a 2 dimensional
  6410.    array containing all object names and object types.
  6411.  
  6412.     Example:
  6413.       NovObjects (X)
  6414.       Loop X
  6415.          Writeln X[LoopIndex,1] ' ' X[LoopIndex,2]
  6416.       EndLoop
  6417.  
  6418.     Common Object Types:
  6419.       1 - User
  6420.       2 - Group
  6421.       3 - Print Queue
  6422.       4 - File Server
  6423.       5 - Job Server
  6424.       6 - Gateway
  6425.       7 - Print Server
  6426.  
  6427.    See Also: NovScanProperties, NovPropertyValues
  6428.  
  6429.    Category: Novell, Array
  6430.  
  6431.    NovOpenSemaphore (Name,Value)   NovOpenSemaphore (Name,Value)   NovOpenSemaphore (Name,Value)
  6432.    This opens semaphore Name and assigns it an initial value. If the
  6433.    semaphore already exists, it does nothing.
  6434.  
  6435.    Category: Novell
  6436.  
  6437.    NovPasswordExpDate (UserName) : Date   NovPasswordExpDate (UserName) : Date   NovPasswordExpDate (UserName) : Date
  6438.    Returns the Novell password expiration date. You must be logged in to be
  6439.    able to read this.
  6440.  
  6441.     Example:
  6442.        DaysToExpire = NovPasswordExpDate(UserName) - Today / SecondsInDay
  6443.  
  6444.    See Also: NovGraceLogins
  6445.  
  6446.    Category: Novell, Time
  6447.  
  6448.    NovPreferredServer : String   NovPreferredServer : String   NovPreferredServer : String
  6449.    Returns the name of the preferred file server. This is set with the
  6450.    NovSetPreferredServer command.
  6451.  
  6452.    Category: Novell
  6453.  
  6454.  
  6455.  
  6456.    Computer Tyme MarxMenu Users Manual                     Page 110
  6457.    _______________________________________________________________
  6458.  
  6459.  
  6460.    NovPrimaryServer : String   NovPrimaryServer : String   NovPrimaryServer : String
  6461.    Returns the name of the primary file server. This is the one you first
  6462.    logged into.
  6463.  
  6464.    Category: Novell
  6465.  
  6466.    NovPrintQueues (Array)   NovPrintQueues (Array)   NovPrintQueues (Array)
  6467.    Fills array with list of all print Queues.
  6468.  
  6469.    See Also: NovUsersLoggedIn, NovUsers, NovGroups, NovServers
  6470.  
  6471.    Category: Novell, Array, Printer
  6472.  
  6473.    NovPropertyValues (Array, Object, Property, Type)   NovPropertyValues (Array, Object, Property, Type)   NovPropertyValues (Array, Object, Property, Type)
  6474.    Reads property values of object into and array. Note: Some property
  6475.    values are not text.
  6476.  
  6477.     Example:       ;shows contents of bindary
  6478.       StandardIO
  6479.  
  6480.       Var Objects, Obj, Prop, Ty, Values
  6481.  
  6482.       Qualifier ObjName ObjType
  6483.  
  6484.       NovObjects (Objects)
  6485.  
  6486.       Loop Objects
  6487.          Obj = Objects[LoopIndex].ObjName
  6488.          Ty = Objects[LoopIndex].ObjType
  6489.          Writeln Obj ' --------- ' Ty
  6490.          NovScanProperties (Prop,Obj,Ty)
  6491.          Loop Prop
  6492.             Writeln '   ' Prop[LoopIndex]
  6493.             NovPropertyValues(Values,Obj,Prop[LoopIndex],Ty)
  6494.             Loop Values
  6495.                Writeln '      ' Values[LoopIndex]
  6496.             EndLoop
  6497.          EndLoop
  6498.       EndLoop
  6499.  
  6500.    See Also: NovObjects, NovScanProperties
  6501.  
  6502.    Category: Novell, Array
  6503.  
  6504.    NovReadGroups (Name,Array)   NovReadGroups (Name,Array)   NovReadGroups (Name,Array)
  6505.    This reads all the groups that Name belongs to and puts them into an
  6506.    array.
  6507.  
  6508.    Category: Novell, Array
  6509.  
  6510.  
  6511.  
  6512.    Computer Tyme MarxMenu Users Manual                     Page 111
  6513.    _______________________________________________________________
  6514.  
  6515.  
  6516.    NovReadSecurityEquals (Name,Array)   NovReadSecurityEquals (Name,Array)   NovReadSecurityEquals (Name,Array)
  6517.    This reads all the security equivalences that Name belongs to and puts
  6518.    them into an array. (This includes groups).
  6519.  
  6520.    Category: Novell, Array
  6521.  
  6522.    NovRemoveUserFromGroup (User,Group)   NovRemoveUserFromGroup (User,Group)   NovRemoveUserFromGroup (User,Group)
  6523.    Removes a user to a group and updates GROUPS_I'M_IN, GROUP_MEMBERS, and
  6524.    SECURITY_EQUALS properties.
  6525.  
  6526.    See Also: NovAddUserToGroup
  6527.  
  6528.    Category: Novell
  6529.  
  6530.    NovResult : Number   NovResult : Number   NovResult : Number
  6531.    NovResult is a variable like FileResult that returns the success status
  6532.    of the previous Novell system call. A zero generally indicates success.
  6533.  
  6534.    Category: Novell
  6535.  
  6536.    NovScanProperties (Array, Object, ObjectType)   NovScanProperties (Array, Object, ObjectType)   NovScanProperties (Array, Object, ObjectType)
  6537.    NovScanProperties reads the properties (not the values) into an array.
  6538.    You also have to pass the object type.
  6539.  
  6540.     Novell Object Types:
  6541.       1 - User
  6542.       2 - Group
  6543.       3 - Print Queue
  6544.       4 - File Server
  6545.       5 - Job Server
  6546.       6 - Gateway
  6547.       7 - Print Server
  6548.  
  6549.     Example:
  6550.       var Properties
  6551.       NovScanProperties (Properties,NovMyLoginName,1)
  6552.  
  6553.       Loop NumberOfElements(Properties)
  6554.          Writeln(Properties[LoopIndex])
  6555.       EndLoop
  6556.  
  6557.    See Also: NovObjects, NovPropertyValues
  6558.  
  6559.    Category: Novell, Array
  6560.  
  6561.  
  6562.  
  6563.    Computer Tyme MarxMenu Users Manual                     Page 112
  6564.    _______________________________________________________________
  6565.  
  6566.  
  6567.    NovSecurityEquals (Security) : Boolean   NovSecurityEquals (Security) : Boolean   NovSecurityEquals (Security) : Boolean
  6568.  
  6569.    Returns True if user has the security equivalent of Security.
  6570.  
  6571.     Example:
  6572.        if NovSecurityEquals ('SUPERVISOR')
  6573.           Execute ('SYSCON'
  6574.        endif
  6575.  
  6576.    Category: Novell
  6577.  
  6578.    NovServerTime : Time   NovServerTime : Time   NovServerTime : Time
  6579.    NovServerTime can read or set the date and time of a Novell file server.
  6580.  
  6581.     To read the server time:
  6582.        X = ServerTime
  6583.  
  6584.     To set the server time:
  6585.        ServerTime = X
  6586.  
  6587.    Category: Novell, Time
  6588.  
  6589.    NovSemaphoreTimeOut   NovSemaphoreTimeOut   NovSemaphoreTimeOut
  6590.    This variable controls the amount of time (in 1/18 seconds) that
  6591.    MarxMenu will wait for the value of a semaphore to become not negative.
  6592.    The initial value is 50.
  6593.  
  6594.    Category: Novell
  6595.  
  6596.    NovSemaphoreUsers (Name) : Number   NovSemaphoreUsers (Name) : Number   NovSemaphoreUsers (Name) : Number
  6597.    This returns the number of users that have the semaphore open.
  6598.  
  6599.    Category: Novell
  6600.  
  6601.    NovSemaphoreValue (Name) : Number   NovSemaphoreValue (Name) : Number   NovSemaphoreValue (Name) : Number
  6602.    This returns the value of a semaphore.
  6603.  
  6604.    Category: Novell
  6605.  
  6606.    NovServers (Array)   NovServers (Array)   NovServers (Array)
  6607.    This command returns a string array of the file servers you are
  6608.    connected to.
  6609.  
  6610.    Category: Novell, Array
  6611.  
  6612.  
  6613.  
  6614.    Computer Tyme MarxMenu Users Manual                     Page 113
  6615.    _______________________________________________________________
  6616.  
  6617.  
  6618.    NovSendMessage (Message,Connection)   NovSendMessage (Message,Connection)   NovSendMessage (Message,Connection)
  6619.    Sends a message to the specified connection number just like the novell
  6620.    SEND command.
  6621.  
  6622.     NovResults
  6623.          0 - Successful
  6624.        252 - Buffer Full
  6625.        253 - Invalid Connection Number
  6626.        255 - Blocked (running CastOff)
  6627.  
  6628.    See Also: NovGetMessage, NovBroadcastMode
  6629.  
  6630.    Category: Novell
  6631.  
  6632.    NovSetPreferredServer (Server)   NovSetPreferredServer (Server)   NovSetPreferredServer (Server)
  6633.    Sets the preferred file server. Passing a '' will switch you back to the
  6634.    default or primary file server.
  6635.  
  6636.    See Also: NovSetPrimaryServer
  6637.  
  6638.    Category: Novell
  6639.  
  6640.    NovSetPrimaryServer (Server)   NovSetPrimaryServer (Server)   NovSetPrimaryServer (Server)
  6641.    The primary file server is the one that executes your login scripts. It
  6642.    can also be set using the NovSetPrimaryServer command.
  6643.  
  6644.    See Also: NovSetPreferredServer
  6645.  
  6646.    Category: Novell
  6647.  
  6648.    NovSignalSemaphore (Name)   NovSignalSemaphore (Name)   NovSignalSemaphore (Name)
  6649.    This increments the value of a semaphore. It is used to indicate that
  6650.    you are done with a resource and makes it available for the next user.
  6651.  
  6652.    Category: Novell
  6653.  
  6654.  
  6655.  
  6656.    Computer Tyme MarxMenu Users Manual                     Page 114
  6657.    _______________________________________________________________
  6658.  
  6659.  
  6660.    NovStationAddress (Connection) : String   NovStationAddress (Connection) : String   NovStationAddress (Connection) : String
  6661.    This returns the stations internetwork address at connection.
  6662.  
  6663.     Example:
  6664.       NovStationAddress (NovConnection)
  6665.          Returns the address of the users workstation.
  6666.  
  6667.       NovStationAddress (1)
  6668.          Returns the address of station 1.
  6669.  
  6670.       254:41 where 254 is the network number and 41 is the node number.
  6671.  
  6672.    The second parameter (Connection) is optional. If it is left out, the
  6673.    current connection is assumed.
  6674.  
  6675.     Example:
  6676.       NovStationAddress ;Returns the address of the users workstation.
  6677.  
  6678.    Category: Novell
  6679.  
  6680.    NovUserInGroup (Name,Group) : Boolean   NovUserInGroup (Name,Group) : Boolean   NovUserInGroup (Name,Group) : Boolean
  6681.    This is used to test if other users are in a group. Returns true is the
  6682.    specified user is in the specified group.
  6683.  
  6684.    Category: Novell
  6685.  
  6686.    NovUsers (Array)   NovUsers (Array)   NovUsers (Array)
  6687.    Fills array with list of all users.
  6688.  
  6689.    See Also: NovUsersLoggedIn, NovGroups, NovPrintQueues, NovServers
  6690.  
  6691.    Category: Novell, Array
  6692.  
  6693.    NovUsersLoggedIn (Array)   NovUsersLoggedIn (Array)   NovUsersLoggedIn (Array)
  6694.    Fills array with list of all users that are currently logged in.
  6695.  
  6696.    See Also: NovUsers, NovGroups, NovPrintQueues, NovServers
  6697.  
  6698.    Category: Novell, Array
  6699.  
  6700.    NovVersionNumber : Number   NovVersionNumber : Number   NovVersionNumber : Number
  6701.    Returns the novell netware version number.
  6702.  
  6703.    Category: Novell
  6704.  
  6705.  
  6706.  
  6707.    Computer Tyme MarxMenu Users Manual                     Page 115
  6708.    _______________________________________________________________
  6709.  
  6710.  
  6711.    NovVolumes (Array)   NovVolumes (Array)   NovVolumes (Array)
  6712.    Reads volumes on the default server into an array.
  6713.  
  6714.     Example:
  6715.       var X
  6716.       NovVolumes(X)
  6717.       Loop NumberOfElements(X)
  6718.          Writeln X[LoopIndex]
  6719.       EndLoop
  6720.  
  6721.    Category: Novell, Array
  6722.  
  6723.    NovWaitOnSemaphore (Name) : Boolean   NovWaitOnSemaphore (Name) : Boolean   NovWaitOnSemaphore (Name) : Boolean
  6724.    This decrements the value of a semaphore and if the value is zero or
  6725.    more, returns true. If the value of the semaphore is negative, it
  6726.    returns false. This is used to indicate that you are out of whatever you
  6727.    are testing for.
  6728.  
  6729.    Category: Novell
  6730.  
  6731.    NumberOfElememts (array) : Number   NumberOfElememts (array) : Number   NumberOfElememts (array) : Number
  6732.    This function returns the number of elements in the array. If the
  6733.    variable is not an array, 0 is returned.
  6734.  
  6735.    Category: Array
  6736.  
  6737.    Now : Time   Now : Time   Now : Time
  6738.    Returns the current moment or sets the system clock.
  6739.  
  6740.     Read the current moment:
  6741.        X = Now
  6742.     Set the system clock:
  6743.        Now = X
  6744.  
  6745.    See Also: Today, Tomorrow
  6746.  
  6747.    Category: Time
  6748.  
  6749.  
  6750.  
  6751.    Computer Tyme MarxMenu Users Manual                     Page 116
  6752.    _______________________________________________________________
  6753.  
  6754.  
  6755.    NumLock : Boolean   NumLock : Boolean   NumLock : Boolean
  6756.    Returns true if Num Lock is on. This command can also set the Num Lock
  6757.    on and off.
  6758.  
  6759.     Example:
  6760.       if NumLock then Write 'NumLock is On'
  6761.  
  6762.       NumLock On  ;Turns NumLock On
  6763.       NumLock Off ;Turns NumLock Off
  6764.  
  6765.       NumLock (by itself) turns NumLock On.
  6766.  
  6767.    See Also: CapsLock, ScrollLock
  6768.  
  6769.    Category: System
  6770.  
  6771.    OnKey (char)   OnKey (char)   OnKey (char)
  6772.    When char is selected, the line(s) following are executed up to the next
  6773.    OnKey or end of file. This means that they are written to a BATCH file.
  6774.  
  6775.     Example:
  6776.       Onkey 'W'
  6777.       cd\wordstar
  6778.       ws
  6779.       cd\menu
  6780.  
  6781.    In the above example if 'W' is selected, MarxMenu will create a
  6782.    temporary batch file containing all the lines under the OnKey command.
  6783.    All the lines under an OnKey are written literally to the batch file
  6784.    with few exceptions. All leading and trailing blanks are stripped.
  6785.    String variables are evaluated and their value passed if the name of the
  6786.    string variable name starts with a '%'.
  6787.  
  6788.    If a line begins with a '|' (vertical bar), the line is interpreted
  6789.    rather than written to a batch file. If a '^Label' is used under an
  6790.    OnKey, a jump is made to the 'Label' and interpretation is resumed. This
  6791.    is commonly used to jump to a submenu.
  6792.  
  6793.    Any OnKey statement that causes a batch file to be written to will cause
  6794.    the menu to exit. MarxMenu normally will exit with ErrorLevel 0 unless
  6795.    an ExitCode is set.
  6796.  
  6797.    The first blank line under an OnKey ends what that OnKey command does.
  6798.  
  6799.    See Also: MxCmd
  6800.  
  6801.    Category: Conditional
  6802.  
  6803.  
  6804.  
  6805.    Computer Tyme MarxMenu Users Manual                     Page 117
  6806.    _______________________________________________________________
  6807.  
  6808.  
  6809.    OnScreenOnly (On/Off)   OnScreenOnly (On/Off)   OnScreenOnly (On/Off)
  6810.    This allows you to restrict selections to only what is actually on the
  6811.    screen. Hidden OnKey commands will not execute if this is set on. This
  6812.    allows you to limit user selection to the choices on the screen.
  6813.  
  6814.    See Also: OnKey
  6815.  
  6816.    Category: Conditional
  6817.  
  6818.    OpenPrinter   OpenPrinter   OpenPrinter
  6819.    This command opens the printer device. It is not necessary to use this
  6820.    command in that it is done automatically whenever you print. But, if you
  6821.    are running under a multitasking shell like Windows, it will reserve the
  6822.    printer for your task.
  6823.  
  6824.    If the printer is locked, or if you have specified a file name that
  6825.    can't be created, the variable FileResult will contain the DOS error
  6826.    code (usually 5 for access denied). A FileResult of 0 indicates success.
  6827.  
  6828.    See Also: ClosePrinter, FileResult
  6829.  
  6830.    Category: Printer
  6831.  
  6832.    OptionSwitch (String1,String2) : Boolean   OptionSwitch (String1,String2) : Boolean   OptionSwitch (String1,String2) : Boolean
  6833.    This command tests if String1 contains the option switch String2. If it
  6834.    does, it will remove the switch from String1.
  6835.  
  6836.     Example:
  6837.       String1 = 'Test /A/B/C'
  6838.       HasB = OptionSwitch(String1,'B')
  6839.  
  6840.     HasB will be true.
  6841.     String1 will contain 'Test /A/C'
  6842.  
  6843.    Category: String
  6844.  
  6845.    Or : Operator   Or : Operator   Or : Operator
  6846.    Returns logical Or if operators are boolean; or bitwise Or if operators
  6847.    are numeric.
  6848.  
  6849.     Example:
  6850.       if (B < 9) or (C > 5) then .....  ;boolean or
  6851.       X or $0F                          ;bitwise or
  6852.  
  6853.    Category: Math, Boolean
  6854.  
  6855.  
  6856.  
  6857.    Computer Tyme MarxMenu Users Manual                     Page 118
  6858.    _______________________________________________________________
  6859.  
  6860.  
  6861.    Ord (Char) : Number   Ord (Char) : Number   Ord (Char) : Number
  6862.    Returns the numeric value of an ascii character.
  6863.  
  6864.     Example:
  6865.       Ord('A')            ;returns 65
  6866.       Char(Ord('A') + 1)  ;returns 'C'
  6867.  
  6868.    See Also: Char
  6869.  
  6870.    Category: String
  6871.  
  6872.    OverKey : String   OverKey : String   OverKey : String
  6873.    When using UseArrows, OverKey returns the character that selects the
  6874.    item that the inverse bar is over.
  6875.  
  6876.    This can be used with IdelProgram to display context sensitive help as
  6877.    you move the inverse bar over different selections.
  6878.  
  6879.    See Also: IdleProgram
  6880.  
  6881.    Category: String
  6882.  
  6883.    OverLay (MenuName)   OverLay (MenuName)   OverLay (MenuName)
  6884.    Overlay loads another menu as if that menu were a procedure of the
  6885.    current menu. After the overlaid menu exits, control is returned to the
  6886.    calling menu at the next line after the overlay command.
  6887.  
  6888.    Like the Chain command, Overlay is very fast and doesn't require
  6889.    MarxMenu to be reloaded.
  6890.  
  6891.     Example:
  6892.       Overlay 'SUBMENU'
  6893.  
  6894.    When using overlays, all variables declared as shared are accessable to
  6895.    the main program and all overlays. The shared variables have to be the
  6896.    same for all overlays.
  6897.  
  6898.    See Also: Shared, Chain
  6899.  
  6900.    Category: Execution
  6901.  
  6902.    ParallelPorts : Number   ParallelPorts : Number   ParallelPorts : Number
  6903.    Returns number of parallel ports.
  6904.  
  6905.    Category: System
  6906.  
  6907.  
  6908.  
  6909.    Computer Tyme MarxMenu Users Manual                     Page 119
  6910.    _______________________________________________________________
  6911.  
  6912.  
  6913.    ParamStr (Num) : String   ParamStr (Num) : String   ParamStr (Num) : String
  6914.    Returns the DOS parameter string from the command line. The 0 parameter
  6915.    is MARXMENU.EXE. The 1 parameter is the name of the menu file you are
  6916.    using. This is like the %1 %2 %3 ... in batch file parameters.
  6917.  
  6918.    Category: String
  6919.  
  6920.    ParentEnvironment   ParentEnvironment   ParentEnvironment
  6921.    ParentEnvironment selects the parent environment for use with
  6922.    environment access commands.
  6923.  
  6924.    See Also: ReadEnv SetEnv ReadEnvironment ShellEnvironment
  6925.    See Also: CurrentEnvironment MasterEnvironment
  6926.  
  6927.    Category: Environment
  6928.  
  6929.    Password (Pswd,column,row)   Password (Pswd,column,row)   Password (Pswd,column,row)
  6930.    This command opens up a password box at row and column. The user must
  6931.    type the password correctly before the command will execute. The
  6932.    password is case sensitive.
  6933.  
  6934.     Example:
  6935.       OnKey 'X'
  6936.          |PassWord('shell',4,3)
  6937.          COMMAND.COM
  6938.  
  6939.    Category: Conditional
  6940.  
  6941.    Path : String   Path : String   Path : String
  6942.    Returns the current path.
  6943.  
  6944.     Example:
  6945.       Writeln Path     ;returns 'C:\MARX'
  6946.  
  6947.    Category: String
  6948.  
  6949.    PathPart (String) : String   PathPart (String) : String   PathPart (String) : String
  6950.    Returns the path part of a file name.
  6951.  
  6952.     Example:
  6953.       PathPart ('C:\MARX\MARXMENU.EXE') ;returns C:\MARX
  6954.  
  6955.    See Also: Extension, NamePart, FilePart
  6956.  
  6957.    Category: String
  6958.  
  6959.  
  6960.  
  6961.    Computer Tyme MarxMenu Users Manual                     Page 120
  6962.    _______________________________________________________________
  6963.  
  6964.  
  6965.    PauseAfterExecute (On/Off)   PauseAfterExecute (On/Off)   PauseAfterExecute (On/Off)
  6966.    If on, this command causes the message "Press any key to return to
  6967.    MarxMenu..." to appear after an execute command is executed.
  6968.  
  6969.    See Also: Execute
  6970.  
  6971.    Category: Execution
  6972.  
  6973.    Pi : Real   Pi : Real   Pi : Real
  6974.    Returns the value of Pi to 18 digits.
  6975.  
  6976.    Category: Math, Float
  6977.  
  6978.    PickFile (FileSpec,column,row,height) : String   PickFile (FileSpec,column,row,height) : String   PickFile (FileSpec,column,row,height) : String
  6979.    Allows you to display a directory of files on the screen from a menu.
  6980.    Normally used to display a list of files for the user to choose from.
  6981.    Could be used in a command to load a word processor or database. Allows
  6982.    selection of the file to be loaded by the word processor or database
  6983.    program. The filename can be passed to a percent variable placed in the
  6984.    batch file executing the application. See example files on MarxMenu
  6985.    distribution disk.
  6986.  
  6987.     Example: %FileName = PickFile('C:\WORDSTAR\*.DOC',3,4,17)
  6988.  
  6989.    Notice: The use of a variable with a name that starts with a '%' allows
  6990.    the choice to be passed to a batch file for execution.
  6991.  
  6992.    The three numbers represent the column and row of the upper left corner
  6993.    of the box and the height of the box. All DrawBox commands can be used
  6994.    here to control the looks of the PickFile window. This includes the
  6995.    BoxHeader command.
  6996.  
  6997.    Category: String
  6998.  
  6999.  
  7000.  
  7001.    Computer Tyme MarxMenu Users Manual                     Page 121
  7002.    _______________________________________________________________
  7003.  
  7004.  
  7005.    PickMany(SourceArray,DestinationArray)   PickMany(SourceArray,DestinationArray)   PickMany(SourceArray,DestinationArray)
  7006.    PickMany displays a string array in the current window and allows you to
  7007.    choose as many lines as you want. The chosen lines go into
  7008.    DestinationArray.
  7009.  
  7010.    When the window appears, the space bar toggles the marked status of the
  7011.    line. The right arrow sets the marked status and the left arrow resets
  7012.    the marked status. Ctrl-Right-Arrow marks all lines, Ctrl-Left-Arrow
  7013.    unmarks all lines. The return key accepts the selection and exits. The
  7014.    ESC key aborts.
  7015.  
  7016.    If using a mouse, the left button toggles the mark on the current line.
  7017.    The right button accepts and exits.
  7018.  
  7019.    If no selections are made, the DestinationArray is empty. If ESC is
  7020.    pressed, the DestinationArray is left unchanged. You can test LastKey to
  7021.    see what was pressed.
  7022.  
  7023.    Category: String, Array
  7024.  
  7025.    PickOne (Array) : String   PickOne (Array) : String   PickOne (Array) : String
  7026.    This command displays an array in the current window and lets you pick a
  7027.    line and returns the chosen line.
  7028.  
  7029.    Category: String, Array
  7030.  
  7031.    PickPosition : Number   PickPosition : Number   PickPosition : Number
  7032.    The variable PickPosition works with the PickOne command. PickPosition
  7033.    returns the number of which element in the array was picked.
  7034.  
  7035.    See Also: PickOne
  7036.  
  7037.    Category: String, Array
  7038.  
  7039.    Port (number) : Number   Port (number) : Number   Port (number) : Number
  7040.    Returns the value at the port or writes a number to a port.
  7041.  
  7042.     Example:
  7043.       X = Port(20)   ;Reads port 20 into X
  7044.       Port(20) = X   ;Writes X to Port 20
  7045.  
  7046.    Category: Memory
  7047.  
  7048.  
  7049.  
  7050.    Computer Tyme MarxMenu Users Manual                     Page 122
  7051.    _______________________________________________________________
  7052.  
  7053.  
  7054.    Pos (substring,string) : Number   Pos (substring,string) : Number   Pos (substring,string) : Number
  7055.    Finds position of substring in string. If substring isn't found, Pos
  7056.    returns 0.
  7057.  
  7058.     Example:
  7059.        pos('CD','ABCDE') returns 2
  7060.  
  7061.    Category: String
  7062.  
  7063.    PosInList (String,Array) : Number   PosInList (String,Array) : Number   PosInList (String,Array) : Number
  7064.    Scans a string array looking for a match on string and returns the array
  7065.    index of the first matched string if found or a zero if not found.
  7066.  
  7067.     Example:
  7068.        X[1] = 'JOE'
  7069.        X[2] = 'KEVIN'
  7070.        X[3] = 'MARC'
  7071.        Writeln PosInList('KEVIN',X)   ;returns 2
  7072.  
  7073.    See Also: PosInSortedList
  7074.  
  7075.    Category: Array
  7076.  
  7077.    PosInSortedList (String,Array) : Number   PosInSortedList (String,Array) : Number   PosInSortedList (String,Array) : Number
  7078.    Scans a string array looking for a match on string in a sorted array and
  7079.    returns the array index of the first matched string if found or a zero
  7080.    if not found. The array must be in sorted order. A binary search is used
  7081.    to make this command very fast.
  7082.  
  7083.     Example:
  7084.        X[1] = 'JOE'
  7085.        X[2] = 'KEVIN'
  7086.        X[3] = 'MARC'
  7087.        SortArray (X)
  7088.        Writeln PosInList('KEVIN',X)   ;returns 2
  7089.  
  7090.    See Also: PosInList
  7091.  
  7092.    Category: Array
  7093.  
  7094.    Power (Real,Real) : Real   Power (Real,Real) : Real   Power (Real,Real) : Real
  7095.    Raises a real to a given power.
  7096.  
  7097.     Example: Power(3,4)  ;returns 81.0
  7098.  
  7099.    Category: Math, Float
  7100.  
  7101.  
  7102.  
  7103.    Computer Tyme MarxMenu Users Manual                     Page 123
  7104.    _______________________________________________________________
  7105.  
  7106.  
  7107.    Pred (number) : Number   Pred (number) : Number   Pred (number) : Number
  7108.    Returns number minus 1.
  7109.  
  7110.     Example:
  7111.       Pred(5)  ;returns 4
  7112.  
  7113.    See Also: Succ
  7114.  
  7115.    Category: Math
  7116.  
  7117.    Print (string)   Print (string)   Print (string)
  7118.    Prints string to the printer with no CR or LF. If there is an error
  7119.    printing, the error is returned in FileResult.
  7120.  
  7121.    Category: Printer
  7122.  
  7123.    PrinterName (string)   PrinterName (string)   PrinterName (string)
  7124.    Sets the file name for the printer to use. The default name is PRN.
  7125.    Other common printer names include: LPT1, LPT2, LPT3, and AUX. You can
  7126.    also use filenames to direct printer output to a file.
  7127.  
  7128.    See Also: ClosePrinter
  7129.  
  7130.    Category: Printer
  7131.  
  7132.    Println (String)   Println (String)   Println (String)
  7133.    Prints string to the printer with CR and LF.
  7134.  
  7135.    See Also: Print
  7136.  
  7137.    Category: Printer
  7138.  
  7139.    PrintScreen (On/Off)   PrintScreen (On/Off)   PrintScreen (On/Off)
  7140.    Turns the print screen function on and off. Turning the print screen off
  7141.    disables the print screen key. This can be used to prevent a computer
  7142.    from locking up when the user hits the Print Screen key with no printer
  7143.    attached.
  7144.  
  7145.    Category: Printer
  7146.  
  7147.  
  7148.  
  7149.    Computer Tyme MarxMenu Users Manual                     Page 124
  7150.    _______________________________________________________________
  7151.  
  7152.  
  7153.    Procedure (name)   Procedure (name)   Procedure (name)
  7154.    This word begins the definition of a newly named procedure. A procedure
  7155.    is like a subroutine. Once the procedure is defined, all you have to do
  7156.    to call the procedure is use its name. The procedure definition is
  7157.    terminated by the command EndProc.
  7158.  
  7159.     Example:
  7160.  
  7161.     Procedure SelectFile
  7162.       BoxHeaderColor ForeColor BackColor
  7163.       BoxBorderColor Cyan Mag
  7164.       BoxInsideColor Yellow Mag
  7165.       InverseColor Yellow Red
  7166.       Return PickFile (FileType,4,5,17)
  7167.     EndProc
  7168.  
  7169.    Whenever we use the word SelectFile in the menu, all the lines of the
  7170.    procedure SelectFile will execute.
  7171.  
  7172.    Parameters can be passed to procedures. When a parameter is passed it is
  7173.    normally bassed by value. This mean that a copy of the original is
  7174.    passed. Whatever you do to the copy doesn't affect the original value.
  7175.  
  7176.     Example:
  7177.     var A
  7178.     Procedure Square (X)
  7179.        X = X * X
  7180.        Writeln X
  7181.     EndProc
  7182.  
  7183.     A = 6
  7184.     Square (A)   ;prints 36
  7185.     Writeln A    ;prints 6
  7186.  
  7187.    In the above example Square (A) will write 36 but Writeln A will write
  7188.    6. The reason is that Square passes a copy of A to X but the value of X
  7189.    is not returned to A. If you want the original A to be affected you
  7190.    would use the Loc command.
  7191.  
  7192.     A = 6
  7193.     Square (Loc A) ;prints 36
  7194.     Writeln A      ;prints 36
  7195.  
  7196.    In this example we pas Loc A to the Square procedure. Thus, instead of X
  7197.    being set to 6, X is set to point to A. As a pointer, any operation
  7198.    performed on X is performed on A instead.
  7199.  
  7200.    See Also: EndProc, Return, Loc
  7201.  
  7202.    Category: Misc
  7203.  
  7204.  
  7205.  
  7206.    Computer Tyme MarxMenu Users Manual                     Page 125
  7207.    _______________________________________________________________
  7208.  
  7209.  
  7210.    PullMenu (on/off)   PullMenu (on/off)   PullMenu (on/off)
  7211.    Controls the behavior of the left and right arrow keys when using pull
  7212.    down menus. Default is Off. See PULL.MNU for example.
  7213.  
  7214.    Category: Display
  7215.  
  7216.    Qualifier   Qualifier   Qualifier
  7217.    Used to create qualifiers which are named elements of an array.
  7218.  
  7219.     Example:
  7220.       Var Presidents
  7221.       Qualifier FirstName, LastName
  7222.  
  7223.       Presidents[1].FirstName = 'George'
  7224.       Presidents[1].LastName = 'Washington'
  7225.  
  7226.    See Also: Var, Constant, Shared
  7227.  
  7228.    Category: Variable
  7229.  
  7230.    Random : Number   Random : Number   Random : Number
  7231.    The Random command returns random numbers between 0 and +2,147,483,647.
  7232.    (2^31). The algorithm has been checked for good uniformity and takes
  7233.    advantage of re-seeding itself from random events like the timer
  7234.    interrupt and keyboard input.
  7235.  
  7236.    To get a random number in a specific range, use the Mod command.
  7237.  
  7238.     Example:
  7239.       Write 'Pick a Number from 1 to 10 '
  7240.       Writeln (Random mod 10 + 1)
  7241.  
  7242.    Category: Math
  7243.  
  7244.  
  7245.  
  7246.    Computer Tyme MarxMenu Users Manual                     Page 126
  7247.    _______________________________________________________________
  7248.  
  7249.  
  7250.    ReadDirectory (Path,Array)   ReadDirectory (Path,Array)   ReadDirectory (Path,Array)
  7251.    Reads a directory into and array. This command is controlled be several
  7252.    variables that control its behavior.
  7253.  
  7254.    If WholeFileNames is set to true, the names that are returned contain
  7255.    the whole path. If HiddenAndSystem is set to True, then Hidden and
  7256.    System files are also read. If IncludeDirectories is set to true, then
  7257.    directories are also read.
  7258.  
  7259.    If DirectoriesOnly is set to true, then only directory names are read.
  7260.  
  7261.     Example:
  7262.       Var X
  7263.       WholeFileNames Off
  7264.       ReadDirectory('*.MNU',X)
  7265.       Loop X
  7266.          Execute ('COPY ' + X[LoopIndex] + ' A:')
  7267.       EndLoop
  7268.  
  7269.    See Also: WholeFileNames, HiddenAndSystem, IncludeDirectories
  7270.    See Also: DirectoriesOnly
  7271.  
  7272.    Category: Array, File
  7273.  
  7274.    ReadEnv (String) : String   ReadEnv (String) : String   ReadEnv (String) : String
  7275.    Returns the environment string specified.
  7276.  
  7277.     Example: PathString = ReadEnv('PATH')
  7278.  
  7279.    See Also: SetEnv ReadEnvironment ShellEnvironment
  7280.    See Also: CurrentEnvironment ParentEnvironment MasterEnvironment
  7281.  
  7282.    Category: Environment
  7283.  
  7284.    ReadEnvironment (Array)   ReadEnvironment (Array)   ReadEnvironment (Array)
  7285.    Reads all environment variables into an array.
  7286.  
  7287.  
  7288.  
  7289.    Computer Tyme MarxMenu Users Manual                     Page 127
  7290.    _______________________________________________________________
  7291.  
  7292.  
  7293.     Example:
  7294.       Var Env
  7295.       ReadEnvironment (Env)
  7296.         ;Env[1] will be the first environment string and
  7297.         ;Env[NumberOfElememts(Env)] will be the last. A variable that is
  7298.         ;set is LongestLine. LongestLine contains the length of the
  7299.         ;longest string variable read.
  7300.       Writeln 'Your current environment variables are:'
  7301.       Loop Env
  7302.         Writeln Env[LoopIndex]
  7303.       EndLoop
  7304.       Writeln
  7305.       Writeln('Your Environment Size is :',Str(EnvSize))
  7306.       Writeln('You are using            :',Str(EnvSize-EnvFree),' bytes.')
  7307.       Writeln('You have                 :,'Str(EnvFree),' bytes free.')
  7308.  
  7309.    See Also: SetEnv ReadEnv ShellEnvironment
  7310.    See Also: CurrentEnvironment ParentEnvironment MasterEnvironment
  7311.  
  7312.    Category: Environment, Array
  7313.  
  7314.    ReadKey : String   ReadKey : String   ReadKey : String
  7315.    Returns the character that is input from the keyboard. If UseArrows is
  7316.    on then the inverse bar will appear in the current window for selecting
  7317.    a choice.
  7318.  
  7319.     Example:
  7320.       Var Key
  7321.  
  7322.       Repeat
  7323.         Writeln( 'Press the <ESC> key to exit this program.' )
  7324.         Key = ReadKey
  7325.       Until Key = Esc
  7326.  
  7327.    See Also: UseArrows
  7328.  
  7329.    Category: Keyboard
  7330.  
  7331.    Readln : String   Readln : String   Readln : String
  7332.    Reads a string from the keyboard.
  7333.  
  7334.     Example:
  7335.       Customer.Name   = Readln
  7336.       Customer.Number = Value (Readln) ;Converts to an numerical value
  7337.       Customer.State  = UpperCase (ReadLn)
  7338.  
  7339.    Category: Keyboard, String
  7340.  
  7341.  
  7342.  
  7343.    Computer Tyme MarxMenu Users Manual                     Page 128
  7344.    _______________________________________________________________
  7345.  
  7346.  
  7347.    ReadTextFile (FileName,Array)   ReadTextFile (FileName,Array)   ReadTextFile (FileName,Array)
  7348.    This command reads a text file into a string array. It also sets the
  7349.    variable LongestLine to the length of the longest line in the file.
  7350.  
  7351.     Example:
  7352.       Var Docs
  7353.  
  7354.       ReadTextFile('MARXMENU.DOC',Docs)
  7355.         ;After the read, Docs[1] becomes the first line of the file.
  7356.         ;Docs[NumberOfElements(Docs)] becomes the last line.
  7357.       Loop NumberOfElements(Docs)
  7358.           ; Convert each line to its uppercase equivalent
  7359.         Docs[LoopIndex] = UpperCase Docs[LoopIndex]
  7360.       EndLoop
  7361.         ;Save the newly formatted array
  7362.       WriteTextFile ('NEWMM.DOC',Docs)
  7363.  
  7364.    Do not use FileOpen with ReadTextFile.
  7365.  
  7366.    The power of the ReadTextFile and WriteTextFile have expanded. You can
  7367.    now load and save arrays of any variable types, multidimensional arrays,
  7368.    and mixed array types. This includes strings, numbers, and booleans.
  7369.    File variables are also stored. When a file variable is stored and
  7370.    reloaded the FileAssign command is not necessary.
  7371.  
  7372.    Category: File, Array
  7373.  
  7374.    Real (Integer) : Real   Real (Integer) : Real   Real (Integer) : Real
  7375.    Returns the real equivalent of an integer.
  7376.  
  7377.    Category: Math, Float
  7378.  
  7379.    Reboot   Reboot   Reboot
  7380.    Causes the computer to do a warm reboot.
  7381.  
  7382.    Category: Execution
  7383.  
  7384.    ReleaseDate : String   ReleaseDate : String   ReleaseDate : String
  7385.    Returns the MarxMenu Release Date.
  7386.  
  7387.    Category: String
  7388.  
  7389.  
  7390.  
  7391.    Computer Tyme MarxMenu Users Manual                     Page 129
  7392.    _______________________________________________________________
  7393.  
  7394.  
  7395.    Repeat   Repeat   Repeat
  7396.    Used for program control. Usage:
  7397.  
  7398.     REPEAT
  7399.        (statement)
  7400.        (statement)
  7401.     UNTIL (condition)
  7402.  
  7403.     Example:
  7404.       Var Key
  7405.  
  7406.       Repeat
  7407.         Key = ReadKey
  7408.         If Key = 'A'
  7409.           Bat( 'DOLIST.EXE' )
  7410.           ExitMenu
  7411.         EndIf
  7412.         If Key = F1 Then Help
  7413.       Until Key = Esc
  7414.  
  7415.    Category: Conditional
  7416.  
  7417.    ResizeWindow (Horizontal Vertical)   ResizeWindow (Horizontal Vertical)   ResizeWindow (Horizontal Vertical)
  7418.    Changes the size of the top window. The horizontal and vertical numbers
  7419.    are added to the current size. Use negative numbers to shrink the
  7420.    window. The top left corner stays in the same place.
  7421.  
  7422.     Example:
  7423.       DrawBox 15 5 30 15
  7424.       ResizeWindow 15 5
  7425.  
  7426.    See Also: MoveWindow
  7427.  
  7428.    Category: Display
  7429.  
  7430.  
  7431.  
  7432.    Computer Tyme MarxMenu Users Manual                     Page 130
  7433.    _______________________________________________________________
  7434.  
  7435.  
  7436.    Return (param,param,...)   Return (param,param,...)   Return (param,param,...)
  7437.    Exits a procedure and optionally returns parameters to the calling
  7438.    procedure. It can return as many parameters as you want as long as the
  7439.    calling program uses the same number of parameters. Otherwise, you will
  7440.    get an "Invalid number of parameters" error.
  7441.  
  7442.     Example:
  7443.  
  7444.     Procedure SmallRandomNumber
  7445.     {Returns a random number between 1 and 100}
  7446.     var SmallRand
  7447.        SmallRand = Random mod 100
  7448.        Return (SmallRand + 1)
  7449.     EndProc
  7450.  
  7451.    See Also: Procedure, EndProc
  7452.  
  7453.    Category: Misc
  7454.  
  7455.    ReturnCode : Number   ReturnCode : Number   ReturnCode : Number
  7456.    When you use the Execute function, a ReturnCode value is fed into this
  7457.    variable when you return to the menu. The code returned is the same as
  7458.    what the DOS ErrorLevel would be. This will not work if you use the
  7459.    UseCommand On function because COMMAND.COM would have been loaded and
  7460.    the returncode would be lost.
  7461.  
  7462.    See Also: ExitCode
  7463.  
  7464.    Category: Execution
  7465.  
  7466.    Right (string,count) : String   Right (string,count) : String   Right (string,count) : String
  7467.    Returns right characters of string for length count.
  7468.  
  7469.     Example: Right('ABCDEF',3) returns 'DEF'
  7470.  
  7471.    Category: String
  7472.  
  7473.    RmDir (String)   RmDir (String)   RmDir (String)
  7474.    Removes a directory. The FileResult variable returns the dos result
  7475.    error code. A zero in FileResult indicates success. You can't remove a
  7476.    directory that contains files.
  7477.  
  7478.     Example:
  7479.        RmDir 'C:\SABER'
  7480.  
  7481.    See Also: ChDir, MkDir
  7482.  
  7483.    Category: File
  7484.  
  7485.  
  7486.  
  7487.    Computer Tyme MarxMenu Users Manual                     Page 131
  7488.    _______________________________________________________________
  7489.  
  7490.  
  7491.    RollWindow (number)   RollWindow (number)   RollWindow (number)
  7492.    Windows can be looked at as a stack. RollWindow will roll a previous
  7493.    window to the top of the stack making the previous window the current
  7494.    window.
  7495.  
  7496.     Example:
  7497.         ;Make the Third window on the stack the active window
  7498.       RollWindow 3
  7499.         ;Write out message
  7500.       Writeln 'You have mail waiting!'
  7501.         ;Now put the windows back
  7502.       PushBackWindow (3)
  7503.  
  7504.       Procedure PushBackWindow (N)
  7505.  
  7506.       ;Will roll a window back to its original position on the stack
  7507.       ;The parameter should be the same as the parameter for the call
  7508.       ;to RollWindow. If you use RollWindow(3) then use PushBackWindow(3)
  7509.  
  7510.         Loop N
  7511.           RollWindow N
  7512.         EndLoop
  7513.       EndProc ;PushBackWindow
  7514.  
  7515.    See Also: CurrentWindow, SetTopWindow
  7516.  
  7517.    Category: Display
  7518.  
  7519.    Run variable (parameters)   Run variable (parameters)   Run variable (parameters)
  7520.    This runs a procedure that was stored in a variable.
  7521.  
  7522.     var Y
  7523.  
  7524.     Procedure WriteSquared (X)
  7525.        Writeln (X * X)
  7526.     EndProc
  7527.  
  7528.     Example:
  7529.        Y = Loc(WriteSquared)
  7530.        Run Y(3)   ; This will write a 9 on the screen
  7531.  
  7532.    Warning! Don't put the variable you are running in parentheses.
  7533.  
  7534.        Run (Y,3)  ; this won't work
  7535.  
  7536.    See Also: Loc
  7537.  
  7538.    Category: Misc
  7539.  
  7540.  
  7541.  
  7542.    Computer Tyme MarxMenu Users Manual                     Page 132
  7543.    _______________________________________________________________
  7544.  
  7545.  
  7546.    SavePosition (On/Off)   SavePosition (On/Off)   SavePosition (On/Off)
  7547.    If SavePosition is On, MarxMenu will return to the last menu selection
  7548.    you made when MarxMenu is re-entered. As you select menu layers your
  7549.    keystrokes are stored in an internal string variable called KeySave. On
  7550.    exit, MarxMenu writes KeySave to an environment variable KSV. On return
  7551.    to MarxMenu, this variable is retrieved. The return point may be altered
  7552.    by using the command KeySave = (string).
  7553.  
  7554.    Another thing this points out is that environment variables can be used
  7555.    to store information and allow MarxMenu to remember things from one
  7556.    selection to another. Since MarxMenu doesn't stay memory resident, this
  7557.    is the only way I have found to store information.
  7558.  
  7559.    Category: Keyboard, Environment
  7560.  
  7561.    ScreenHeight : Number   ScreenHeight : Number   ScreenHeight : Number
  7562.    Returns number of rows of character on your screen. Normally this is 25.
  7563.  
  7564.    Category: Display
  7565.  
  7566.    ScreenWidth : Number   ScreenWidth : Number   ScreenWidth : Number
  7567.    Returns number of columns of character on your screen. Normally this is
  7568.    80.
  7569.  
  7570.    Category: Display
  7571.  
  7572.    ScrollLock : Boolean   ScrollLock : Boolean   ScrollLock : Boolean
  7573.    Returns true if Scroll Lock is on. This command can also set the Scroll
  7574.    Lock on and off.
  7575.  
  7576.     Example:
  7577.       if ScrollLock then Write 'ScrollLock is On'
  7578.  
  7579.       ScrollLock On  ;Turns ScrollLock On
  7580.       ScrollLock Off ;Turns ScrollLock Off
  7581.  
  7582.       ScrollLock (by itself) turns ScrollLock On.
  7583.  
  7584.    See Also: CapsLock, NumLock
  7585.  
  7586.    Category: System
  7587.  
  7588.    ScrollMove (On/Off)   ScrollMove (On/Off)   ScrollMove (On/Off)
  7589.    This allows you to control whether or not the ScrollLock will allow you
  7590.    to move the top window. Default is On.
  7591.  
  7592.    Category: Display
  7593.  
  7594.  
  7595.  
  7596.    Computer Tyme MarxMenu Users Manual                     Page 133
  7597.    _______________________________________________________________
  7598.  
  7599.  
  7600.    Second : Number   Second : Number   Second : Number
  7601.    Returns the current second.
  7602.  
  7603.    Category: Time
  7604.  
  7605.    SecondOf (Date) : Number   SecondOf (Date) : Number   SecondOf (Date) : Number
  7606.    Returns the second of a date. If Date is passed as a string it is
  7607.    converted automatically.
  7608.  
  7609.    See Also: TimeOf, BadDate
  7610.  
  7611.    Category: Time
  7612.  
  7613.    Security (on/off)   Security (on/off)   Security (on/off)
  7614.    When security is on, Readln echos '*' instead of the letters that are
  7615.    being typed. This is used for such things as entering passwords other
  7616.    than using the password command.
  7617.  
  7618.    Category: String
  7619.  
  7620.    SelectPath : String   SelectPath : String   SelectPath : String
  7621.    This command uses another program in the Computer Tyme DOS TOOLBOX
  7622.    called Pick Directory to read a text into a variable. You must have
  7623.    Computer Tyme Pick Directory for this feature to work.
  7624.  
  7625.     Example:
  7626.       OnKey 'B'
  7627.       |%BackPath = SelectPath
  7628.       cd %BackPath
  7629.       backup c: a:
  7630.  
  7631.    Category: String
  7632.  
  7633.    SerialPorts : Number   SerialPorts : Number   SerialPorts : Number
  7634.    Returns number of serial ports.
  7635.  
  7636.    Category: System
  7637.  
  7638.    SetArraySize (Array,Size)   SetArraySize (Array,Size)   SetArraySize (Array,Size)
  7639.    If the array is larger than Size the array is truncated. If it is
  7640.    smaller, memory is allocated for the array.
  7641.  
  7642.    Category: Array
  7643.  
  7644.  
  7645.  
  7646.    Computer Tyme MarxMenu Users Manual                     Page 134
  7647.    _______________________________________________________________
  7648.  
  7649.  
  7650.    SetEnv (String)   SetEnv (String)   SetEnv (String)
  7651.    This is used to set environment strings. It can be used on the Current,
  7652.    Parent, Master or Shell environment.
  7653.  
  7654.     Example:
  7655.  
  7656.       SetEnv ('PATH=C:\')
  7657.       SetEnv ('COMSPEC=X:COMMAND.COM')
  7658.  
  7659.    MarxMenu also allows you to select which environment you are working
  7660.    with. This is done with the following commands.
  7661.  
  7662.     CurrentEnvironment
  7663.     ParentEnvironment
  7664.     MasterEnvironment
  7665.     ShellEnvironment
  7666.  
  7667.    See Also: ReadEnv ReadEnvironment ShellEnvironment
  7668.    See Also: CurrentEnvironment ParentEnvironment MasterEnvironment
  7669.  
  7670.    Category: Environment
  7671.  
  7672.    SetTopWindow (Number)   SetTopWindow (Number)   SetTopWindow (Number)
  7673.    Selects a window by number making it the current window and moves it to
  7674.    the top.
  7675.  
  7676.     Example:
  7677.       DrawBox ....
  7678.       ThisWindow = CurrentWindow
  7679.       DrawBox ....
  7680.       DrawBox ....
  7681.       SetTopWindow (ThisWindow)
  7682.  
  7683.    See Also: CurrentWindow, RollWindow, SetWindowUnder
  7684.  
  7685.    Category: Display
  7686.  
  7687.    SetWindowUnder (Window1,Window2)   SetWindowUnder (Window1,Window2)   SetWindowUnder (Window1,Window2)
  7688.    This command moves Window1 underneath Window2. This can be used to put a
  7689.    window back in the stack after you use SetTopWindow.
  7690.  
  7691.    See Also: CurrentWindow, SetTopWindow, RollWindow
  7692.  
  7693.    Category: Display
  7694.  
  7695.    Shadow (on/off)   Shadow (on/off)   Shadow (on/off)
  7696.    Turn window shadows on/off.
  7697.  
  7698.    Category: Display
  7699.  
  7700.  
  7701.  
  7702.    Computer Tyme MarxMenu Users Manual                     Page 135
  7703.    _______________________________________________________________
  7704.  
  7705.  
  7706.    ShadowColor (ForeColor,BackColor)   ShadowColor (ForeColor,BackColor)   ShadowColor (ForeColor,BackColor)
  7707.    Sets the color of the shadow. There are actually two shadow colors.
  7708.    MarxMenu stores different values for big shadows and small shadows.
  7709.  
  7710.    See Also: BigShadow, SmallShadow, ShadowPosition, Shadow
  7711.  
  7712.    Category: Color
  7713.  
  7714.    ShadowPosition (number)   ShadowPosition (number)   ShadowPosition (number)
  7715.    Selects the shadow position around the window. A zero (default) sets the
  7716.    shadow position to the bottom right side. A one sets the shadow position
  7717.    to the bottom left. Using ShadowPosition turns shadowing on so a Shadow
  7718.    On command is not required.
  7719.  
  7720.    See Also: Shadow, ShadowColor, BigShadow, SmallShadow
  7721.  
  7722.    Category: Display
  7723.  
  7724.    Shared   Shared   Shared
  7725.    The key word SHARED can be used to define variables just like VAR. Any
  7726.    variable defined with SHARED is passed globally to and from overlays.
  7727.  
  7728.    The important thing is that the Shared variables must be defined exactly
  7729.    the same way between the overlays. There is also a pre-defined variable
  7730.    called COMMON. Technically, Shared variables are qualifiers off of
  7731.    COMMON.
  7732.  
  7733.    See Also: Var, Constant, Qualifier
  7734.  
  7735.    Category: Variable
  7736.  
  7737.    ShellEnvironment   ShellEnvironment   ShellEnvironment
  7738.    ShellEnvironment selects the environment of the last COMMAND.COM in
  7739.    memory for use with environment access commands. This is usually the
  7740.    same as the Master Environment.
  7741.  
  7742.    More than one COMMAND.COM is loaded when you are running a shell under
  7743.    WINDOWS or DESQVIEW. When using these programs, you will want to access
  7744.    the Shell Envoronment instead of the Master Environment. The Shell
  7745.    Environment is the one that will run batch files.
  7746.  
  7747.    See Also: ReadEnv SetEnv ReadEnvironment MasterEnvironment
  7748.    See Also: CurrentEnvironment ParentEnvironment
  7749.  
  7750.    Category: Environment
  7751.  
  7752.    Shl : Operator   Shl : Operator   Shl : Operator
  7753.    Shift left, does a binary 32 bit shift left.
  7754.  
  7755.    Category: Math
  7756.  
  7757.  
  7758.  
  7759.    Computer Tyme MarxMenu Users Manual                     Page 136
  7760.    _______________________________________________________________
  7761.  
  7762.  
  7763.    Shr : Operator   Shr : Operator   Shr : Operator
  7764.    Shift right, does a binary 32 bit shift right.
  7765.  
  7766.    Category: Math
  7767.  
  7768.    Sin (Radians) : Real   Sin (Radians) : Real   Sin (Radians) : Real
  7769.    Returns the Sine of a real.
  7770.  
  7771.    Category: Math, Float
  7772.  
  7773.    SingleLineBox   SingleLineBox   SingleLineBox
  7774.    Selects single line box for menu borders.
  7775.  
  7776.    See Also: DoubleLineBox, BlockBox, CustomBox, NoBoxBorder
  7777.  
  7778.    Category: Display
  7779.  
  7780.    SmallShadow   SmallShadow   SmallShadow
  7781.    Selects small shadow type.
  7782.  
  7783.    See Also: BigShadow, ShadowPosition, ShadowColor
  7784.  
  7785.    Category: Display
  7786.  
  7787.    SortArray (Array)   SortArray (Array)   SortArray (Array)
  7788.    SortArray will do an alphabetical sort on an array of strings.
  7789.  
  7790.     Example: Sort a Text File
  7791.  
  7792.       Usage: DIR|MARXMENU SORT|MORE
  7793.              MARXMENU SORT INFILE OUTFILE
  7794.  
  7795.       SORT.MNU
  7796.         var SortBuf
  7797.         StandardIO
  7798.         ReadTextFile  (ParamStr(2),SortBuf)
  7799.         SortArray(SortBuf)
  7800.         WriteTextFile (ParamStr(3),SortBuf)
  7801.  
  7802.    Category: Array
  7803.  
  7804.    Sound (on/off)   Sound (on/off)   Sound (on/off)
  7805.    Turn sound effects on/off.
  7806.  
  7807.    Category: Display
  7808.  
  7809.    Sqr (Real) : Real   Sqr (Real) : Real   Sqr (Real) : Real
  7810.    Returns the Square Root of a real.
  7811.  
  7812.    Category: Math, Float
  7813.  
  7814.  
  7815.  
  7816.    Computer Tyme MarxMenu Users Manual                     Page 137
  7817.    _______________________________________________________________
  7818.  
  7819.  
  7820.    StandardIO (on/off)   StandardIO (on/off)   StandardIO (on/off)
  7821.    This tells MarxMenu to use standard Input and Output file handles for
  7822.    reading the keyboard and writing to the screen when turned on. When
  7823.    turned off, MarxMenu does direct screen writes. When StandardIO is on,
  7824.    several MarxMenu commands will send ANSI escape sequences. The commands
  7825.    that send ANSI sequences are as follows:
  7826.  
  7827.     TextColor
  7828.     TextBackground
  7829.     ClearScreen
  7830.     ClearLine
  7831.     GotoXY
  7832.  
  7833.    Category: Display, Ansi
  7834.  
  7835.    Str (number) : String   Str (number) : String   Str (number) : String
  7836.    Turns a number into a string.
  7837.  
  7838.    Category: String
  7839.  
  7840.    StuffAKey (String or Number)   StuffAKey (String or Number)   StuffAKey (String or Number)
  7841.    Stuffs a single key into the DOS keyboard buffer when MarxMenu exits.
  7842.    The limit is 16 characters.
  7843.  
  7844.     Example:
  7845.       StuffAKey($3F00) ;stuff the F5 key
  7846.       StuffAKey F5     ;same thing
  7847.  
  7848.    Do not mix StuffAKey with StuffKBD. Use one or the other.
  7849.  
  7850.    Category: Execution, Keyboard, String
  7851.  
  7852.    StuffKBD (String)   StuffKBD (String)   StuffKBD (String)
  7853.    Stuffs the string into the DOS keyboard buffer when MarxMenu exits. The
  7854.    limit is 16 characters.
  7855.  
  7856.     Example:
  7857.        StuffKBD 'LOGOUT' + CR
  7858.  
  7859.    Category: Execution, Keyboard, String
  7860.  
  7861.    StuffKeyboardNow   StuffKeyboardNow   StuffKeyboardNow
  7862.    Normally the keyboard stuffing is done as MarxMenu quits. This forces
  7863.    the keyboard to be stuffed immediately.
  7864.  
  7865.    Category: Keyboard
  7866.  
  7867.  
  7868.  
  7869.    Computer Tyme MarxMenu Users Manual                     Page 138
  7870.    _______________________________________________________________
  7871.  
  7872.  
  7873.    Succ (number) : Number   Succ (number) : Number   Succ (number) : Number
  7874.    Returns number plus 1.
  7875.  
  7876.     Example:
  7877.       Succ(4)  ;returns 5
  7878.  
  7879.    See Also: Pred
  7880.  
  7881.    Category: Math
  7882.  
  7883.    Suggest (Char)   Suggest (Char)   Suggest (Char)
  7884.    Normally the UseArrows command will start in the upper left hand corner.
  7885.    By using the Suggest command, you can set it to start on any menu
  7886.    selection.
  7887.  
  7888.     Example:
  7889.        Suggest 'E'
  7890.  
  7891.    Category: Display
  7892.  
  7893.    TextBackground (color)   TextBackground (color)   TextBackground (color)
  7894.    Sets text background color.
  7895.  
  7896.    Category: Color, Ansi
  7897.  
  7898.    TextColor (forecolor,backcolor)   TextColor (forecolor,backcolor)   TextColor (forecolor,backcolor)
  7899.    Sets the color of text to be displayed on the screen. TextColor resets
  7900.    the value of CapsColor.
  7901.  
  7902.    Category: Color, Ansi
  7903.  
  7904.    TextMode (num)   TextMode (num)   TextMode (num)
  7905.    Sets the video text mode.
  7906.  
  7907.     0 = 40 column BW
  7908.     1 = 40 column COLOR
  7909.     2 = 80 column BW
  7910.     3 = 80 column COLOR
  7911.     7 = Mono
  7912.     258 = 43/50 line EGA BW
  7913.     259 = 43/50 line EGA COLOR
  7914.  
  7915.     Example:
  7916.       TextMode BW80
  7917.  
  7918.    Category: Display
  7919.  
  7920.  
  7921.  
  7922.    Computer Tyme MarxMenu Users Manual                     Page 139
  7923.    _______________________________________________________________
  7924.  
  7925.  
  7926.    TextPos : Number   TextPos : Number   TextPos : Number
  7927.    TextPos returns the current position in a text file. This can be saved
  7928.    so that you can go to the same place using TextSeek.
  7929.  
  7930.    See Also: TextSeek
  7931.  
  7932.    Category: File
  7933.  
  7934.    TextSeek (Number)   TextSeek (Number)   TextSeek (Number)
  7935.    TextSeek moves to a specific byte in a text file.
  7936.  
  7937.    See Also: TextPos
  7938.  
  7939.    Category: File
  7940.  
  7941.    Then   Then   Then
  7942.    Conditional control.
  7943.  
  7944.    See Also: If, Else, Endif, ElseIf
  7945.  
  7946.    Category: Conditional
  7947.  
  7948.    TimeOf (String) : Number   TimeOf (String) : Number   TimeOf (String) : Number
  7949.    Converts a string representing a date to a time number. The number is
  7950.    the number of seconds since 01-01-80. Conversion follows international
  7951.    rules based on the country code.
  7952.  
  7953.     Examples:
  7954.       '4-7-91'                 ;04-07-1991 00:00:00
  7955.       'April 7th, 1991 4:35pm' ;04-07-1991 16:35:00
  7956.       '12:35:23a'              ;04-07-1991 00:35:23
  7957.       '3:15'                   ;04-07-1991 03:15:00
  7958.  
  7959.    If the string can't be converted, then BadDate is set to true.
  7960.  
  7961.    Category: International, Time
  7962.  
  7963.    Timer : Number   Timer : Number   Timer : Number
  7964.    Returns the system timer.
  7965.  
  7966.    Category: Time
  7967.  
  7968.    TimeSeparator : String   TimeSeparator : String   TimeSeparator : String
  7969.    Returns the time separator character from the country information.
  7970.  
  7971.    See Also: DecimalSeparator, DateSeparator, CountryCode
  7972.  
  7973.    Category: International, Time
  7974.  
  7975.  
  7976.  
  7977.    Computer Tyme MarxMenu Users Manual                     Page 140
  7978.    _______________________________________________________________
  7979.  
  7980.  
  7981.    TimeString (Time) : String   TimeString (Time) : String   TimeString (Time) : String
  7982.    Returns the time as a string in HH:MM:SS format. 24 hour. If no
  7983.    parameter is passed, Now is assumed.
  7984.  
  7985.     Example:
  7986.       Writeln TimeString
  7987.          ;returns the time of Now as text
  7988.       Writeln TimeString (Now + (5 * SecondsInHour))
  7989.          ;returns the time of 5 hours from now as text
  7990.  
  7991.    Category: String, Time
  7992.  
  7993.    Today : Date   Today : Date   Today : Date
  7994.    Returns the current day as a date. The date returned has the time set to
  7995.    midnight or 00:00:00. It can also be used to set the system date.
  7996.  
  7997.     Read the current day;
  7998.        X = Today
  7999.     Set the system clock:
  8000.        Today = TimeOf '08-19-91'
  8001.  
  8002.    See Also: Tomorrow, Now
  8003.  
  8004.    Category: Time
  8005.  
  8006.    Tomorrow : Time   Tomorrow : Time   Tomorrow : Time
  8007.    Returns the time of the day after today at midnight.
  8008.  
  8009.    See Also: Today, Now
  8010.  
  8011.    Category: Time
  8012.  
  8013.    Tone (Frequency,Duration)   Tone (Frequency,Duration)   Tone (Frequency,Duration)
  8014.    This command plays a note at Frequency cycles per second for a period of
  8015.    Duration 1/18 of a second. The reason it is in 1/18 seconds is because
  8016.    there is a standard interrupt that gives me that time period. The IBM
  8017.    series computers are not music oriented machines so don't throw away
  8018.    your Compact Disk player.
  8019.  
  8020.    The maximum duration is 255 1/18 of a second. Normally, MarxMenu will
  8021.    create a break in between notes equal to 1/8 of the duration of the
  8022.    note. If you want to eliminate the break and create a 'slur' (music
  8023.    term), add 256 to the duration. This tells MarxMenu to connect the notes
  8024.    without a break.
  8025.  
  8026.    Category: Music
  8027.  
  8028.  
  8029.  
  8030.    Computer Tyme MarxMenu Users Manual                     Page 141
  8031.    _______________________________________________________________
  8032.  
  8033.  
  8034.    TotalDiskSpace <drive> : Number   TotalDiskSpace <drive> : Number   TotalDiskSpace <drive> : Number
  8035.    Returns total disk space in bytes.
  8036.  
  8037.     Example:
  8038.       Writeln (TotalDiskSpace 'C')
  8039.  
  8040.    TotalDiskSpace only looks at the first character of the string for
  8041.    the drive letter.
  8042.  
  8043.    Category: System
  8044.  
  8045.    TotalEMS : Number   TotalEMS : Number   TotalEMS : Number
  8046.    Returns total EMS memory in bytes.
  8047.  
  8048.    Category: Memory
  8049.  
  8050.    Trim (string)   Trim (string)   Trim (string)
  8051.    Trims white space from both ends of a string. White space is
  8052.    blank characters and lower.
  8053.  
  8054.    Category: String
  8055.  
  8056.    TrueName (String) : String   TrueName (String) : String   TrueName (String) : String
  8057.  
  8058.    There is an undocumented feature of DOS called TRUENAME. It returns the
  8059.    real name of a file or directory looking past such things as drive
  8060.    mappings and Assigned or Substituted drives. On local drives you get the
  8061.    drive and path where the file really is. On networks you get server and
  8062.    volume information where the server name starts with a '\\'.
  8063.  
  8064.     Example:
  8065.     TrueName ('H:')  ;returns \\TYME\SYS\HOME\MARC
  8066.  
  8067.    See Also: CleanFileName
  8068.  
  8069.    Category: String, File
  8070.  
  8071.    UnBlank : Boolean   UnBlank : Boolean   UnBlank : Boolean
  8072.    Unblank returns true if MarxMenu has determined that the screen blanker
  8073.    should finish. Your screen blanker needs to call UnBlank to determine
  8074.    when to unblank the screen.
  8075.  
  8076.     Example:
  8077.       while not UnBlank
  8078.          <your screen blanker>
  8079.       endwhile
  8080.  
  8081.    See Also: BlankScreenProgram
  8082.  
  8083.    Category: Display
  8084.  
  8085.  
  8086.  
  8087.    Computer Tyme MarxMenu Users Manual                     Page 142
  8088.    _______________________________________________________________
  8089.  
  8090.  
  8091.    UniqueFileName : String   UniqueFileName : String   UniqueFileName : String
  8092.    Uses the create new file call to get a filename that is different than
  8093.    any other file name. It is tied to the DOS call that is used to create a
  8094.    unique file name according to the rules of your operating system.
  8095.  
  8096.    Category: File, String
  8097.  
  8098.    Until   Until   Until
  8099.    Conditional control.
  8100.  
  8101.     Example:
  8102.        Repeat
  8103.           <statement>
  8104.           <statement>
  8105.        Until <condition>
  8106.  
  8107.    See Also: Repeat.
  8108.  
  8109.    Category: Conditional
  8110.  
  8111.    UpperCase (String) : String   UpperCase (String) : String   UpperCase (String) : String
  8112.    Return UpperCase of String including support for international
  8113.    characters.
  8114.  
  8115.    Category: String, International
  8116.  
  8117.    UpperCaseOnly : Boolean   UpperCaseOnly : Boolean   UpperCaseOnly : Boolean
  8118.    Setting UpperCaseOnly to on forces text entered with Readln or ReadKey
  8119.    to upper case.
  8120.  
  8121.    Category: String
  8122.  
  8123.    UseArrows   UseArrows   UseArrows
  8124.    UseArrows tells MarxMenu that the selection will be made by moving an
  8125.    inverse video bar over the selections. No parameters are required for
  8126.    this command to work. It will pick the first line with a capital letter
  8127.    as the first menu selection. All text in the window must be indented at
  8128.    least one space and there must be one space between the end of the line
  8129.    and the right wall of the window. Multiple items on the same line must
  8130.    be separated by two or more spaces.
  8131.  
  8132.    The OnKey selection is triggered by either the first capital letter in
  8133.    the selection or by a number from 0 - 9 or some punctuation characters.
  8134.    This number or letter will be a different color if you use the CapsColor
  8135.    command. (See Also: PULL.MNU for an example).
  8136.  
  8137.    UseArrows Off will disable this feature.
  8138.  
  8139.    See Also: ReadKey
  8140.  
  8141.    Category: Display
  8142.  
  8143.  
  8144.  
  8145.    Computer Tyme MarxMenu Users Manual                     Page 143
  8146.    _______________________________________________________________
  8147.  
  8148.  
  8149.    UseCommand (on/off)   UseCommand (on/off)   UseCommand (on/off)
  8150.    Used with Execute. UseCommand will load COMMAND.COM before running the
  8151.    specified program. Its not as fast, because the system has to find and
  8152.    load COMMAND.COM, then the specified program. The advantage is if
  8153.    COMMAND.COM is loaded, it will allow you to run batch files and internal
  8154.    DOS commands. It also doesn't require you to specify the COM or EXE
  8155.    extension.
  8156.  
  8157.     Example:
  8158.       OnKey 'D'
  8159.       |UseCommand On
  8160.       |Execute 'DM'
  8161.  
  8162.    The default is OFF.
  8163.  
  8164.    See Also: Execute
  8165.  
  8166.    Category: Execution
  8167.  
  8168.    UsedDiskSpace <drive> : Number   UsedDiskSpace <drive> : Number   UsedDiskSpace <drive> : Number
  8169.    Returns used disk space in bytes.
  8170.  
  8171.     Example:
  8172.       Writeln (UsedDiskSpace 'C')
  8173.  
  8174.    UsedDiskSpace only looks at the first character of the string for the
  8175.    drive letter.
  8176.  
  8177.    Category: System
  8178.  
  8179.    UseNovPassword : Boolean   UseNovPassword : Boolean   UseNovPassword : Boolean
  8180.    If UseNovPassword is set to true then the screen blanker will require
  8181.    that the user type his Novell password to unblank the screen. Full
  8182.    Novell security and intruder detection is active here. If Novell's
  8183.    intruder detection is active, then if an intruder fails to type in the
  8184.    password after a number of attempts, then Netware will not accept the
  8185.    correct password until intruder detection allows it.
  8186.  
  8187.    If you don't know what intruder detection is, read the Netware manuals
  8188.    on the subject. It is something you should use.
  8189.  
  8190.    Category: Novell
  8191.  
  8192.    Value (string) : Number   Value (string) : Number   Value (string) : Number
  8193.    Converts String to Number. Leading $ indicates Hex.
  8194.  
  8195.    Category: String, Math
  8196.  
  8197.  
  8198.  
  8199.    Computer Tyme MarxMenu Users Manual                     Page 144
  8200.    _______________________________________________________________
  8201.  
  8202.  
  8203.    Var   Var   Var
  8204.    Used to create variables.
  8205.  
  8206.    See Also: Constant, Shared, Qualifier
  8207.  
  8208.    Category: Variable
  8209.  
  8210.    VideoMode : Number   VideoMode : Number   VideoMode : Number
  8211.    Returns Current Video Mode.
  8212.  
  8213.    Category: Display
  8214.  
  8215.    VideoPage : Number   VideoPage : Number   VideoPage : Number
  8216.    Returns Current Video Page.
  8217.  
  8218.    Category: Display
  8219.  
  8220.    ViewArray (Array)   ViewArray (Array)   ViewArray (Array)
  8221.    Allows you to view an array of strings in the current window. Works just
  8222.    like ViewTextFile.
  8223.  
  8224.    See Also: ViewTextFile
  8225.  
  8226.    Category: Display, Array
  8227.  
  8228.    ViewTextFile (Name)   ViewTextFile (Name)   ViewTextFile (Name)
  8229.    This command lets you view a text file in the current window.
  8230.  
  8231.    See Also: ViewArrayFile
  8232.  
  8233.    Category: Display, File
  8234.  
  8235.    Volume (drive)   Volume (drive)   Volume (drive)
  8236.    Returns the volume label of the specified drive.
  8237.  
  8238.    Category: System
  8239.  
  8240.    Wait (number)   Wait (number)   Wait (number)
  8241.    Delay for a number of 1/100 seconds. Wait 250 delays 2 1/2 seconds.
  8242.  
  8243.    If you are running a multi-tasker like Windows 3 or DesqView, and the
  8244.    delay is over 1/4 second, MarxMenu will release time slices back to DOS
  8245.    and not bog down the CPU power on long waits. MarxMenu also releases CPU
  8246.    cycles while idel at the keyboard.
  8247.  
  8248.    See Also: WaitOrKbdReady
  8249.  
  8250.    Category: Misc
  8251.  
  8252.  
  8253.  
  8254.    Computer Tyme MarxMenu Users Manual                     Page 145
  8255.    _______________________________________________________________
  8256.  
  8257.  
  8258.    WaitOrKbdReady (Number)   WaitOrKbdReady (Number)   WaitOrKbdReady (Number)
  8259.    This command is just like the WAIT command except the wait is aborted by
  8260.    pressing any key. Time to wait is in hundredths of a second. This
  8261.    command is useful when using MarxMenu to write a running demo.
  8262.  
  8263.    See Also: Wait
  8264.  
  8265.    Category: Keyboard
  8266.  
  8267.    WhereX : Number   WhereX : Number   WhereX : Number
  8268.    Returns the horizontal position of the cursor within the current window.
  8269.  
  8270.    Category: Display
  8271.  
  8272.    WhereXAbs : Number   WhereXAbs : Number   WhereXAbs : Number
  8273.    Returns the horizontal screen position of the cursor.
  8274.  
  8275.    Category: Display
  8276.  
  8277.    WhereY : Number   WhereY : Number   WhereY : Number
  8278.    Returns the vertical position of the cursor within the current window.
  8279.  
  8280.    WhereYAbs : Number   WhereYAbs : Number   WhereYAbs : Number
  8281.    Returns the vertical screen position of the cursor.
  8282.  
  8283.    Category: Display
  8284.  
  8285.    While   While   While
  8286.    Used for program control. Usage:
  8287.  
  8288.     WHILE (condition)
  8289.        (statement)
  8290.        (statement)
  8291.     ENDWHILE
  8292.  
  8293.    Execution stays in the while loop as long as the condition is true.
  8294.  
  8295.    See Also: EndWhile
  8296.  
  8297.    Category: Conditional
  8298.  
  8299.    WholeFileNames (On/Off)   WholeFileNames (On/Off)   WholeFileNames (On/Off)
  8300.    Controls if ReadDirectory will return the whole name and path or just
  8301.    the filename part.
  8302.  
  8303.    See Also: ReadDirectory
  8304.  
  8305.    Category: File
  8306.  
  8307.  
  8308.  
  8309.    Computer Tyme MarxMenu Users Manual                     Page 146
  8310.    _______________________________________________________________
  8311.  
  8312.  
  8313.    WindowHeight : Number   WindowHeight : Number   WindowHeight : Number
  8314.    Returns number of rows in current window.
  8315.  
  8316.    Category: Display
  8317.  
  8318.    WindowWidth : Number   WindowWidth : Number   WindowWidth : Number
  8319.    Returns number of columns in current window.
  8320.  
  8321.    Category: Display
  8322.  
  8323.    WinX : Number   WinX : Number   WinX : Number
  8324.    Returns the horizontal location of the left hand corner of the window.
  8325.  
  8326.    See Also: WinY
  8327.  
  8328.    Category: Display
  8329.  
  8330.    WinY : Number   WinY : Number   WinY : Number
  8331.    Returns the vertical location of the left hand corner of the window.
  8332.  
  8333.    See Also: WinX
  8334.  
  8335.    Category: Display
  8336.  
  8337.    Write (string)   Write (string)   Write (string)
  8338.    Writes (string) on the screen at the current cursor position.
  8339.  
  8340.    Category: Display
  8341.  
  8342.    WriteCenter (string)   WriteCenter (string)   WriteCenter (string)
  8343.    Writes (string) centered in current window.
  8344.  
  8345.    Category: Display
  8346.  
  8347.    Writeln (string)   Writeln (string)   Writeln (string)
  8348.    Writes (string) on the screen followed by a CR-LF (carriage
  8349.    return-line feed).
  8350.  
  8351.    Category: Display
  8352.  
  8353.    WriteTextFile (FileName,Array)   WriteTextFile (FileName,Array)   WriteTextFile (FileName,Array)
  8354.    This command writes a string array to a text file. Do not use FileCreate
  8355.    of any other file commands with this. This command does it all.
  8356.  
  8357.    See Also: ReadTextFile
  8358.  
  8359.    Category: File, Array
  8360.  
  8361.  
  8362.  
  8363.    Computer Tyme MarxMenu Users Manual                     Page 147
  8364.    _______________________________________________________________
  8365.  
  8366.  
  8367.    WriteVertical (string)   WriteVertical (string)   WriteVertical (string)
  8368.    Writes (string) vertically on the screen from the current cursor
  8369.    position.
  8370.  
  8371.     Example:
  8372.       WriteVertical( 'Hello' )
  8373.  
  8374.         ;This would display
  8375.           H
  8376.           e
  8377.           l
  8378.           l
  8379.           o
  8380.  
  8381.    Category: Display
  8382.  
  8383.    Xor : Operator   Xor : Operator   Xor : Operator
  8384.    Returns logical Xor if operators are boolean; or bitwise Xor if
  8385.    operators are numeric.
  8386.  
  8387.    Category: Math, Boolean
  8388.  
  8389.    Year : Number   Year : Number   Year : Number
  8390.    Returns current Year.
  8391.  
  8392.    Category: Time
  8393.  
  8394.    YearOf (Date) : Number   YearOf (Date) : Number   YearOf (Date) : Number
  8395.    Returns the year of a date. If Date is passed as a string it is
  8396.    converted automatically.
  8397.  
  8398.    See Also: TimeOf, BadDate
  8399.  
  8400.    Category: Time
  8401.  
  8402.  
  8403.  
  8404.    Computer Tyme MarxMenu Users Manual                     Page 148
  8405.    _______________________________________________________________
  8406.  
  8407.  
  8408.    STRING CONSTANTS   STRING CONSTANTS   STRING CONSTANTS
  8409.  
  8410.       F1   = #0#59   SF1  = #0#84   CF1  = #0#94   AF1  = #0#104
  8411.       F2   = #0#60   SF2  = #0#85   CF2  = #0#95   AF2  = #0#105
  8412.       F3   = #0#61   SF3  = #0#86   CF3  = #0#96   AF3  = #0#106
  8413.       F4   = #0#62   SF4  = #0#87   CF4  = #0#97   AF4  = #0#107
  8414.       F5   = #0#63   SF5  = #0#88   CF5  = #0#98   AF5  = #0#108
  8415.       F6   = #0#64   SF6  = #0#89   CF6  = #0#99   AF6  = #0#109
  8416.       F7   = #0#65   SF7  = #0#90   CF7  = #0#100  AF7  = #0#110
  8417.       F8   = #0#66   SF8  = #0#91   CF8  = #0#101  AF8  = #0#111
  8418.       F9   = #0#67   SF9  = #0#92   CF9  = #0#102  AF9  = #0#112
  8419.       F10  = #0#68   SF10 = #0#93   CF10 = #0#103  AF10 = #0#113
  8420.       F11  = #0#133  SF11 = #0#135  CF11 = #0#137  AF11 = #0#139
  8421.       F12  = #0#134  SF12 = #0#136  CF12 = #0#138  AF12 = #0#140
  8422.  
  8423.       ALT1 = #0#120  BKSP = #8
  8424.       ALT2 = #0#121  CR   = #13
  8425.       ALT3 = #0#122  CRLF = #13#10
  8426.       ALT4 = #0#123  ESC  = #27
  8427.       ALT5 = #0#124  FF   = #12
  8428.       ALT6 = #0#125  LF   = #10
  8429.       ALT7 = #0#126
  8430.       ALT8 = #0#127
  8431.       ALT9 = #0#128
  8432.       ALT0 = #0#129
  8433.  
  8434.    Category: Constants
  8435.  
  8436.    TIME AND DATE CONSTANTS   TIME AND DATE CONSTANTS   TIME AND DATE CONSTANTS
  8437.  
  8438.       Jan = 1        Sun = 0
  8439.       Feb = 2        Mon = 1
  8440.       Mar = 3        Tue = 2
  8441.       Apr = 4        Wed = 3
  8442.       May = 5        Thu = 4
  8443.       Jun = 6        Fri = 5
  8444.       Jul = 7        Sat = 6
  8445.       Aug = 8
  8446.       Sep = 9        SecondsInHour = 3600
  8447.       Oct = 10       SecondsInDay  = 86400
  8448.       Nov = 11
  8449.       Dec = 12
  8450.  
  8451.    Category: Constants
  8452.  
  8453.  
  8454.  
  8455.    Computer Tyme MarxMenu Users Manual                     Page 149
  8456.    _______________________________________________________________
  8457.  
  8458.  
  8459.    VIDEO CONSTANTS   VIDEO CONSTANTS   VIDEO CONSTANTS
  8460.  
  8461.     Video Modes:   Display Types:
  8462.  
  8463.       BW40 = 0       0 = HercMono
  8464.       CO40 = 1       1 = CGA
  8465.       BW80 = 2       2 = MCGA
  8466.       CO50 = 3       3 = EGA
  8467.       MONO = 7       4 = VGA
  8468.  
  8469.    Category: Constants
  8470.  
  8471.    COLOR CONSTANTS   COLOR CONSTANTS   COLOR CONSTANTS
  8472.  
  8473.       Black   = 0    DGrey    = 8
  8474.       Blue    = 1    LBlue    = 9
  8475.       Green   = 2    LGreen   = 10
  8476.       Cyan    = 3    LCyan    = 11
  8477.       Red     = 4    LRed     = 12
  8478.       Magenta = 5    LMagenta = 13
  8479.       Brown   = 6    Yellow   = 14
  8480.       Grey    = 7    White    = 15
  8481.  
  8482.    Category: Constants
  8483.  
  8484.    BOOLEAN CONSTANTS   BOOLEAN CONSTANTS   BOOLEAN CONSTANTS
  8485.  
  8486.       True    Yes    On
  8487.       False   No     Off
  8488.  
  8489.    Category: Constants
  8490.  
  8491.    CONDITIONAL STATEMENTS   CONDITIONAL STATEMENTS   CONDITIONAL STATEMENTS
  8492.  
  8493.    MarxMenu has a full complement of conditional statements. They are as
  8494.    follows:
  8495.  
  8496.     IF->ELSE->ENDIF           Where, IF [condition]
  8497.                                         statement
  8498.                                         statement
  8499.                                      ELSE
  8500.                                         statement
  8501.                                         statement
  8502.                                      ENDIF
  8503.  
  8504.     IF->THEN                  Where, IF [condition] THEN statement
  8505.  
  8506.  
  8507.  
  8508.    Computer Tyme MarxMenu Users Manual                     Page 150
  8509.    _______________________________________________________________
  8510.  
  8511.  
  8512.     IF->ELSE->ELSEIF->ENDIF   Where, IF [condition]
  8513.                                         statement
  8514.                                         statement
  8515.                                      ELSEIF [condition]
  8516.                                         statement
  8517.                                         statement
  8518.                                      ELSEIF [condition]
  8519.                                         statement
  8520.                                         statement
  8521.                                      ELSE
  8522.                                         statement
  8523.                                         statement
  8524.                                      ENDIF
  8525.  
  8526.        REPEAT->UNTIL          Where, REPEAT
  8527.                                         statement
  8528.                                         statement
  8529.                                      UNTIL [condition]
  8530.  
  8531.        WHILE->ENDWHILE        Where, WHILE [conditon]
  8532.                                         statement
  8533.                                         statement
  8534.                                      ENDWHILE
  8535.  
  8536.  
  8537.        PROCEDURE->ENDPROC     PROCEDURE (name)
  8538.                                         statement
  8539.                                         statement
  8540.                               ENDPROC
  8541.  
  8542.  
  8543.        LOOP->ENDLOOP          LOOP (number)
  8544.                                         statement
  8545.                                         statement
  8546.                               ENDLOOP
  8547.  
  8548.    ENVIRONMENT VARIABLES USED BY MARXMENU   ENVIRONMENT VARIABLES USED BY MARXMENU   ENVIRONMENT VARIABLES USED BY MARXMENU
  8549.  
  8550.    MarxMenu uses a variety of environment variables to control various
  8551.    MarxMenu functions. Many of these variables are optional.
  8552.  
  8553.     Set MouseX=(Number)
  8554.  
  8555.    Sets the horizontal sensitivity of the mouse. Default is 15.
  8556.  
  8557.     Set MouseY=(Number)
  8558.  
  8559.    Sets the vertical sensitivity of the mouse. Default is 25.
  8560.  
  8561.     Set MxEcho=(On/Off)
  8562.  
  8563.  
  8564.  
  8565.    Computer Tyme MarxMenu Users Manual                     Page 151
  8566.    _______________________________________________________________
  8567.  
  8568.  
  8569.    If you set the first line of MARX.BAT to @ECHO %MXECHO% then by setting
  8570.    the environment variable MxEcho to ON or OFF, you can control the echo
  8571.    in the MARX.BAT file without having to edit it. This allows you to do
  8572.    diagnostics on a network without messing up other users.
  8573.  
  8574.     Set Temp=(Directory)
  8575.  
  8576.    Normally, MarxMenu creates temporary batch files in the same directory
  8577.    as MARXMENU.EXE. If you set TEMP to a directory, MarxMenu will use this
  8578.    directory instead. This complies with Windows / DOS 5.0 standards.
  8579.  
  8580.     Set MxCmd=(Command)
  8581.  
  8582.    MarxMenu uses MXCMD to control what the MARX.BAT file executes. You must
  8583.    have enough environment space available for MarxMenu to use.
  8584.  
  8585.     Set KSV=
  8586.  
  8587.    MarxMenu stores a series of keystrokes in the KSV variable when
  8588.    SavePosition is On.
  8589.  
  8590.     Set STATION=(Number)
  8591.  
  8592.    If you are on a network that is not Novell, then you should set this
  8593.    variable to a unique number for each station between 0 and 255.
  8594.  
  8595.     Set TASK=(Number)
  8596.  
  8597.    If you are running a multi-tasking operating system other than DesqView,
  8598.    and MarxMenu is running more than one task, then set an environment
  8599.    variable TASK to a unique number for each task.
  8600.  
  8601.    MarxMenu also accesses your COMSPEC variable and your PATH variable when
  8602.    executing programs.
  8603.  
  8604.    COMMAND CATEGORIES   COMMAND CATEGORIES   COMMAND CATEGORIES
  8605.  
  8606.    Here is a breakdown of MarxMenu commands by command category. Many
  8607.    MarxMenu commands are in several categories. These are the same
  8608.    categories as in the MarxHelp utility.
  8609.  
  8610.  
  8611.  
  8612.    Computer Tyme MarxMenu Users Manual                     Page 152
  8613.    _______________________________________________________________
  8614.  
  8615.  
  8616.    MISC COMMANDS   MISC COMMANDS   MISC COMMANDS
  8617.  
  8618.     |                       | (Vertical Bar)
  8619.     (                       ( : Operator
  8620.     )                       ) : Operator
  8621.     Alias                   Alias
  8622.     AllowAbort              AllowAbort (On/Off)
  8623.     AllowEsc                AllowEsc (On/Off)
  8624.     Comment                 Comment
  8625.     EndComment              EndComment
  8626.     EndProc                 EndProc
  8627.     Include                 Include (MenuName)
  8628.     NetworkVersion          NetworkVersion : Boolean
  8629.     Procedure               Procedure (name)
  8630.     Return                  Return (param,param,...)
  8631.     Run                     Run variable (parameters)
  8632.     Wait                    Wait (number)
  8633.  
  8634.    MATH COMMANDS   MATH COMMANDS   MATH COMMANDS
  8635.  
  8636.     *                       * : Operator
  8637.     +                       + : Operator
  8638.     -                       - : Operator
  8639.     /                       / : Operator
  8640.     <                       < : Operator
  8641.     <=                      <= : Operator
  8642.     <>                      <> : Operator
  8643.     =                       = : Operator
  8644.     >                       > : Operator
  8645.     >=                      >= : Operator
  8646.     Abs                     Abs : Number
  8647.     And                     And : Operator
  8648.     ArcTan                  ArcTan (Radians) : Real
  8649.     Cos                     Cos (Radians) : Real
  8650.     Exp                     Exp (Real) : Real
  8651.     Fraction                Fraction (Real) : Real
  8652.     Int                     Int (Real) : Real
  8653.     Integer                 Integer (Real) : Number
  8654.     Ln                      Ln (Real) : Real
  8655.     Max                     Max (Num,Num) : Num
  8656.     Min                     Min (Num,Num) : Num
  8657.     Mod                     Mod : Operator
  8658.     Not                     Not : Operator
  8659.     Or                      Or : Operator
  8660.     Pi                      Pi : Real
  8661.     Power                   Power (Real,Real) : Real
  8662.     Pred                    Pred (number) : Number
  8663.     Random                  Random : Number
  8664.     Real                    Real (Integer) : Real
  8665.     Shl                     Shl : Operator
  8666.     Shr                     Shr : Operator
  8667.     Sin                     Sin (Radians) : Real
  8668.  
  8669.  
  8670.  
  8671.    Computer Tyme MarxMenu Users Manual                     Page 153
  8672.    _______________________________________________________________
  8673.  
  8674.  
  8675.     Sqr                     Sqr (Real) : Real
  8676.     Succ                    Succ (number) : Number
  8677.     Value                   Value (string) : Number
  8678.     Xor                     Xor : Operator
  8679.  
  8680.    FLOAT COMMANDS   FLOAT COMMANDS   FLOAT COMMANDS
  8681.  
  8682.     *                       * : Operator
  8683.     +                       + : Operator
  8684.     -                       - : Operator
  8685.     /                       / : Operator
  8686.     <                       < : Operator
  8687.     <=                      <= : Operator
  8688.     <>                      <> : Operator
  8689.     =                       = : Operator
  8690.     >                       > : Operator
  8691.     >=                      >= : Operator
  8692.     Abs                     Abs : Number
  8693.     ArcTan                  ArcTan (Radians) : Real
  8694.     Cos                     Cos (Radians) : Real
  8695.     Exp                     Exp (Real) : Real
  8696.     Fraction                Fraction (Real) : Real
  8697.     Int                     Int (Real) : Real
  8698.     Integer                 Integer (Real) : Number
  8699.     Ln                      Ln (Real) : Real
  8700.     Max                     Max (Num,Num) : Num
  8701.     Min                     Min (Num,Num) : Num
  8702.     Pi                      Pi : Real
  8703.     Power                   Power (Real,Real) : Real
  8704.     Real                    Real (Integer) : Real
  8705.     Sin                     Sin (Radians) : Real
  8706.     Sqr                     Sqr (Real) : Real
  8707.  
  8708.  
  8709.  
  8710.    Computer Tyme MarxMenu Users Manual                     Page 154
  8711.    _______________________________________________________________
  8712.  
  8713.  
  8714.    STRING COMMANDS   STRING COMMANDS   STRING COMMANDS
  8715.  
  8716.     +                       + : Operator
  8717.     <                       < : Operator
  8718.     <=                      <= : Operator
  8719.     <>                      <> : Operator
  8720.     =                       = : Operator
  8721.     >                       > : Operator
  8722.     >=                      >= : Operator
  8723.     %MenuFileName           %MenuFileName : String
  8724.     BatFileName             BatFileName : String
  8725.     BlankMessage            BlankMessage (string)
  8726.     Char                    Char (number) : String
  8727.     CleanFileName           CleanFileName (string) : String
  8728.     CmdLine                 CmdLine : String
  8729.     DateString              DateString (Time) : String
  8730.     Delete                  Delete (string,pos,count)
  8731.     DosVersionString        DosVersionString : String
  8732.     Extension               Extension (String) : String
  8733.     FilePart                FilePart (String) : String
  8734.     ForceExtension          ForceExtension (String,Ext) : String
  8735.     InputString             InputString (String)
  8736.     Insert                  Insert (InsString,OrigString,Pos)
  8737.     KeySave                 KeySave : String
  8738.     LastKey                 LastKey : String
  8739.     Left                    Left (string,count) : String
  8740.     Length                  Length (string) : Number
  8741.     MarxVersion             MarxVersion : String
  8742.     Max                     Max (Num,Num) : Num
  8743.     Mid                     Mid (string,pos,count) : String
  8744.     Min                     Min (Num,Num) : Num
  8745.     MxCmd                   MxCmd : String
  8746.     NamePart                NamePart (String) : String
  8747.     NextWord                NextWord (String) : String
  8748.     OptionSwitch            OptionSwitch (String1,String2) : Boolean
  8749.     Ord                     Ord (Char) : Number
  8750.     OverKey                 OverKey : String
  8751.     ParamStr                ParamStr (Num) : String
  8752.     Path                    Path : String
  8753.     PathPart                PathPart (String) : String
  8754.     PickFile                PickFile (FileSpec,column,row,height) : String
  8755.     PickMany                PickMany(SourceArray,DestinationArray)
  8756.     PickOne                 PickOne (Array) : String
  8757.     PickPosition            PickPosition : Number
  8758.     Pos                     Pos (substring,string) : Number
  8759.     Readln                  Readln : String
  8760.     ReleaseDate             ReleaseDate : String
  8761.     Right                   Right (string,count) : String
  8762.     Security                Security (on/off)
  8763.     SelectPath              SelectPath : String
  8764.     Str                     Str (number) : String
  8765.     StuffAKey               StuffAKey (String or Number)
  8766.  
  8767.  
  8768.  
  8769.    Computer Tyme MarxMenu Users Manual                     Page 155
  8770.    _______________________________________________________________
  8771.  
  8772.  
  8773.     StuffKBD                StuffKBD (String)
  8774.     TimeString              TimeString (Time) : String
  8775.     Trim                    Trim (string)
  8776.     TrueName                TrueName (String) : String
  8777.     UniqueFileName          UniqueFileName : String
  8778.     UpperCase               UpperCase (String) : String
  8779.     UpperCaseOnly           UpperCaseOnly : Boolean
  8780.     Value                   Value (string) : Number
  8781.  
  8782.    VARIABLE COMMANDS   VARIABLE COMMANDS   VARIABLE COMMANDS
  8783.  
  8784.     Actual                  Actual
  8785.     Loc                     Loc (Procedure or Variable)
  8786.     Qualifier               Qualifier
  8787.     Shared                  Shared
  8788.     Var                     Var
  8789.  
  8790.    BOOLEAN COMMANDS   BOOLEAN COMMANDS   BOOLEAN COMMANDS
  8791.  
  8792.     And                     And : Operator
  8793.     Not                     Not : Operator
  8794.     Or                      Or : Operator
  8795.     Xor                     Xor : Operator
  8796.  
  8797.    ARRAY COMMANDS   ARRAY COMMANDS   ARRAY COMMANDS
  8798.  
  8799.     AppendArray             AppendArray (Array,Value)
  8800.     Delete                  Delete (string,pos,count)
  8801.     Dispose                 Dispose (Variable)
  8802.     NovAttachedServers      NovAttahedServers (Array)
  8803.     NovGroupMembers         NovGroupsMembers (Group,Array)
  8804.     NovObjects              NovObjects (2D Array)
  8805.     NovPrintQueues          NovPrintQueues (Array)
  8806.     NovPropertyValues       NovPropertyValues (Array, Object, Property, Type)
  8807.     NovReadGroups           NovReadGroups (Name,Array)
  8808.     NovReadSecurityEquals   NovReadSecurityEquals (Name,Array)
  8809.     NovScanProperties       NovScanProperties (Array, Object, ObjectType)
  8810.     NovServers              NovServers (Array)
  8811.     NovUsers                NovUsers (Array)
  8812.     NovUsersLoggedIn        NovUsersLoggedIn (Array)
  8813.     NovVolumes              NovVolumes (Array)
  8814.     NumberOfElements        NumberOfElememts (array) : Number
  8815.     PickMany                PickMany(SourceArray,DestinationArray)
  8816.     PickOne                 PickOne (Array) : String
  8817.     PickPosition            PickPosition : Number
  8818.     PosInList               PosInList (String,Array) : Number
  8819.     PosInSortedList         PosInSortedList (String,Array) : Number
  8820.     ReadDirectory           ReadDirectory (Path,Array)
  8821.     ReadEnvironment         ReadEnvironment (Array)
  8822.     ReadTextFile            ReadTextFile (FileName,Array)
  8823.     SetArraySize            SetArraySize (Array,Size)
  8824.     SortArray               SortArray (Array)
  8825.  
  8826.  
  8827.  
  8828.    Computer Tyme MarxMenu Users Manual                     Page 156
  8829.    _______________________________________________________________
  8830.  
  8831.  
  8832.     ViewArray               ViewArray (Array)
  8833.     WriteTextFile           WriteTextFile (FileName,Array)
  8834.  
  8835.    MEMORY COMMANDS   MEMORY COMMANDS   MEMORY COMMANDS
  8836.  
  8837.     ApplicationMemory       ApplicationMemory : Number
  8838.     Dispose                 Dispose (Variable)
  8839.     FreeEms                 FreeEMS : Number
  8840.     FreeMemory              FreeMemory : Number
  8841.     Mem                     Mem (seg,ofs) : Number
  8842.     MemL                    MemL (seg,ofs) : Number
  8843.     MemSize                 MemSize : Number
  8844.     MemW                    MemW (seg,ofs) : Number
  8845.     Port                    Port (number) : Number
  8846.     TotalEms                TotalEMS : Number
  8847.  
  8848.    TIME COMMANDS   TIME COMMANDS   TIME COMMANDS
  8849.  
  8850.     BadDate                 BadDate : Boolean
  8851.     DateSeparator           DateSeparator : String
  8852.     DateString              DateString (Time) : String
  8853.     Day                     Day : Number
  8854.     DayOf                   DayOf (Date) : Number
  8855.     DayOfWeek               DayOfWeek : Number
  8856.     DayOfWeekOf             DayOfWeekOf (Date) : Number
  8857.     FileTime                FileTime (File) : Time
  8858.     Hour                    Hour : Number
  8859.     HourOf                  HourOf (Date) : Number
  8860.     Hundredth               Hundredth : Number
  8861.     Minute                  Minute : Number
  8862.     MinuteOf                MinuteOf (Date) : Number
  8863.     Month                   Month : Number
  8864.     MonthOf                 MonthOf (Date) : Number
  8865.     NovAccountExpDate       NovAccountExpDate (UserName) : Date
  8866.     NovLastLoginDate        NovLastLoginDate (User) : Date
  8867.     NovPasswordExpDate      NovPasswordExpDate (UserName) : Date
  8868.     NovServerTime           NovServerTime : Time
  8869.     Now                     Now : Time
  8870.     Second                  Second : Number
  8871.     SecondOf                SecondOf (Date) : Number
  8872.     TimeOf                  TimeOf (String) : Number
  8873.     Timer                   Timer : Number
  8874.     TimeSeparator           TimeSeparator : String
  8875.     TimeString              TimeString (Time) : String
  8876.     Today                   Today : Date
  8877.     Tomorrow                Tomorrow : Time
  8878.     Year                    Year : Number
  8879.     YearOf                  YearOf (Date) : Number
  8880.  
  8881.  
  8882.  
  8883.    Computer Tyme MarxMenu Users Manual                     Page 157
  8884.    _______________________________________________________________
  8885.  
  8886.  
  8887.    EXECUTION COMMANDS   EXECUTION COMMANDS   EXECUTION COMMANDS
  8888.  
  8889.     Bat                     Bat (string)
  8890.     Chain                   Chain (MenuName)
  8891.     ClearScreenFirst        ClearScreenFirst (on/off)
  8892.     DosWindow               DosWindow (on/off)
  8893.     Execute                 Execute (command string)
  8894.     ExitCode                ExitCode
  8895.     ExitMenu                ExitMenu
  8896.     IdleProgram             IdleProgram : Procedure
  8897.     Jump                    Jump (menu)
  8898.     KeySave                 KeySave : String
  8899.     Logoff                  Logoff
  8900.     LogoffTime              LogoffTime : Number
  8901.     MxCmd                   MxCmd : String
  8902.     NoExit                  NoExit
  8903.     Overlay                 OverLay (MenuName)
  8904.     PauseAfterExecute       PauseAfterExecute (On/Off)
  8905.     Reboot                  Reboot
  8906.     ReturnCode              ReturnCode : Number
  8907.     StuffAKey               StuffAKey (String or Number)
  8908.     StuffKBD                StuffKBD (String)
  8909.     UseCommand              UseCommand (on/off)
  8910.  
  8911.    DISPLAY COMMANDS   DISPLAY COMMANDS   DISPLAY COMMANDS
  8912.  
  8913.     BigShadow               BigShadow
  8914.     Blanked                 Blanked : Boolean
  8915.     BlankScreenProgram      BlankScreenProgram : Procedure
  8916.     BlankTime               BlankTime (minutes)
  8917.     BlockBox                BlockBox
  8918.     BoxHeader               BoxHeader (string)
  8919.     BoxHeaderLeft           BoxHeaderLeft (string)
  8920.     BoxHeaderRight          BoxHeaderRight (string)
  8921.     BoxFooter               BoxFooter (string)
  8922.     BoxFooterLeft           BoxFooterLeft (string)
  8923.     BoxFooterRight          BoxFooterRight (string)
  8924.     BrightBackground        BrightBackground (On/Off)
  8925.     ClearLine               ClearLine [char]
  8926.     ClearScreen             ClearScreen [char]
  8927.     ClearScreenOnExit       ClearScreenOnExit (on/off)
  8928.     ClockMode               ClockMode
  8929.     ClockPos                ClockPos (column,row)
  8930.     ColorScreen             ColorScreen : Boolean
  8931.     Console                 Console (On/Off)
  8932.     ConsolePos              ConsolePos (column,row)
  8933.     CurrentWindow           CurrentWindow : Number
  8934.     Cursor                  Cursor (On/Off)
  8935.     CustomBox               CustomBox (String)
  8936.     DisplayType             DisplayType : Number
  8937.     DoubleLineBox           DoubleLineBox
  8938.     DrawBox                 DrawBox (column,row,width,height)
  8939.  
  8940.  
  8941.  
  8942.    Computer Tyme MarxMenu Users Manual                     Page 158
  8943.    _______________________________________________________________
  8944.  
  8945.  
  8946.     EraseTopWindow          EraseTopWindow
  8947.     EraseWindow             EraseWindow (Number)
  8948.     Explode                 Explode (on/off)
  8949.     ExplodeDelay            ExplodeDelay (number)
  8950.     ForceExplosion          ForceExplosion (On/Off)
  8951.     GotoXY                  GotoXY (column,row)
  8952.     InactiveBox             InactiveBox (BoxType)
  8953.     LockWord                LockWord (word)
  8954.     MoveWindow              MoveWindow (Horizontal,Vertical)
  8955.     NoBoxBorder             NoBoxBorder
  8956.     PullMenu                PullMenu (on/off)
  8957.     ResizeWindow            ResizeWindow (Horizontal Vertical)
  8958.     RollWindow              RollWindow (number)
  8959.     ScreenHeight            ScreenHeight : Number
  8960.     ScreenWidth             ScreenWidth : Number
  8961.     ScrollMove              ScrollMove (On/Off)
  8962.     SetTopWindow            SetTopWindow (Number)
  8963.     SetWindowUnder          SetWindowUnder (Window1,Window2)
  8964.     Shadow                  Shadow (on/off)
  8965.     ShadowPosition          ShadowPosition (number)
  8966.     SingleLineBox           SingleLineBox
  8967.     SmallShadow             SmallShadow
  8968.     Sound                   Sound (on/off)
  8969.     StandardIO              StandardIO (on/off)
  8970.     Suggest                 Suggest (Char)
  8971.     TextMode                TextMode (num)
  8972.     UnBlank                 UnBlank : Boolean
  8973.     UseArrows               UseArrows
  8974.     VideoMode               VideoMode : Number
  8975.     VideoPage               VideoPage : Number
  8976.     ViewArray               ViewArray (Array)
  8977.     ViewTextFile            ViewTextFile (Name)
  8978.     WhereX                  WhereX : Number
  8979.     WhereXAbs               WhereXAbs : Number
  8980.     WhereYAbs               WhereYAbs : Number
  8981.     WindowHeight            WindowHeight : Number
  8982.     WindowWidth             WindowWidth : Number
  8983.     WinX                    WinX : Number
  8984.     WinY                    WinY : Number
  8985.     Write                   Write (string)
  8986.     WriteCenter             WriteCenter (string)
  8987.     Writeln                 Writeln (string)
  8988.     WriteVertical           WriteVertical (string)
  8989.  
  8990.  
  8991.  
  8992.    Computer Tyme MarxMenu Users Manual                     Page 159
  8993.    _______________________________________________________________
  8994.  
  8995.  
  8996.    COLOR COMMANDS   COLOR COMMANDS   COLOR COMMANDS
  8997.  
  8998.     Blink                   Blink : Boolean
  8999.     BoxBorderColor          BoxBorderColor (forecolor,backcolor)
  9000.     BoxHeaderColor          BoxHeaderColor (forecolor,backcolor)
  9001.     BoxInsideColor          BoxInsideColor (forecolor,backcolor)
  9002.     CapsColor               CapsColor (forecolor,backcolor)
  9003.     ClockColor              ClockColor (forecolor,backcolor)
  9004.     ConsoleBorderColor      ConsoleBorderColor (Color,Color)
  9005.     ConsoleHeaderColor      ConsoleHeaderColor (Color,Color)
  9006.     ConsoleInsideColor      ConsoleInsideColor (Color,Color)
  9007.     InactiveBoxColor        InactiveBoxColor (foreground,background)
  9008.     InverseColor            InverseColor (forecolor,backcolor)
  9009.     ShadowColor             ShadowColor (ForeColor,BackColor)
  9010.     TextBackground          TextBackground (color)
  9011.     TextColor               TextColor (forecolor,backcolor)
  9012.  
  9013.    SYSTEM COMMANDS   SYSTEM COMMANDS   SYSTEM COMMANDS
  9014.  
  9015.     CapsLock                CapsLock : Boolean
  9016.     ClusterSize             ClusterSize <drive> : Number
  9017.     DosVersion              DosVersion : Number
  9018.     DosVersionString        DosVersionString : String
  9019.     Drives                  Drives : Number
  9020.     Floppies                Floppies : Number
  9021.     FreeDiskSpace           FreeDiskSpace <drive> : Number
  9022.     LastDrive               LastDrive : String
  9023.     MinorDosVersion         MinorDosVersion : Number
  9024.     NumLock                 NumLock : Boolean
  9025.     ParallelPorts           ParallelPorts : Number
  9026.     ScrollLock              ScrollLock : Boolean
  9027.     SerialPorts             SerialPorts : Number
  9028.     TotalDiskSpace          TotalDiskSpace <drive> : Number
  9029.     UsedDiskSpace           UsedDiskSpace <drive> : Number
  9030.     Volume                  Volume (drive)
  9031.  
  9032.  
  9033.  
  9034.    Computer Tyme MarxMenu Users Manual                     Page 160
  9035.    _______________________________________________________________
  9036.  
  9037.  
  9038.    FILE COMMANDS   FILE COMMANDS   FILE COMMANDS
  9039.  
  9040.     ChDir                   ChDir (string)
  9041.     DelFile                 DelFile (Name)
  9042.     DirectoriesOnly         DirectoriesOnly (On/Off)
  9043.     EndOfFile               EndOfFile (FileVar) : Boolean
  9044.     ExistDir                ExistDir (directory) : Boolean
  9045.     ExistFile               ExistFile : Boolean
  9046.     ExistOnPath             ExistOnPath (string) : String
  9047.     FileAppend              FileAppend (FileVar)
  9048.     FileAssign              FileAssign (FileVar,String)
  9049.     FileAttr                FileAttr (string) : Number
  9050.     FileClose               FileClose (FileVar)
  9051.     FileCreate              FileCreate (FileVar)
  9052.     FileDate                FileDate (string) : Number
  9053.     FileFlush               FileFlush (FileVar)
  9054.     FileLog                 FileLog (FileName,String)
  9055.     FileOpen                FileOpen (FileVar)
  9056.     FilePos                 FilePos (FileVar) : Number
  9057.     FileReadln              FileReadln (FileVar) : String
  9058.     FileRename              FileRename (Old,New)
  9059.     FileResult              FileResult : Number
  9060.     FileSeek                FileSeek (FileVar,Number)
  9061.     FileSize                FileSize (string) : Number
  9062.     FileTime                FileTime (File) : Time
  9063.     FileWrite               FileWrite (FileVar,String)
  9064.     FileWriteln             FileWriteln (FileVar,String)
  9065.     HiddenAndSystem         HiddenAndSystem (On/Off)
  9066.     IncludeDirectories      IncludeDirectories (On/Off)
  9067.     MkDir                   MkDir (String)
  9068.     ReadDirectory           ReadDirectory (Path,Array)
  9069.     ReadTextFile            ReadTextFile (FileName,Array)
  9070.     RmDir                   RmDir (String)
  9071.     TextPos                 TextPos : Number
  9072.     TextSeek                TextSeek (Number)
  9073.     TrueName                TrueName (String) : String
  9074.     UniqueFileName          UniqueFileName : String
  9075.     ViewTextFile            ViewTextFile (Name)
  9076.     WholeFileNames          WholeFileNames (On/Off)
  9077.     WriteTextFile           WriteTextFile (FileName,Array)
  9078.  
  9079.    ANSI COMMANDS   ANSI COMMANDS   ANSI COMMANDS
  9080.  
  9081.     ClearLine               ClearLine [char]
  9082.     ClearScreen             ClearScreen [char]
  9083.     GotoXY                  GotoXY (column,row)
  9084.     StandardIO              StandardIO (on/off)
  9085.     TextBackground          TextBackground (color)
  9086.     TextColor               TextColor (forecolor,backcolor)
  9087.  
  9088.  
  9089.  
  9090.    Computer Tyme MarxMenu Users Manual                     Page 161
  9091.    _______________________________________________________________
  9092.  
  9093.  
  9094.    PRINTER COMMANDS   PRINTER COMMANDS   PRINTER COMMANDS
  9095.  
  9096.     ClosePrinter            ClosePrinter
  9097.     NovPrintQueues          NovPrintQueues (Array)
  9098.     OpenPrinter             OpenPrinter
  9099.     Print                   Print (string)
  9100.     PrinterName             PrinterName (string)
  9101.     Println                 Println (String)
  9102.     PrintScreen             PrintScreen (On/Off)
  9103.  
  9104.    INTERNATIONAL COMMANDS   INTERNATIONAL COMMANDS   INTERNATIONAL COMMANDS
  9105.  
  9106.     CountryCode             CountryCode : Number
  9107.     DateSeparator           DateSeparator : String
  9108.     DateString              DateString (Time) : String
  9109.     DecimalSeparator        DecimalSeparator : String
  9110.     TimeOf                  TimeOf (String) : Number
  9111.     TimeSeparator           TimeSeparator : String
  9112.     UpperCase               UpperCase (String) : String
  9113.  
  9114.    ENVIRONMENT COMMANDS   ENVIRONMENT COMMANDS   ENVIRONMENT COMMANDS
  9115.  
  9116.     CurrentEnvironment      CurrentEnvironment
  9117.     EnvFree                 EnvFree : Number
  9118.     EnvSize                 EnvSize : Number
  9119.     FixPath                 FixPath
  9120.     KeySave                 KeySave : String
  9121.     MasterEnvironment       MasterEnvironment
  9122.     ModifyPath              ModifyPath
  9123.     MxCmd                   MxCmd : String
  9124.     ParentEnvironment       ParentEnvironment
  9125.     ReadEnv                 ReadEnv (String) : String
  9126.     ReadEnvironment         ReadEnvironment (Array)
  9127.     SavePosition            SavePosition (On/Off)
  9128.     SetEnv                  SetEnv (String)
  9129.     ShellEnvironment        ShellEnvironment
  9130.  
  9131.  
  9132.  
  9133.    Computer Tyme MarxMenu Users Manual                     Page 162
  9134.    _______________________________________________________________
  9135.  
  9136.  
  9137.    DESQVIEW COMMANDS   DESQVIEW COMMANDS   DESQVIEW COMMANDS
  9138.  
  9139.     DvAppNumber             DvAppNumber : Number
  9140.     DvFrame                 DvFrame (Handle,On/Off)
  9141.     DvFreeze                DvFreeze (Handle)
  9142.     DvHide                  DvHide (Handle)
  9143.     DvKillTask              DvKillTask (Handle)
  9144.     DvLastHandle            DvLastHandle : Number
  9145.     DvLoaded                DvLoaded : Boolean
  9146.     DvMoveWindow            DvMoveWindow (Handle,X,Y)
  9147.     DvMyHandle              DvMyHandle : Number
  9148.     DvPifExecute            DvPifExecute (Pif File)
  9149.     DvResizeWindow          DvResizeWindow (Handle,Width,Height)
  9150.     DvSetBottom             DvSetBottom (Handle)
  9151.     DvSetTop                DvSetTop (Handle)
  9152.     DvUnFreeze              DvUnFreeze (Handle)
  9153.     DvUnHide                DvUnHide (Handle)
  9154.  
  9155.    CONDITIONAL COMMANDS   CONDITIONAL COMMANDS   CONDITIONAL COMMANDS
  9156.  
  9157.     Else                    Else
  9158.     ElseIf                  ElseIf
  9159.     Endif                   EndIf
  9160.     EndLoop                 EndLoop
  9161.     EndWhile                EndWhile
  9162.     If                      If
  9163.     Loop                    Loop
  9164.     LoopIndex               LoopIndex : Number
  9165.     LoopLevel               LoopLevel : Number
  9166.     LoopLimit               LoopLimit : Number
  9167.     OnKey                   OnKey (char)
  9168.     OnScreenOnly            OnScreenOnly (On/Off)
  9169.     Password                Password (Pswd,column,row)
  9170.     Repeat                  Repeat
  9171.     Then                    Then
  9172.     Until                   Until
  9173.     While                   While
  9174.  
  9175.  
  9176.  
  9177.    Computer Tyme MarxMenu Users Manual                     Page 163
  9178.    _______________________________________________________________
  9179.  
  9180.  
  9181.    KEYBOARD COMMANDS   KEYBOARD COMMANDS   KEYBOARD COMMANDS
  9182.  
  9183.     InputString             InputString (String)
  9184.     InsertMode              InsertMode (On/Off)
  9185.     KbdReady                KbdReady : Boolean
  9186.     MenuKeyBuffer           MenuKeyBuffer
  9187.     ReadKey                 ReadKey : String
  9188.     Readln                  Readln : String
  9189.     SavePosition            SavePosition (On/Off)
  9190.     StuffAKey               StuffAKey (String or Number)
  9191.     StuffKBD                StuffKBD (String)
  9192.     StuffKeyboardNow        StuffKeyboardNow
  9193.     WaitOrKbdReady          WaitOrKbdReady (Number)
  9194.  
  9195.    MOUSECONTROL COMMANDS   MOUSECONTROL COMMANDS   MOUSECONTROL COMMANDS
  9196.  
  9197.     KeyFromMouse            KeyFromMouse : Boolean
  9198.     Mouse                   Mouse
  9199.     MouseHorizontal         MouseHorizontal (Number)
  9200.     MouseVertical           MouseVertical (Number)
  9201.  
  9202.    MUSIC COMMANDS   MUSIC COMMANDS   MUSIC COMMANDS
  9203.  
  9204.     KillMusic               KillMusic
  9205.     NotesLeft               NotesLeft : Num
  9206.     NotesPlayed             NotesPlayed : Num
  9207.     Tone                    Tone (Frequency,Duration)
  9208.  
  9209.  
  9210.  
  9211.    Computer Tyme MarxMenu Users Manual                     Page 164
  9212.    _______________________________________________________________
  9213.  
  9214.  
  9215.    NOVELL COMMANDS   NOVELL COMMANDS   NOVELL COMMANDS
  9216.  
  9217.     LastDrive               LastDrive : String
  9218.     MachineName             MachineName : String
  9219.     NovAccountExpDate       NovAccountExpDate (UserName) : Date
  9220.     NovAddUserToGroup       NovAddUserToGroup (User,Group)
  9221.     NovAttach               NovAttach (Server)
  9222.     NovAttachedServers      NovAttahedServers (Array)
  9223.     NovBroadcastMode        NovBroadcastMode (Mode)
  9224.     NovChangePassword       NovChangePassword (OldPassword,NewPassword)
  9225.     NovCleanVolumeName      NovCleanVolumeName (String) : String
  9226.     NovCloseSemaphore       NovCloseSemaphore (Name)
  9227.     NovConnection           NovConnection : Number
  9228.     NovConnectionsInUse     NovConnectionsInUse : Number
  9229.     NovConsoleOperator      NovConsoleOperator : Boolean
  9230.     NovDefaultServer        NovDefaultServer : String
  9231.     NovDeleteObject         NovDeleteObject (Object,Type)
  9232.     NovDetach               NovDetach (Server)
  9233.     NovFullName             NovFullName (User)
  9234.     NovGetMessage           NovGetMessage : String
  9235.     NovGraceLoginReset      NovGraceLoginReset (User) : Num
  9236.     NovGraceLogins          NovGraceLogins (User) : Num
  9237.     NovGroupMembers         NovGroupsMembers (Group,Array)
  9238.     NovGroups               NovGroups (Array)
  9239.     NovInGroup              NovInGroup (Group) : Boolean
  9240.     NovLastLoginDate        NovLastLoginDate (User) : Date
  9241.     NovLogin                NovLogin (Name,Password)
  9242.     NovLoginName            NovLoginName (Connection) : String
  9243.     NovLogout               NovLogout
  9244.     NovMapDrive             NovMapDrive (Drive,Directory)
  9245.     NovMapRoot              NovMapRoot (Drive,Path)
  9246.     NovMaxConnections       NovMaxConnections : Number
  9247.     NovMinPasswordLength    NovMinPasswordLength (User) : Num
  9248.     NovMyLoginName          NovMyLoginName : String
  9249.     NovMyPassword           NovMyPassword (Password) : Boolean
  9250.     NovObjectID             NovObjectID (User) : String
  9251.     NovObjects              NovObjects (2D Array)
  9252.     NovOpenSemaphore        NovOpenSemaphore (Name,Value)
  9253.     NovPasswordExpDate      NovPasswordExpDate (UserName) : Date
  9254.     NovPreferredServer      NovPreferredServer : String
  9255.     NovPrimaryServer        NovPrimaryServer : String
  9256.     NovPrintQueues          NovPrintQueues (Array)
  9257.     NovPropertyValues       NovPropertyValues (Array, Object, Property, Type)
  9258.     NovReadGroups           NovReadGroups (Name,Array)
  9259.     NovReadSecurityEquals   NovReadSecurityEquals (Name,Array)
  9260.     NovRemoveUserFromGroup  NovRemoveUserFromGroup (User,Group)
  9261.     NovResult               NovResult : Number
  9262.     NovScanProperties       NovScanProperties (Array, Object, ObjectType)
  9263.     NovSecurityEquals       NovSecurityEquals (Security) : Boolean
  9264.     NovServerTime           NovServerTime : Time
  9265.     NovSemaphoreTimeOut     NovSemaphoreTimeOut
  9266.     NovSemaphoreUsers       NovSemaphoreUsers (Name) : Number
  9267.  
  9268.  
  9269.  
  9270.    Computer Tyme MarxMenu Users Manual                     Page 165
  9271.    _______________________________________________________________
  9272.  
  9273.  
  9274.     NovSemaphoreValue       NovSemaphoreValue (Name) : Number
  9275.     NovServers              NovServers (Array)
  9276.     NovSendMessage          NovSendMessage (Message,Connection)
  9277.     NovSetPreferredServer   NovSetPreferredServer (Server)
  9278.     NovSetPrimaryServer     NovSetPrimaryServer (Server)
  9279.     NovSignalSemaphore      NovSignalSemaphore (Name)
  9280.     NovStationAddress       NovStationAddress (Connection) : String
  9281.     NovUserInGroup          NovUserInGroup (Name,Group) : Boolean
  9282.     NovUsers                NovUsers (Array)
  9283.     NovUsersLoggedIn        NovUsersLoggedIn (Array)
  9284.     NovVersionNumber        NovVersionNumber : Number
  9285.     NovVolumes              NovVolumes (Array)
  9286.     NovWaitOnSemaphore      NovWaitOnSemaphore (Name) : Boolean
  9287.     UseNovPassword          UseNovPassword : Boolean
  9288.  
  9289.    Other Computer Tyme Software:
  9290.    ======================================================
  9291.  
  9292.    The Computer Tyme Dos ToolBox... Makes DOS easier for the novice,
  9293.    more powerful for the professional.
  9294.  
  9295.    DIRECTORY MASTER is a powerful hard disk managment utility. It
  9296.    brings up your hard disk files and allows you to mark selected
  9297.    files so you can copy them, delete them, or move them. It also
  9298.    allows you to rename files, change dates, and change attributes.
  9299.    You can also run programs or set up your function keys to run
  9300.    programs on selected files.
  9301.  
  9302.    DOLIST makes being at DOS easier. It gives you full line editing,
  9303.    like a word processor, for your commands. It also stores commands
  9304.    so that you can re-execute them. It remembers subdirectories and
  9305.    allows you to go back to them by pressing the TAB key. It offers
  9306.    programmable function keys, DOS extensions, multiple execution,
  9307.    and many more features you have got to have.
  9308.  
  9309.    PICK DIRECTORY allows you to move through the directory system by
  9310.    displaying a graphic tree and letting you use your arrow keys to
  9311.    move around. It also lets you create, delete, rename, and hide
  9312.    directories.
  9313.  
  9314.    MARXTSR is a set of memory and TSR management utilities that let
  9315.    you load and unload TSRs (Terminate and stay resident programs)
  9316.    from memory. Utilities to list menory allocation and turn TSR's
  9317.    on and off.
  9318.  
  9319.    And many more ... Also includes is D, a fancy directory listing
  9320.    program; WHEREIS, for finding stuff on you hard disk, SORT, MOVE,
  9321.    FIND, FREE, PIPEDIR, VERSION, and many more.
  9322.  
  9323.    The Dos Toolbox sells for $59.95.
  9324.  
  9325.    ======================================================
  9326.  
  9327.    We are also selling QEdit from Semware. QEdit is a professional
  9328.    editor from Semware.
  9329.  
  9330.    1-800-548-5353 Order Line
  9331.    1-417-866-1222 Voice Line
  9332.    1-417-866-1665 BBS Data line * 1200/2400 * 8N1 * ANSI or VT100
  9333.  
  9334.    MarxMenu comes with MarxEdit and MARXTSR manager and a few goodies out of
  9335.    the DOS ToolBox. The Network Survival Kit is a network version of almost
  9336.    every utility I've ever written. It's sold on a per fileserver basis.
  9337.  
  9338.                  _______
  9339.             ____|__     |               (tm)
  9340.          --|       |    |-------------------
  9341.            |   ____|__  |  Association of
  9342.            |  |       |_|  Shareware
  9343.            |__|   o   |    Professionals
  9344.          -----|   |   |---------------------
  9345.               |___|___|    APPROVED VENDOR
  9346.  
  9347.       ==========================================
  9348.  
  9349.  
  9350.  
  9351.  
  9352.  
  9353.  
  9354.  
  9355.         Make Check            Computer Tyme            Order Form 2.32
  9356.         Payable To:    411 North Sherman Suite 300
  9357.                           Springfield Mo. 65802
  9358.                      (417) 866-1222  (800) 548-5353
  9359.  
  9360.         Please send me Computer Tyme Software.
  9361.  
  9362.         =============================================================
  9363.  
  9364.         Name:        ________________________________________________
  9365.  
  9366.         Address:     ________________________________________________
  9367.  
  9368.         City/St/Zip: ________________________________________________
  9369.  
  9370.         Phone:       ________________________________________________
  9371.  
  9372.         Computer:    ________________________________________________
  9373.  
  9374.         Got From:    ________________________________________________
  9375.  
  9376.         Comments:    ________________________________________________
  9377.  
  9378.                      ________________________________________________
  9379.  
  9380.  
  9381.         Single User Version:
  9382.  
  9383.         ___ Enclosed is $59.95 for MarxMenu.
  9384.  
  9385.         ___ Enclosed is $59.95 for the DOS ToolBox.
  9386.  
  9387.         ___ Enclosed is $99.95 for MarxMenu, the Dos ToolBox and DM3.
  9388.  
  9389.  
  9390.         Network Version (1 per file server):
  9391.  
  9392.         ___ Enclosed is $495 for Network Survival Kit.
  9393.  
  9394.         ___ Add $3.00 for Shipping and Handling.
  9395.  
  9396.         ___ I need 3 1/2 Inch Media.
  9397.  
  9398.  
  9399.         Credit Card Number: _______________ Expiration Date: ________
  9400.  
  9401.         Signature: __________________________________________________
  9402.  
  9403.         Master Card __   Visa __   Discover __
  9404.  
  9405.                     * We do not take American Express *
  9406.  
  9407.         =============================================================
  9408.