Warren asked:

>How do you kill classic via whistleblower?

Using AppleScript.

Here's the AS code I use:

--do shell script "/bin/ps -xa"
do shell script "pid=` /bin/ps -x | /usr/bin/grep \"Classic 
Startup.ap[p]\" | /usr/bin/awk '{print $1}'` ; kill $pid"
delay 3 -- seconds
with timeout of 3 seconds
        try
                open application "Classic Startup"
        end try
end timeout

(I did not write this myself but got it from someone else, also from this 
list, I believe.)

Thomas


-- 
Thomas Tempelmann,
http://www.tempel.org/rb/
http://www.tempel.org/software/



#############################################################
This message is sent to you because you are subscribed to
  the mailing list <[EMAIL PROTECTED]>.
To unsubscribe, E-mail to: <[EMAIL PROTECTED]>
To switch to the DIGEST mode, E-mail to <[EMAIL PROTECTED]>
To switch to the INDEX mode, E-mail to <[EMAIL PROTECTED]>
Send administrative queries to  <[EMAIL PROTECTED]>

Reply via email to