GOTO
Directs the command interpreter in a batch file to the specified label. See CALLCALL.
GOTO label
Where:
label
- Specifies a string used in the batch program as a label. If:EOF
is specified, the batch program will terminate.
This command is exemplified in the section Batch filesBatch files.
Comments