Skips forward in the script file till the specified label. The label is a text string consisting of alpha-numeric characters (label name) followed by : character. The goto command must precede the label in the file.
goto LabelName
LabelName
Name of a label
goto MyLabel
# Commands to be skipped
...
MyLabel:
# Commands to be executed
...
Format |
Meaning |
Italic |
Information
that the user must supply |
Bold |
Elements that the user must type exactly as shown. |
Between brackets ([]) |
Optional
items |
Ellipsis (...) |
Parameter that can be repeated several times |