Edit User's Guide and Reference Manual
?VOLUME Command
EDIT Command Summary
058061 Tandem Computers Incorporated 4–123
?VOLUME Command The ?VOLUME command sets the current volume and subvolume.
What to Enter ?VOLUME [ [
$volume
.] [
subvolume
] ]
$volname
is a volume name. (See “How EDIT Files Are Named” in Section 6 for
information on volume names.) If you omit
$volname
, EDIT sets the
current subvolume on the current volume.
subvolname
is a subvolume name. (See “How EDIT Files Are Named” in Section 6
for information on subvolume names.) If you omit
$volname
and
subvolname
, EDIT sets the current subvolume to the subvolume that
was current when you started the EDIT program.
Example For the following example, the current volume is $WORK and the current
subvolume is FICTION.
33> EDIT
*?VOLUME $FUN.GAMES
*?FILES
MONOPOLY SPACEINV STARWARS
*?VOLUME
*GET $FUN.GAMES.MONOPOLY PUT MONOPOLY
CURRENT FILE IS $WORK.FICTION.MONOPOLY
*