• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Quit Classic
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Quit Classic


  • Subject: Re: Quit Classic
  • From: John Baltutis <email@hidden>
  • Date: Fri, 11 Nov 2005 14:36:59 -0800

On 11/11/05, Bernard Azancot <email@hidden> wrote:
>
> I need a very simple script to quit "Classic".
> I have tried the following, but it does not work.
>
> tell application "System Events"
>	quit "Environnement Classic"
> end tell
>

"Environnement Classic" isn't an application process of System Events.

tell application "System Events"
	get processes
end tell
result

->application process "Classic Support" of application "System
Events"--seems to be what you're looking for.

Try:

tell application "System Events"
quit process "Classic Support"
end tell
 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

  • Prev by Date: (no subject)
  • Next by Date: Re: Styled text to html
  • Previous by thread: Re: Quit Classic
  • Next by thread: Quit Classic
  • Index(es):
    • Date
    • Thread