What's new
Photoshop Gurus Forum

Welcome to Photoshop Gurus forum. Register a free account today to become a member! It's completely free. Once signed in, you'll enjoy an ad-free experience and be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

Reply to thread

There is a method called doAction() on the Application class.

You can write a script where you enter the names of the actions you want to run.

Something like this:

app.doAction("myActionName", "myActionSet");

and save the file as .jsx


To have the script run on startup go to File->Scripts->Script Events Manager.

Check the box 'Enable Events to Run Scripts/Actions' and then browse to the script file you want to run. Click the Add button. The script should be added to the list.


I only work in versions CS4 and later so I don't know if the advice above will work for earlier versions.

I hope this helps

cheers

Barb


What is our favorite program/app? (Hint - it begins and ends with the letter P)
Back
Top