home *** CD-ROM | disk | FTP | other *** search
- .key ""
- echo " "
- echo "*e[33mParNET REMOVE Script V3.1g ©1993 Vernon Graner*e[31m"
- echo " "
- echo "This script will DELETE the ParNET files from your"
- echo "Amiga hard drive!"
- echo " "
- echo "WARNING!!!! This script will NOT work if"
- echo "You Booted from this floppy!!!"
- echo " "
- echo "This script will remove files from the"
- echo " L: Directory"
- echo " DEVS: Directory"
- echo " C: Directory"
- echo "and COMPLETELY DELETE the SYS:ParNET Drawer and ALL CONTENTS!"
- echo ""
- echo "AFTER REMOVING THESE FILES PARNET WILL NO LONGER FUNCTION!"
- echo ""
- ask "*e[32mAre you SURE you want to continue (Y/N) ?*e[31m"
- if warn
- ; >>>>>>>> Begin Actually Removing files here <<<<<<<<
-
- echo "*e[0;0H*e[J" ;Clears the screen
- echo " "
- echo "Removing PARNet.Device From DEVS:....*e[32m "NOLINE
- Delete DEVS:PARNet.device
- echo "*e[31m"NOLINE
-
- echo "Removing NETPNET-Handler from L:....*e[32m "NOLINE
- Delete L:NETPNET-handler
- echo "*e[31m"NOLINE
-
- echo "Removing Mouse-Handler from L:....*e[32m "NOLINE
- Delete L:Mouse-handler
- echo "*e[31m"NOLINE
-
- echo "Removing NETPNET-Server from C:....*e[32m "NOLINE
- Delete C:NETPNet-server
- echo "*e[31m"NOLINE
-
- echo "Removing NetStat from C:....*e[32m "NOLINE
- Delete C:NetStat
- echo "*e[31m"NOLINE
-
- echo "Removing NetPatch from C:....*e[32m "NOLINE
- Delete C:NetPatch
- echo "*e[31m"NOLINE
-
- echo "Removing NetCMD from C:....*e[32m "NOLINE
- Delete C:NetCMD
- echo "*e[31m"NOLINE
-
- echo "Removing MoveSYS from C:....*e[32m "NOLINE
- Delete C:MoveSYS
- echo "*e[31m"NOLINE
-
- echo "Removing LInfo from C:....*e[32m "NOLINE
- Delete C:LInfo
- echo "*e[31m"NOLINE
-
- echo "Removing Inform from C:....*e[32m "NOLINE
- Delete C:Inform
- echo "*e[31m"NOLINE
-
- echo "Removing PNetKeys from C:....*e[32m "NOLINE
- Delete C:PNetKeys
- echo "*e[31m"NOLINE
-
- echo "Removing Reboot from C:....*e[32m "NOLINE
- Delete C:Reboot
- echo "*e[31m"NOLINE
-
- echo "Removing Receive from C:....*e[32m "NOLINE
- Delete C:Receive
- echo "*e[31m"NOLINE
-
- echo "Removing Send from C:....*e[32m "NOLINE
- Delete C:Send
- echo "*e[31m"NOLINE
-
- echo "Removing Mountlist from DEVS:...*e[32m"
- Delete DEVS:Mountlist.ParNET#?
- echo "*e[31m"NOLINE
-
- echo "Removing the ParNET drawer & Contents from SYS:...*e[32m"
- Delete SYS:PARNET ALL
- Delete SYS:ParNET.info
- echo "*e[31m"NOLINE
-
- echo " "
- echo "Removal Complete!"
- else
- echo " "
- echo "Parnet Removal Cancelled."
- endcli
- endif
-
-
-