13 ARENA.EXE - Prints out arena assignments
17 The system's memory arena is printed out. The
18 number listed under the owner field is the PID of
19 the process which owns the memory.
22 BBSET.EXE - Set and report on behavior bits
24 bbset [-o] [ {+|-}bitname ... ] fname ...
26 BBSET sets or clears behavior bits in an .EXE file
27 header. Multi-Tasking MS-DOS uses the behavior
28 bits to determine the level of special
29 compatibility support needed to run the
32 BBSET will set (if +bitname) or clear (if -
33 bitname) the named behavior bit(s) from the
34 specified files. If the -o switch is specified,
35 BBSET writes a report on the current setting of
36 all the defined behavior bits to stdout after
37 making the requested changes.
39 For a list of behavior bits that BBSET knows
40 about, type BBSET without any arguments.
43 COUNTDOW.EXE - Count down a CPU loop
47 Its argument is a number; it counts the number
48 down to 0, at about a 1hz rate. It prints out
49 the countdown. Another CPU loop program like
50 TEXT, but this one terminates when the count
54 DETACH.EXE - Detaches a child process
56 detach command [argument ...]
58 The command given is run as a background process.
59 Detach prints out the Command Subgroup ID (CSID)
60 which may be used as an argument to KILL to
61 terminate the process.
71 Multi-Tasking MS-DOS Command Guide - Page: 2
73 HE_DAEM.EXE - Hard error catcher
77 Intercepts hard errors, reports them and requests
78 user action. This should always be run in the
79 background for now. Put the above command line in
80 your AUTOEXEC.BAT file if you're not going to use
81 the Session Manager (SM).
84 KILL.EXE - send a signal to a process
86 kill [-nn] [sig=nn] [disp=mm] pid ...
88 Sends signal nn with disposition mm to processes
89 mentioned in pid. Defaults to SIGTERM and process
93 POUND.EXE - Exercise disk I/O system
95 pound [t]count filea fileb
97 Pound reads sequencially through filea and fileb,
98 reading 512 bytes at a time alternating between
99 the files on each read. When the end of file is
100 read the following read for that file begins at
101 the beginning of the file. If a count is
102 specified without the preceeding "t" then pound
103 reads 512 bytes, count number of times from each
104 file before the program terminates. If "t"
105 preceeds the count value then the files are read
106 for count number of seconds before the program
110 SLEEP.EXE - Sleep for a while
114 Sleep will execute a sleep system call for the
115 number of seconds and milliseconds specified.
116 This might be useful in batch files to pause for
117 an interval as opposed to waiting for a user
121 SM.EXE - Session manager
125 Manages multiple processes running on different
126 screens. Uses initialization file SM.INI. This
137 Multi-Tasking MS-DOS Command Guide - Page: 3
139 program includes the hard error catcher, so don't
140 run HE_DAEM if you're going to use this. See the
141 file SM.DOC for more information.
144 TEXT.EXE - Loop and print text
148 CPU loops and prints its argument every 2 CPU