home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
AMOS PD CD
/
amospdcd.iso
/
transfer
/
tempdrive
< prev
next >
Wrap
Text File
|
1994-07-10
|
459b
|
21 lines
echo "Attempting to re-assign Df0:"
echo ""
if exists Network:
if exists Network:df0/
assign df0: Network:df0/
echo "Re-assign complete."
echo ""
echo "The Amiga drive will now act as df0: on the CD32."
else
echo "Please place a blank formatted disk in Df0: of your Amiga."
echo ""
echo "Then double click on this icon once again"
wait 1000
endif
else
echo "Please run either Sernet or Parnet to set up the Network FIRST."
echo ""
wait 1000
endif