5 Same as before except directories appear with the
6 string "<DIR>" in the size field
12 Same as before except will now take paths
16 Same as before except will now take paths
20 Same as before only now takes paths
28 Prints MS-DOS version number
30 Prints the volume ID of drive d: (default if missing)
32 Changes current directory of drive d: (default if
41 Remove a directory (directory must be empty except
46 Print working directory for d: (default if missing)
48 Turns on/off ^C check in function dispatcher
50 Turns on/off verify after write
51 PATH [; or (path;)...]
52 Set command search path. Path with no argument prints
53 the current path. the single ; sets the current
54 path to the current directory olny. The other form
55 sets the search path so that each "path" in the
56 argument is searched in the order specified.
58 For commands EXECed as a sub task, causes return
61 Changes the stdin and stdout of command to the
66 ECHO ON or OFF or message
67 Enable or suppress echoing of command lines, or print
68 the message on standard output.
70 Continue Batch execution at the command after label
72 Shift the batch arguments %0 lost, %1->%0, %2->%1,
74 IF [NOT] (ERRORLEVEL n| EXISTS | string1 == string2) command
75 If the condition is true, do the command.
76 FOR %l IN ((set) or filespec) DO command
77 Sequentually bind %l in the command and execute it.
79 Clears the Screen (only if ANSI supported on CON
87 Checks disks Now understands directory structure
88 and has switches to prevent undesired blasting of
89 disks and reports on extents
93 The huge debugger, now has an assemble command
95 Copies the operating system onto disks
97 Reconstructs disk directories from the FAT and
98 squeezes bad sectors out of files
100 The infamous background file printing utility which
101 fools you into thinking MS-DOS can do something it
104 Has not changed a bit
106 Fixes .EXE files for stack allocation, and converts
107 .COM files into .EXE format.
109 Sort of inverse of the above, turnes .EXE files into
110 .COM files (sometimes).
112 A special file which will do all sorts of wonderous
113 things when the system is booted.
114 SORT, CIPHER, FGREP, MORE
115 Filters (talk to CHRISP for details)