execute JSX in MAC
hi all,
i want execute .jsx file using mac terminal command doing in ms windows using following cmmand:
c:/ start illustrator.exe script.jsx
its working fine want same thing in mac, if have idea please me.
i working on application in using cs6 sdk add functionality in adobe illustrator, didnt find method execute jsx files directoly vc++/cs6 sdk.
please me if have suggetion me.
thanks & regards
harsh
there following 2 ways execute script on mac terminal:
01) way works on win, same way works on mac. make sure have mentioned following statement @ start of java script:
#target "illustrator-16"
02) or if not want mentioned above, may provide command in terminal follows:
open -a <full path of application> <java script source"
hope information helps.
More discussions in Illustrator Scripting
adobe
Comments
Post a Comment