SNAX/HLS Configuration and Control Manual

Command Dictionary
Using the HLSRDT Utility
104705 Tandem Computers Incorporated 4-7
CMDVOL Command The CMDVOL command sets the default volume and subvolume names for the
expansion of all file names (except OBEY file names).
CMDVOL [ $
volume-name
[ .
subvolume-name
] ]
[
subvolume-name
]
volume-name
is a volume name. The initial setting is the default volume used by the command
interpreter when HLSRDT was started. If v
olume-name
is omitted, the previous
setting is used.
subvolume-name
is a subvolume name. The initial setting is the default subvolume used by the
command interpreter when HLSRDT was started. If
subvolume-name
is
omitted, the previous setting is used.
Consideration
If both
volume-name
and
subvolume-name
are omitted, their values are restored to
their settings at HLSRDT startup.
Examples
The following command sets the volume to $BIGD.TEXAS.
@CMDVOL $BIGD.TEXAS
Cmd defaults: $BIGD.TEXAS
Obey defaults: $CRUDE.HLSRDT
Assumed line: <none>
@
The following command sets the subvolume to Austin and leaves the volume set at
$BIGD.
@CMDVOL AUSTIN
Cmd defaults: $BIGD.AUSTIN
Obey defaults: $CRUDE.HLSRDT
Assumed line: <none>
@
The following command resets the volume and subvolume to their startup values.
@CMDVOL
Cmd defaults: $CRUDE.HLSRDT
Obey defaults: $CRUDE.HLSRDT
Assumed line: <none>
@