Run Script after Batch is completed in Photoshop -


is there way run script after batch completed in photoshop?

i created action run through automate > batch run additional script after batch completed.

is there way this?

yes. need add script part of action. action can run batch process:

select action, hit record. load script file file > scripts > my_script.jsx (or whatever you've called it). script run. press stop, stop recording action.

now, when run action batch file run addition of my_script.jsx afterwards.

just make sure script error free or won't record @ all. secondly, don't forget stop recording action - or you'll have repercussions.


Comments

Popular posts from this blog

html - How to custom Bootstrap grid height? -

javascript - pass values from mssql to views in node -

c# - Strange behavior of await -