Categories:
Android (1)
Audio (7)
C/C++ (2)
Compression (7)
Database (6)
Document (14)
Email (3)
General (50)
Graphics (17)
Image (8)
Java (1)
Picture (1)
Presentation (7)
Programming (17)
Spreadsheet (11)
Video (8)
Web (13)
Windows (63)
XML (4)
Other Resources:
.BAT - File Extension for Windows Batch Files
What is BAT? BAT, short name for Batch, is used as the file extension for Windows/DOS command batch files. .BAT files are text files that can be opened by Notepad or any text editors. See the sample .BAT file included below.
✍: FYIcenter.com
File Extension: .BAT
MIME Type: application/bat, application/x-bat, application/x-msdos-program
File Content: Windows/DOS commands.
.BAT files are Windows/DOS command batch files, which are originally used for command batch files on DOS systems. Today, .BAT files are used on Windows system. When launched, all commands stored in a .BAT batch file will be executed sequentially.
Here is a sample .BAT batch file containing some simple Windows commands:
echo off rem Defining a variable set GOOGLE=www.google.com rem Using a defined variable echo Checking: %GOOGLE% ping %GOOGLE%
.BAT batch sample file: Click sample.bat to download.
Since .BAT text files are in text format, you can use Notepad or any text editor to create or modify them. No special software is needed.
For for information on how to use .BAT batch files, see links below:
2024-03-04, 12427👍, 2💬
Popular Posts:
What is XPS or OXPS? XPS stands for for XML Paper Specification. OXPS stands for for Open XML Paper ...
What is TIF or TIFF? TIFF, short name for Tagged Image File Format, is used as the file extension fo...
What is VSD? VSD, short name for Visio Drawing, is used as the file extension for Visio Drawing file...
What is XPS or OXPS? XPS stands for for XML Paper Specification. OXPS stands for for Open XML Paper ...
What is EML? EML, short name for Email, is used as the file extension for Email Message files. .EML ...