Batch area

Batch, also known as batch script. As the name suggests, batch processing is to process an object in batches. It is usually considered a simplified scripting language and is used in DOS and Windows systems. The extension of batch file is bat. Currently, the more common batch processing includes two types: DOS batch processing and PS batch processing. PS batch processing is based on the powerful image editing software Photoshop, and is a script used to batch process images; while DOS batch processing is based on DOS commands, and is a script used to automatically execute DOS commands in batches to achieve specific operations. In more complex situations, you need to use if, for, goto and other commands to control the running process of the program, just like high-level languages ​​such as C and Basic. If you need to implement more complex applications, it is necessary to use external programs, including external commands provided by the system itself and tools or software provided by third parties. Although batch programs run in a command line environment, not only command line software can be used, any program that can be run under the current system can be run in a batch file.
Click to view
Batch area

PC software

Related topics

closure
Batch, also known as batch script. As the name suggests, batch processing is to process an object in batches. It is usually considered a simplified scripting language and is used in DOS and Windows systems. The extension of batch file is bat. Currently, the more common batch processing includes two types: DOS batch processing and PS batch processing. PS batch processing is based on the powerful image editing software Photoshop, and is a script used to batch process images; while DOS batch processing is based on DOS commands, and is a script used to automatically execute DOS commands in batches to achieve specific operations. In more complex situations, you need to use if, for, goto and other commands to control the running process of the program, just like high-level languages ​​such as C and Basic. If you need to implement more complex applications, it is necessary to use external programs, including external commands provided by the system itself and tools or software provided by third parties. Although batch programs run in a command line environment, not only command line software can be used, any program that can be run under the current system can be run in a batch file.