| |
BREAK |
|
Sets Ctrl_c check |
|
CALL |
|
Batch : calls a batch program (bat-file) - and returns |
|
CHCP |
|
"Change Code Page" : Displays or changes the current Code Page used by
COMMAND.COM |
|
CHDIR, CD |
|
"Change Directory" : Changes or displays the working directory |
|
CLS |
|
Clears the screen |
|
COPY |
|
Copies the specified files |
|
CTTY |
|
"Change Tele Type" : Lets you change the device used to enter commands |
|
DATE |
|
Displays or sets the current date |
|
DEL |
|
Deletes the specified file(s) = ERASE |
|
DIR |
|
Lists the files in a directory |
|
ECHO |
|
Batch : sends following text to standard output (the screen) - or to redirected device |
|
ERASE |
|
Deletes the specified file(s) = DEL |
|
EXIT |
|
Exits the current command processor and returns to the previous level |
|
FOR |
|
Batch : starts a loop |
|
GOTO |
|
Batch : jumps to a named label in the batch program |
|
IF |
|
Batch : starts a conditonal expression |
|
MKDIR, MD |
|
"Make Directory" |
|
PATH |
|
Sets a command search path (PATH=) in the environment |
|
PAUSE |
|
Batch : pauses execution of a batch program - displaying an optional comment |
|
PROMPT |
|
Changes the MS-DOS command prompt (PROMPT=) in the environment |
|
REM |
|
Batch : a remark - following text is not executed |
|
RENAME, REN |
|
Renames first file as second file |
|
RMDIR, RD |
|
"Remove Directory" : removes an empty directory |
|
SET |
|
Sets a specified environment variable to a specified value (VAR=value) - or displays
al environment variables and values |
|
SHIFT |
|
Batch : drops the leftmost command line parameter - and shifts following parameters to
the left to the left |
|
TIME |
|
Displays or sets the current time |
|
TYPE |
|
Displays the contents of a (text-)file |
|
VER |
|
Displays the MS-DOS version number |
|
VERIFY |
|
Virifyes all writes to a disk during COPY or XCOPY |
|
VOL |
|
Displays the disk volume label |