Applescript to run Javascript
we use applescript automate funcationalty within filemaker file linking database, need applescript "do script" jsx automation on files being processed.
how key "do script" in applescript?
thanks!
travis
you need change target app suit needs…
set javascript to (path to desktop as text) & "testing.jsx" as alias
set args_list to {}
--
tell application "adobe photoshop cs2"
activate
do javascript javascript with arguments args_list ¬
show debugger on runtime error
end tell
the variable 'javascript' path jsx file on system. args_list information want pass fmp in applescript arguments array. debugger want estk on error…
More discussions in Photoshop Scripting
adobe
Comments
Post a Comment