Re: Closing Classic
Re: Closing Classic
- Subject: Re: Closing Classic
- From: "Robert C. Jacobson" <email@hidden>
- Date: Mon, 15 Jul 2002 08:25:33 -0400
This works for me (most of the time :) )
tell application "System Events"
set process_list to the name of processes whose frontmost is false
if process_list contains "Classic Support" then
tell application "Classic Support" to quit
end if
end tell
At 9:20 AM +0000 7/15/02, Paul Bunch wrote:
Does anyone know if it's possible to create a script for closing Classic? I
thought of trying to script System Prefs, but this probably requires use of
events for dialog controls, which seem to be unsupported on OS X.
_______________________________________________
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.
--
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Robert Jacobson email@hidden
BS, Aeronautical Engineering Univ. of Md., College Park
Flight Ops. Team - SOlar Heliospheric Observatory (SOHO)
(301) 286-1591
_______________________________________________
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.