Darn, you beat me to it. ;-)
I will offer this up though. I have found that using a combination of cron and
AppleScript tended to work better at automating tasks than just cron or AS
alone.
Wayne
-----Original Message-----
From: Ben Kennedy <[EMAIL PROTECTED]>
Jim Pistrang wrote at 2:29 PM (-0400) on 8/22/05:
>Meanwhile, can anyone tell me how to Quit out of PM, either with an
>applescript or with the automator?
I am completely and utterly green with applescript, but here is my guess:
tell application "PowerMail"
quit
end tell
Does that do it? (...yup, it does, just tested in Script Editor)
-b