goto

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.  

Syntax

goto LabelName

Parameters

LabelName

Name of a label

Example

goto MyLabel

# Commands to be skipped

...

MyLabel:

# Commands to be executed

...

Syntax legend
 

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