how to open an AE project file and run a script using CMD?
Hello everyone, I encountered a problem. I want to use CMD to open my AE project file and run a script. So I wrote the following code:
“C:\Program Files\Adobe\Adobe After Effects 2025\Support Files\afterFX.exe” -project “C:\Users\kyle\Desktop\export.aep” -r “ C:\Users\kyle\Documents\20250110_02.jsx”
But after running it, I found that it only opens the AE main interface, but does not open the project file, nor does it run the script. When I delete the part of the code that runs the script, the project file opens successfully. Is there a way to use CMD to open the project file and immediately run the script? I would appreciate any responses. Thank you.
