Copy link to clipboard
Copied
Every day I need to run the image processor script.
Is there a way to schedule this so it automatically runs everyday? I am running the latest version of Photoshop on Windows 10.
Thank you!
Copy link to clipboard
Copied
You can use the Script Events Manager to start the "image processor.jsx"
Copy link to clipboard
Copied
If Photoshop is launched it's going to run scripts scheduled in Startup Script folder (you find in Adobe folder of CommonFiles). You may also use Adobe Bridge, that has special command, app.scheduleTask(), that will launch Photoshop, run script, and close Ps for ex. at some hours or when it sees content of some folder / file changed.
Copy link to clipboard
Copied
Yes, you can use Windows 10's task scheduler.
Here's a how-to link: How to automate tasks in Windows
I suggest making a basic photoshop script (a jsx file) that launches the image processor with the parameters you need.
You can probably get that from scriptlistener code.
In Windows 10's task manager, you can then make a scheduled task that will run the script for you.