ContentsIndex

batch file

A text file containing operating system commands which are executed automatically by the command line interpreter. A batch file is called a "shell script" in UNIX, since it is the UNIX shell which includes the command line interpreter. Batch files can be used as a simple way to combine existing commands into new commands.