Zipping an application package by script
Stephen Barncard
stephenREVOLUTION2 at barncard.com
Wed Sep 10 13:52:47 EDT 2008
I got automator to 'do the thing' and I 'get' how to call it as an
application from Rev.
[APPLESCRIPT]
tell application "<name>"
launch
end tell
However I want to pass the path information to the automator app
from rev. I've created a variable in automator and placed it in the
beginning of the workflow.
Is this how it's done?
and then call it this way?
tell application "<name>"
launch <path info>,<other param>
end tell
I would obviously replace the tags with my data
--
stephen barncard
s a n f r a n c i s c o
- - - - - - - - - - - -
More information about the use-livecode
mailing list