• 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 Eudora
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Quit Eudora


  • Subject: Re: Quit Eudora
  • From: Rob Jorgensen <email@hidden>
  • Date: Sat, 7 Jul 2001 00:17:55 -0400

On 7/7/01, Blair Ward commented:

I am trying to ensure that Eudora is quit as part of a script. The script works but if Eudora is not active the script starts Eudora and then Quits. How do I stop Eudora from starting up if it is not already active?
Part of script dealing with Eudora.

is application running "Eudora"
if false then
else
tell application "Eudora"
quit
end tell
end if

Try this:

-- Begin Script --

tell application "Finder" to set isRunning to exists application process "Eudora"

if isRunning is true then
tell application "Eudora" to quit
end if

-- End Script --


Later,

Rob Jorgensen
Ohio, USA


References: 
 >Quit Eudora (From: Blair Ward <email@hidden>)

  • Prev by Date: Re: how to script resizing in Graphic Converter
  • Next by Date: Re: Offset vs. Repeat loops
  • Previous by thread: Quit Eudora
  • Next by thread: dictionaries
  • Index(es):
    • Date
    • Thread