Copy link to clipboard
Copied
Hi,
I am opening several AE projects one by one from command line. However, I don't want AE to ask mi if I would like to save previously opened project when opening next one. Just don't save it and open the next one.
Currently I am using this syntax:
<path to FX exe> -project <path to the file with my project>
Is there any parameter that would surpress this warning or other way to do this? Thanks a lot!
1 Correct answer
Hi!
You have to close your project before opening a new one.
To do so, use: app.project.close(closeOptions), with CloseOptions.DO_NOT_SAVE_CHANGES if you don't wish to save, or CloseOptions.SAVE_CHANGES if you do.
Cheers,
François
Copy link to clipboard
Copied
Hi!
You have to close your project before opening a new one.
To do so, use: app.project.close(closeOptions), with CloseOptions.DO_NOT_SAVE_CHANGES if you don't wish to save, or CloseOptions.SAVE_CHANGES if you do.
Cheers,
François
Copy link to clipboard
Copied
Thank you so much!
BTW. Do you know if there is any Scripting guide for AE CC?
Copy link to clipboard
Copied
You're welcome.
And I don't think there is a AE CC scripting guide (yet?)
You can look at this thread, see if there is any news:
http://forums.adobe.com/message/6136177
Cheers,
François
Copy link to clipboard
Copied
Thanks again

