Quit Eudora
Quit Eudora
- Subject: Quit Eudora
- From: Blair Ward <email@hidden>
- Date: Sat, 7 Jul 2001 15:02:28 +1200
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
Thanks for your help
Blair