| Syntax Executes commands specified in a text file. BATCH Inputfile [Outputfile]
| Inputfile | Specifies the text file that contains the list of commands to be executed. |
| Outputfile | If specified, contains the output of the specified commands. If not specified, the output is displayed on the screen. |
Batch cannot be one of the commands included in the Inputfile. Examples batch myfile.txt In the above example, the batch command would run through each of the commands in the myfile.txt file and display the output to the screen. |