Collections:
Other Resources:
What Is Windows Batch File
What is Windows Batch File?
✍: FYIcenter.com
A Windows batch file (also called batch program or batch script)
is a text file that contains one or more Windows commands
and has a .bat or .cmd file name extension.
When you run a batch file, Windows will use CMD.EXE program to runs the commands sequentially as they appear in the batch file.
Here is an example of a Windows batch file, Ping.bat:
@echo off echo Pinging google.com... ping google.com > ping.txt type ping.txt
If you run the above batch file, Windows will run 4 commands listed in the batch file one by one.
⇒ Commands Supported in Batch Files
⇐ Introduction of Windows Batch File
2017-12-04, ∼3441🔥, 0💬
Popular Posts:
How to download Apache server for Windows systems? If you are interested in downloading a copy of Ap...
How to remove BTTray.exe from startup program list? If you are not using any bluetooth devices, you ...
How to remove tfswctrl.exe from the startup application list to gain performance and reduce security...
What is "Windows Driver Foundation - User-mode Driver Framework" in my Windows XP service list? And ...
What files are stored in the "C:\Users\<userid >\AppData\Local\M icrosoft\Windows\Tempor. ..