37
Command Reference
Example:
ROOT:COMmand3:COMmand5
ppp
ROOT
Subsystem
Command
COMmand3
Level
2
COMmand5
Level
3
ppp
Parameter
The basic rules of the command tree are as follows.
Letter case (upper and lower) is ignored.
For example,
ROOT:COMMAND3 = root:command3
Spaces (_
used to indicate a space) must not be placed before and/or after the
colon (
:
).
For example,
root_:_command3
root:command3
The command can be completely spelled out or in abbreviated.(The rules for
command abbreviation are described later in this section)
For example,
root:command3 = root:com3
The command header should be followed by a question mark (?) to generate a
query for that command.
For example,
root:com3?
The semicolon (;) can be used as a separator to execute multiple commands
on a single line. The multiple command rules are as follows.
Commands at the same level and in the same subsystem command group can
be separated by a semicolon (;) on a multiple command line.
For example,
root:com3:com5 ppp ; com4 ppp
To restart commands from the highest level, a semicolon (;) must be used as
the separator, and then a leading colon (:), which shows that the restarted
command is a command at the top of the command tree, must follow.
For example,
root:com3:com5 ppp; : root:com1 ppp
ROOT
COMmand1
COMmand2
COMmand3
COMmand4
COMmand5