.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."


