Categories:
Administration (10)
Adware Spyware (7)
Apache (10)
Bluetooth (125)
DOS Commands (1)
Edge (28)
General (2)
Internet Explorer (217)
Media Center (12)
Media Player (11)
Mozilla Firefox (18)
PHP (15)
Programming (8)
Security (4)
Silverlight (15)
Tips (17)
Tools (218)
Tutorials (5)
Windows 10 (166)
Windows 7 (636)
Windows 8 (1091)
Windows Phone (33)
Windows Server 2008 (165)
Windows Server 2012 (84)
Windows Server 2016 (23)
Windows Vista (52)
Collections:
Other Resources:
"goto" - Change the Execution Flow
What is the "goto" batch command for?
✍: FYIcenter.com
The "goto" command is for changing the execution flow in a batch file.
Below is the "if" command syntax:
goto label
When the "goto" command is executed, the execution will jump to the line where "label" is defined and continue to execution the line after the "label".
Here is an example on how to use the "goto" command:
@ECHO OFF FORMAT a: /s IF NOT errorlevel 1 GOTO end ECHO An error occurred during formatting. :end ECHO End of batch program.
⇒ "for" - Loop on List of Files
2022-08-26, 1223👍, 0💬
Popular Posts:
What is Yahoo! Messenger Extra Toolbar Button and Extra Tools Menu Item for Internet Explorer (IE) 7...
Can I remove startup application "OSA9.exe - Microsoft Office Launch Helper" to speedup my computer ...
What is "Office Software Protection Platform" in my Windows 7 service list? And how is "Office Softw...
What is Java Runtime Environment 1.4.2 - Download Program Files (DPF)? Java Runtime Environment 1.4....
How do I copy the user ratings for my files to my new computer? You can ensure that the user ratings...