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-11-30, 13312👍, 4💬
Popular Posts:
What is BMP? BMP, short name for Bitmap, is used as the file extension for bitmap image files. .BMP ...
File extension MPG is used for audio and video files in a MPEG formats. An MPEG sample file is provi...
What is CRT or CER? CRT or CER, short name for Certificate, is used as the file extension for PKI (P...
What is EML? EML, short name for Email, is used as the file extension for Email Message files. .EML ...
File extension DAT is used for multimedia files stored on VCD disks. A DAT sample file is provided. ...