About 43,300,000 results
Open links in new tab
  1. Batch file - Wikipedia

    A batch file is a script file in DOS, OS/2 and Microsoft Windows. It consists of a series of commands to be executed by the command-line interpreter, stored in a plain text file.

  2. What is a Batch File? | Definition from TechTarget

    Feb 21, 2025 · A batch file is a script file that stores commands to be executed in a serial order. It helps automate routine tasks without requiring user input or intervention.

  3. What Is a BAT File, and How Do You Open One? - How-To Geek

    Apr 16, 2024 · A BAT file is a script containing commands, written in plain text with a .bat extension. Batch files are versatile, executing built-in Windows commands or programs with …

  4. Batch File Commands (A-Z) | Explanation and Examples

    As discussed in the previous tutorial, a batch file is an unformatted text file or script file which contains multiple batch file commands or instructions to achieve a certain task.

  5. Basics of Batch Scripting - GeeksforGeeks

    Sep 29, 2022 · Steps to create a Batch file are pretty simple:- Create a new text file with a '.txt ' extension. Now rename this file with extension as '.bat ' this creates a Batch file. Now open …

  6. How to Write a Batch File: 10 Steps (with Pictures) - wikiHow

    Feb 24, 2025 · A batch file contains a series of DOS (Windows language) commands, and is commonly written to automate frequently performed tasks such as moving files. You shouldn't …

  7. BAT File (What It Is and How to Open One) - Lifewire

    Jun 8, 2023 · It's a plain text file that contains various commands used for repetitive tasks or to run groups of scripts one after another. Software of all types use BAT files for various …

  8. What Is a Batch File? - Computer Hope

    Jun 1, 2025 · A batch file or batch job is a collection, or list, of commands that are processed in sequence, often without requiring user input or intervention. With a computer running a …

  9. what is a batch file in windows? (unlocking automation secrets)

    a batch file is a text file containing a series of commands that the windows command interpreter (cmd.exe) executes sequentially. think of it as a mini-program that automates tasks you would …

  10. What is a batch file - Practical Tips

    Oct 16, 2024 · Batch files are often used for automated tasks, such as starting programs, copying files, running scripts or changing system settings. Instead of performing these actions …