GOTO label
label - Specifies a location in batch file
Note:
1. The GOTO command is only available in batch script files.
2. Execution of batch file will jump to the line immediately following the
specified label name.
3. GOTO cannot jump from outside into a FOR cycle block.
Examples:
#
# Example script for "goto" command
#
goto Done
...
:Done
cleanup.nsh
沒有留言:
張貼留言