Re: force quit a classic app
Re: force quit a classic app
- Subject: Re: force quit a classic app
- From: bryan <email@hidden>
- Date: Sun, 28 Apr 2002 12:12:35 -0400
Sorry it took so long to respond to this,
Here is a script handler that can call the
scriptable application ProcessWatcher
http://perso.magic.fr/suli/pw.html
(4.0 now in beta:
http://perso.magic.fr/suli/beta.html)
on quitTeleMax()
tell application "Finder"
if "TeleMax Display PPC 3.1r1" is in (list processes) then
tell application "ProcessWatcher"
activate
kill "TeleMax Display PPC 3.1r1"
end tell
end if
end tell
end quitTeleMax
Bryan Kaufman
Michael G O'Leary wrote:
>
sorry if this has been answered before:
>
>
In OS X, I can go to the Aqua Apple Menu and manually do a Force Quit of a
>
misbehaving Classic app.
>
>
How can I use an applescript to do the same thing?
>
Ideally I would leave Classic running.
>
>
I checked the archive, and have looked through the dictionary of the Finder
>
to no avail.
>
I tried just sending a "quit" to the app, but if there's a modal dialog or
>
if the app is hosed, I want to be able to nuke it.
>
>
thanks
>
mike
>
_______________________________________________
>
applescript-users mailing list | email@hidden
>
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/applescript-users
>
Do not post admin requests to the list. They will be ignored.
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.