batchfile
A batch file is a text file containing a series of commands to be executed by the command-line interpreter, known as the command processor, in a given operating system. In Windows, these files typically have a .bat extension. They are a form of script that allows users to automate tasks by stringing together multiple commands that would otherwise need to be entered individually.
Batch files are often used for simple scripting tasks such as running programs, copying or moving files,
The syntax for batch files is based on the MS-DOS command language. Common commands include ECHO to