May 2008
Intermediate to advanced
1408 pages
44h 25m
English
A batch program (also commonly called a batch file) is a text file that contains a sequence of commands to be executed. You execute the commands by entering the file name at a command prompt. Any action you can take by typing a command at a command prompt can be encapsulated in a batch program.
When you type the name of your batch program at the command prompt (or when you specify it as a task to be executed by Task Scheduler and the appropriate trigger occurs), the command interpreter opens the file and starts reading the statements. It reads the first line, executes the command, and then goes on to the next line. On the surface, this seems to operate just as if you were typing each line yourself ...
Read now
Unlock full access