a msg on 2/18/03 from Scott at HobbyLink Japan contained -

>I've written a simple script which starts a number of applications and
>opens some web sites to set up my Mac for starting the day. 
>Unfortunately, PowerMail will crash on startup when I try to start it
>with the script.  Starting it via the Dock or Finder presents no
>problems.  The part of the script I'm using to start it is about as basic
>as it can get:
>
>Tell application "PowerMail"
>run
>end tell

tell application "powermail"
activate
end tell


Reply via email to