Categories:
Administration (161)
Adware Spyware (43)
Apache (20)
Bluetooth (127)
DOS Commands (2)
Edge (28)
General (5)
Internet Connection (21)
Internet Explorer (224)
Media Center (14)
Media Player (135)
Mozilla Firefox (22)
MS Access (9)
Performance (204)
PHP (25)
Programming (36)
Security (109)
Silverlight (22)
Tips (144)
Tools (312)
Tutorials (40)
Windows 10 (168)
Windows 7 (1411)
Windows 8 (1712)
Windows Phone (33)
Windows Server 2008 (165)
Windows Server 2012 (84)
Windows Server 2016 (23)
Windows Vista (71)
Windows XP (23)
Collections:
Other Resources:
Commands Supported in Batch Files
What types of commands are supported in Windows batch files?
✍: FYIcenter.com
There are 4 types of commands supported in Windows batch files:
1. DOS Commands - DOS (Disk Operating System) commands are CMD.EXE built-in commands that are designed to manage files and folders on the hard disk and other storage devices.
Example of DOS commands are: "DIR", "CD", "COPY", etc.
2. Windows System Programs - Windows system programs are programs provided by Microsoft in the C:\Windows folder that are designed to manage the Windows system and resources. You can run Windows system programs like commands in batch files.
Example of Windows system programs are: "PING.EXE", "TASKLIST.EXE", "IPCONFIG.EXE", etc.
3. Application Programs - Application programs are programs provided by third party software vendors in the "C:\Program files" folder that designed to perform specific tasks. You can run application programs like commands in batch files.
Example of application programs are: "JAVA.EXE", "MYSQL.EXE", "WINZIP", etc.
4. Batch Execution Controls - Batch execution controls are special commands used in batch files to perform special operations.
Example of batch execution controls are: "ECHO", "GOTO", "REM", etc.
⇒ Hello.bat - First Batch File
2017-12-04, 1161👍, 0💬
Popular Posts:
Can I remove startup application "RealPlay.exe - RealPlayer Tray Bar Application" to speedup my comp...
Can I disable Windows service "Network DDE" to speedup my computer? Microsoft application service "N...
How do I move my library to a new computer? You must perform multiple steps before and after moving ...
I have created a table in MS Access. How do I create a form to help enter data into the table? Assum...
How to dump the list of all processes that are running on my Windows 7 system? I want save names of ...