• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

Batch

New Here ,
Jul 26, 2017 Jul 26, 2017

Copy link to clipboard

Copied

Hello,

I am running a photoshop batch that runs an action that selects certain paths and does some adjustments on it.

if it encounters a file that doesn't have a path with the name i want it to select then i get en error saying.

"The command “Select” is not currently available."

and then the whole batch gets stuck till i click continue on the message box.

Now the problem is that i cant let this batch run un attended

this happens even if i click on the batch to log errors to file.

what i am planning to do i just to do it while i am available to click continue, or ad to each file a path with that name that need to be selected just so it doesn't stop.

Any better idea?

is there any way how i can make the batch running and just automatically continue if there is this error?

See screenshots below

http://prntscr.com/g0ipgr

http://prntscr.com/g0irkk

Thank you in advance

Views

849

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Adobe
Community Expert ,
Jul 26, 2017 Jul 26, 2017

Copy link to clipboard

Copied

You may want to look into Scripting, that includes options like if-, switch- and try-clauses. (For example: IF a certain path exists do something, SWITCH depending on multiple path-names, TRY to use a certain path and CATCH if it does not …)

Photoshop Scripting

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Jul 27, 2017 Jul 27, 2017

Copy link to clipboard

Copied

What exactly is the Action intended to do if the Path of the certain name exists?

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Jul 27, 2017 Jul 27, 2017

Copy link to clipboard

Copied

select the path, and then it makes a mask on group folder

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Jul 27, 2017 Jul 27, 2017

Copy link to clipboard

Copied

LATEST

A Vector Mask or a Layer Mask?

And have you posted on the Scripting Forum yet?

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines