home *** CD-ROM | disk | FTP | other *** search
- .key ""
- echo "*e[33mActivate NetKEYS for CDTV V1.0 by Vernon Graner *e[31m"
- echo " "
-
- assign l: ram:l ;Make Mouse Handler Visible
- path RAM:C add ;make addtional net commands visible
- Echo "Mounting MOUSE: device for PNetKeys... *e[32m"NoLine
- mount MOUSE: from RAM:Devs/Mountlist.ParNET.mouse
- echo "OK*e[31m"
-
- Echo "Checking for remote Net Icons... *e[32m"NoLine
- If Exists NET:RAM/ParNET-DriveList
- Execute NET:RAM/ParNET-DriveList
- echo "OK*e[31m"
- Else
- Echo "Not Found.*e[31m"
- Echo "Using Default Net Icons... *e[32m"NoLine
- cd net:sys
- cd net:ram
- echo "OK*e[31m"
- EndIf
-
- Echo "Starting INFORM command for NetUTILS... *e[32m"NoLine
- run >nil: ram:c/inform
- echo "OK*e[31m"
-
- Echo "Applying NetPATCH... *e[32m"NoLine
- ram:c/netpatch net:
- echo "*e[31m"
-
- echo ""
- echo "Done."
- wait 3
-
-
-