Specifications

Command Descriptions
2-14
DO
command_group
Syntax
Description
The DO command is used by the access server user to execute a set of commands
contained within the command group.
The user can enter this command from the Local> prompt, if privileged, or from
one of the ports associated with the command group port-list.
command_group
[p1, p2, p3,...p8]
The command group is created using the SET/DEFINE/CHANGE COMMAND
GROUP command and one or more SET/DEFINE/CHANGE COMMAND
GROUP LINE commands.
P1 through p8 are text string parameters that are to be substituted as the
command group is interpreted. Quotation marks (" ") must be used around any
text string that is a null string, contains spaces, or contains lowercase letters that
are not to be interpreted as uppercase. This text string substitution capability is a
general one. The parameter may be used to pass parameters such as the service
name in a connect command. The parameter may also be used to pass keywords
or portions of keywords.
Example: DO command_group
Local> DO Bob ENABLED
This command executes command group Bob and substitutes the text string
ENABLED for parameter %P1 contained within the command group.
If this command is invoked from a menu, port-list and privilege checking are not
performed.
NOTE