Looks like a shell script. You should be able to run it from the terminal. Mmight have to set permissions on it before it will let you. So if the file is on your desktop and named uninstall.txt then from terminal you would do something like:

cd Desktop
chmod a+x uninstall.txt
./uninstall.txt

Hope that works. It might prompt you for your root password since it's running the sudo command (super user do).

CB

On 9/12/11 10:46 AM, Paul Erkens wrote:
Hi list,

I was once using a usb dongle modem to connect to 3g to have wireless internet. 
But no more. However, I would like to uninstall the driver for this modem. I 
got a text file with it, but can I run this, or what should I do with this one? 
Here is the file. Interested to see if you know how to handle it.
#Uninstaller of ZTE Datacard Drver in Mac OS X
#Copyright ZTE Corporation 2006 - 2010
echo "Welcome to use ZTE Datacard."
echo "Now, begining to uninstall ZTE Datacard driver......"

sudo kextunload -v /System/Library/Extensions/ZTEUSBCDCACMData.kext
sudo kextunload -v /System/Library/Extensions/ZTEUSBCDCACMControl.kext


sudo rm -r -f /Library/Modem\ Scripts/ZTE\ USB\ MODEM
sudo rm -r -f /Application/MiniUI
sudo rm -r -f /System/Library/Extensions/ZTEUSBCDCACMData.kext
sudo rm -r -f /System/Library/Extensions/ZTEUSBCDCACMControl.kext

sudo rm -r -f /System/Library/Extensions.kextcache
sudo rm -r -f /System/Library/Extensions.mkext
sudo rm -r -f /System/Library/Caches/com.apple.kernelcaches/
sudo rm -r -f /Library/Receipts/ZTEDatacardDriverInstaller.pkg

echo "......ZTE Datacard driver has Uninstalled successfully."

Greetings and thanks a lot for possible help.
Paul.



--
You received this message because you are subscribed to the Google Groups 
"MacVisionaries" group.
To post to this group, send email to macvisionaries@googlegroups.com.
To unsubscribe from this group, send email to 
macvisionaries+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/macvisionaries?hl=en.

Reply via email to