Run .jsx File From Command Line Windows
Suppose I have an adobe after effects project open. Is it possible to use the command line on Windows to run a .jsx script that will execute for the currently open instance of after effects?
I know this might seem like a strange request, but I'm trying to interface python code with after effects scripting, and if I can somehow get .jsx script code to execute automatically after a Python script finishes, that would be fantastic.
If I can run the .jsx script from command line, then I could just have Python make a system call to that file. But opening a .jsx script with ExtendScript just brings it into the editor and does not execute it on Windows.
So perhaps associating the .jsx extension with a different .exe file could do it, but I'm not certain.
If it's not possible, then how can I write an After Effects script that runs the Python code and doesn't continue executing until the Python script is completely finished?
