beautypg.com

Avery Dennison 6035 Programmer Manual Rev.A 7/98 User Manual

Page 123

background image

7/9/98

ROM-DOS 6.22 Command Descriptions 3-65

G O T O B a t c h S u b c o m m a n d

Internal

Purpose

Transfers control to another line of the batch file.

Syntax

GOTO label

Remarks

The label is another line in the batch file consisting of a string up to
eight characters long. The label may be an environment variable.

If the specified label is not found, then the batch file terminates with
the error message Label not found.

Examples

GOTO MESSAGE

Moves the control of execution within the batch file to a line that says:

:MESSAGE

A batch file label must be preceded by a colon (:).