> Does anyone know if you can force quit an app using AppleScript at all? > It would have to be some kind of system call, not SIMS', so I wonder > where I should look up such a command, since I do not know of a > AS directory for the general (system) commands?
You could do it as a shell script and use AppleScript to call the shell script-- you'd just have to do a ps and grep it to find the process ID and then kill -9 the process. The problem is if you run multiple Classic apps a force quit could take down the entire TruBlu environment.... -- Dave Pooser Manager of Information Services Alford Media http://www.alfordmedia.com ############################################################# 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]>
