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, ∼2881🔥, 0💬
Popular Posts:
How to add a password to stop other people editing my PowerPoint file? I want share a PowerPoint fil...
Can I remove startup application "DSentry.exe - Dell DVDSentry" to speedup my computer and reduce se...
What is the scheduled task "\Microsoft\Windows\Text ServicesFramework\MsCtfM onitor"on my Windows 7 c...
What is the file extension .VOB (DVD-Video Object or Versioned Object Base)? .VOB is the file extens...
How to select system language during the Windows 7 initial set up process? If you bought your comput...