Skip to main content
Shine BR
Known Participant
January 21, 2016
Answered

Open files from multiple folders and execute

  • January 21, 2016
  • 1 reply
  • 663 views

Hello Guys,

I have multiple files in multiple folders, I like to know is this possible to open files automatically from folders and execute the action defined in the PS.

Example: I have folders1 to folders12 (Folder name will be change regularly), I have 5 files in folder1, 10 in folder2 and 7 in folder3,.....and so on.

I need a script to open the files one by one and perform the action in PS and close, once all the files are processed from folder1 the script need to look for folder2 and till the last folder. Is this possible? looking for advise.

This topic has been closed for replies.
Correct answer Chuck Uebele

This should be possible with just using Image Processor, which comes with PS. You just need to check the check box that says to process all subfolders.

1 reply

Chuck Uebele
Community Expert
Chuck UebeleCommunity ExpertCorrect answer
Community Expert
January 21, 2016

This should be possible with just using Image Processor, which comes with PS. You just need to check the check box that says to process all subfolders.

Shine BR
Shine BRAuthor
Known Participant
January 23, 2016

Thanks Chunk!