MS-DOS Internal Commands
The GOTO Command
Description:
Directs MS-DOS to a labelled line in a batch program.
Command Syntax:
GOTO label
Explanation of Syntax:
label specifies a text string used in the batch program as a label.
You type a label on a line by itself, beginning with a colon.
Command Use:
This command can be used at the command prompt and in batch files.