• 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: Script not quitting Entourage
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Script not quitting Entourage


  • Subject: Re: Script not quitting Entourage
  • From: chris stearns <email@hidden>
  • Date: Fri, 22 Dec 2000 23:49:37 -0800

On Fri, 22 Dec 2000 11:53:27 -0500, Paul Skinner <email@hidden>
wrote:

> The processes command returns a list of references. You'll have to parse
> it.

Aha! Didn't know this. I ended up using this :

tell application "Finder"
list processes
end tell
if result contains "Entourage" then
tell application "Entourage"
quit
end tell
end if

In conjuction with an osax from Ken Dobson. Since its a single-machine
script, the osax addition is acceptable - the script is working just fine
now.

Thanks for your help!


--
CMS


  • Prev by Date: Re: Best method for form letters
  • Next by Date: Re: Tell Launcher to quit
  • Previous by thread: Re: Script not quitting Entourage
  • Next by thread: Re: Script not quitting Entourage
  • Index(es):
    • Date
    • Thread