Skip to the content.
Batch
- Description - Batch is a scripting language used in Windows operating systems for automating repetitive tasks. It is primarily used for creating batch files, which are plain text files containing a series of commands that are executed in sequence. Batch files have a file extension of β.batβ and can be run by double-clicking on them or by typing their name in the command prompt. Batch scripting is commonly used for tasks such as file management, system configuration, and running multiple commands simultaneously.
- Creator - Microsoft Corporation
- Release Date - 1981 (With the release of MS-DOS)
- Links - Microsoft Docs Batch Files, Batch File Commands and Syntax, Batch File Examples and Tips
- Applications
- Automating Repetitive Tasks
- System Administration
- File Management
- Software Installation
- Network Configuration
- Running multiple commands simultaneously
Package Managers
Tutorial