·\212
MS-DOS User's Reference
Here are some example ranges:
CS:100
110
CS:100
L
10
CS:
1 00
The following example, however, is illegal:
CS:100
CS:110
b
Error
The
limit for range is 10000 (hexadecimal). To specify a value
of
10000
with
only four digits, type
0000
(or
0).
list
A series
of
byte values
or
strings. List
must
be
the
last parameter
on
the com-
mand line.
Following is an example list:
fcs:100
42
45
52
54
41
string
Any
number
of
characters enclosed in
quotation marks. The quotation marks
may
be
either single
('
')
or
double (" ").
If
the
delimiter marks must appear within
a string, you must use
the
double quota-
tion marks.
For example,
the
following strings are legal:
"This
'string'
is
okay."
"This
""string""
is
okay."
However, this string is illegal:
"This
"string"
is
not
okay."
Note that
the
double quotation marks are
not
necessary in
the
following strings:
"This
"string"
is
not
necessary."
'This
""string""
is
not
necessary.'
The
ASCII
values
of
the characters in
the
string are used as a list
of
byte values.