I' trying to save a file using
app.activeDocument.saveAs(savepath);
and i am doing it in a loop on multiple files, but every time it will just show save as window and i have to do it manually.
Any ideas how to ignore that save as window ?
I' trying to save a file using
app.activeDocument.saveAs(savepath);
and i am doing it in a loop on multiple files, but every time it will just show save as window and i have to do it manually.
Any ideas how to ignore that save as window ?