home *** CD-ROM | disk | FTP | other *** search
- AUTOEXEC - A special batch file executed (if it exists) when DOS starts
- ECHO - Displays a message, turns on/off the command display
- FOR - Allows the same DOS command to be executed for a group of files
- GOTO - Transfers control to a specified label in the batch file
- IF - Controls batch file execution based on a true/false condition
- PAUSE - Halts system until a key is pressed
- REM - Denotes a Remark (comment) in a batch file
- SHIFT - Allows the use of more than ten replaceable parameters
- %0-%9 - Replaceable parameters which pass information to batch files