| CALL |
Calls one batch program from another. |
| |
| CHOICE |
Waits for the user to choose one of a set of choices. |
| |
| ECHO |
Displays messages, or turns command-echoing on or off. |
| |
| FOR |
Runs a specified command for each file in a set of files. |
| |
| GOTO |
Directs MS-DOS to a labelled line in a batch program. |
| |
| IF |
Performs conditional processing in batch programs. |
| |
| PAUSE |
Suspends processing of a batch program and displays the
message "Press any key to continue...." |
| |
| REM |
comments (remarks) in a batch file or CONFIG.SYS. |
| |
| SHIFT |
Changes the position of replaceable parameters in a batch file. |
| |
|