Skip to content

Latest commit

History

History
22 lines (17 loc) 路 1.25 KB

File metadata and controls

22 lines (17 loc) 路 1.25 KB

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