Manual
6-2 Escape Sequences
Normally, escape sequences cannot be stored as part of a Download Sequence. However,
for certain special system setup needs, it may occasionally be necessary to execute an escape
sequence from a Download Sequence; for example, as part of an Autostart sequence. The
ES ("Execute Escape Sequence") ACL command can be used in this case. See Chapter 3.
In the following descriptions, square brackets, "[" and "]", enclose groups of optional
parameters (i.e. those which may be omitted so as to receive default values). Parentheses, "("
and ")", enclose individual optional parameters. Angle brackets, "<" and ">", enclose the
name of each parameter.
ESC.X stands for three ASCII characters: Escape (character code
27), followed by Period (character code 46), followed by a specified third character.
As explained above, DEC indicates a decimal numeric parameter; ASC indicates a numeric
parameter whose value represents a single ASCII character; and STR indicates a string of up
to 10 ASC parameters separated by semicolons.