Thomas Tempelmann wrote: > Dave Pooser wrote: > > >>then kill -9 the process. The problem is if you run multiple Classic >>apps a force quit could take down the entire TruBlu environment.... > > > Thanks for the suggestion. This would work as a last resort. > Note, however, that one can selectively for quit individual classic > apps when using Cmd-Opt-Esc. So there might be also a system level > function one could call... Even if I have to write it in C or RB > instead of AppleScript. I just have to figure out which system call > does this.
That would be kill -15 (much better than -9, which you use AFTER kill -15 fails). This si the command the force-quite panel issues. ############################################################# 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]>
