JSLATER The virus doesn't exist. Look up the virus on Google. Read the other review thread. If you're concerned, then delete the file, create a text file (not RTF) containing "Kill then HP printing daemon" os.environ['PATH']=os.path.normpath(os.environ['PATH']+':/usr/local/teTeX/bin/powerpc-apple-darwin-current:/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin:/usr/X11R6/bin:/usr/local/teTeX/bin/powerpc-apple-darwin-current') b = 'ps -x | grep Communica|grep HP' a = os.popen(b).read().split() os.system('kill ' + a[0]) Read the README file to chmod it, then download MacPython 2.5 and use Build Applet.app to make hpkill.app from hpkill.py You probably don't need that entire path in there. It's legacy from another script I wrote a while back. It doesn't cause any harm, though, since I don't even have some of those directories anymore. |