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, ∼3569🔥, 0💬
Popular Posts:
Can I remove startup application "WZQKPICK.exe - WinZip Quick Pick" to speedup my computer and reduc...
What is CLI.exe - Process - ATI CLI Application (Command Line Interface)? Process CLI.exe is the ATI...
How to set up Internet Explorer 8, or IE 8? After downloading Internet Explorer 8. or IE 8, you shou...
I have a problem wiht the Drivers Video Card, I have a laptop HP dv6448se and the video card are a N...
Can I disable Windows service "ClipBook" to speedup my computer? Windows service "ClipBook" - Enable...