TECHNOLOGY 

Published on
KembaraXtra-Computer Terms – batch file:


A batch file is a text file that contains a sequence of operating system commands written in a specific command language. These commands may include instructions, parameters, and control operators that direct the operating system to perform certain tasks. The file is typically stored in ASCII text format so that it can be easily created and edited.


When a user enters the name of a batch file at the command prompt, the operating system executes each command listed in the file in the order in which they appear. Batch files are commonly used to automate routine operations, simplify complex command sequences, and streamline repetitive system tasks.

Picture
0 Comments