Is it possible to execute JSX scripts from outside ExtendScript?

Are you on a Mac? If so, you can use AppleScript with the osascript tool to execute your JavaScript. Here are some examples: Running JSX and Returning a Value Save this as ~/temp/foo.scpt: tell application “Adobe Illustrator” — ‘do javascript’ runs any arbitrary JS. — We’re using the #include feature to run another — file. … Read more