This command transfers control to a specified Script label. The transfer of control is immediate and unconditional.
Conditional branches may be made using the IF command.
GOTO label
A label defined within the current scope of the Script.
GOTO Start GOTO End-Of-Script