#Syquest startups
I've a Syquest 88M in my system, and am trying to set up separate bootup
instructions for each volume (88M cartridge).
The internal HD handles all the startup functions, and I want to add some logic
to my user-startup that does something like:
if exists Volume1:
execute s:Volume1.startup else
echo "Volume1 not mounted!" endif if exists Volume2:
execute s:Volume2.startup else
echo "Volume2 not mounted!" endif
This works fine for the volume that is mounted, but presents a requester upon
looking for the unmounted volume.
Is there a way to do this and prevent any requestors from popping up?
– Rob.. <71212.712@compuserve.com>
RBProductions <cyrano@aztec.inre.asu.edu>