Hi!

Could some tell me what would be the appscript equivalent of the
following applescript?

tell application "SomeApplication"
        activate
        open "some file"
        delay 300
        quit
end tell

Also, is it possible to call apple scripts from appscript?

Ideally, I just want to use appscript as I have to process the log
files created by the application after it quits.

Thanks,

Raj

-- 
"For him who has conquered the mind, the mind is the best of friends;
but for one who has failed to do so, his very mind will be the
greatest enemy."

Rajanikanth
_______________________________________________
Pythonmac-SIG maillist  -  Pythonmac-SIG@python.org
http://mail.python.org/mailman/listinfo/pythonmac-sig

Reply via email to