home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Fresh Fish 2
/
FFMCD02.bin
/
new
/
comm
/
net
/
parbench
/
parnet
/
add.icons
< prev
next >
Wrap
AmigaDOS Script File
|
1993-12-21
|
537b
|
25 lines
.key DRIVE
.bra {
.ket }
failat 30
echo " "
echo "You have chosen to add a ParNET Icon to drive >{drive}<"
echo ""
echo "Checking Drive >{drive}< to see if a ParNET icon already exists.."
echo ""
If exists "{drive}node.rinfo"
echo "Icon already exists! "
echo ""
ask "Are you sure you want to over-write the ParNET Icon on drive >{drive}<?"
if warn
copy Node.rinfo to "{drive}node.rinfo"
endif
else
echo "No Previous ParNET icon found. Adding Icon."
copy Node.rinfo to "{drive}node.rinfo"
endif
echo ""
echo "Done."