home *** CD-ROM | disk | FTP | other *** search
- .key DRIVE
- .bra {
- .ket }
- failat 30
- echo ""
- if >nil: NOT exists {drive}
- echo "ERROR---> You did not select a drive!"
- echo ""
- echo "This icon is of the 'click, shift-click' type. To use it you"
- echo "must first single click the Add.Icons icon, then hold down the"
- echo "SHIFT key and double click on the drive you want to add icons"
- echo "to."
- else
- 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"
- echo ""
- echo "Adding ParNET icon to drive '{drive}'..."NOLINE
- copy Node.rinfo to {drive}node.rinfo
- echo "OK."
- endif
- endif
-
- echo ""
- echo ""
- ask "Press RETURN to close this window."
-
-