Page 1 of 1

Batch File Name Copy to Duplicate Image Folder

PostPosted: Mon Oct 19, 2015 5:26 pm
by RAWMan
Hi all. I'm struggling to find the language to ask the question, never mind find an answer. My head is done in!! :(


I have processed 200 RAW image files and saved as Jpegs with Individual differing names. I need to Edit them ALL so i'm going back to the RAW files to do it.

I want to copy the Jpeg file names and structure and apply to the RAW files.

Can this be done.

I have 2 folders with matching image hierarchy. So i basically need to highlight all, copy file names only, go to new folder, and replace the generic file names of the RAW files.


Thanks

Re: Batch File Name Copy to Duplicate Image Folder

PostPosted: Fri Oct 23, 2015 1:14 pm
by Stefan
» » » Copy Name from one file to another.


For a whole folder structure you would need another tool than BRU. (Best use a scripting language)



For one folder after the other, you can utilize BRUs' "Renaming From A Text File" -feature.

1] First get the names of your RAWs from one folder,
2] and from your JPEGs from the other folder.

3] Then paste them both together in a text file by separating them by an | pipe symbol:

One.raw|Vacation.jpg
Another.raw|My Car.jpg
Third.raw|Test.jpg
....
...
..

4] Use this text file with BRUs' "Renaming From A Text File" -feature. (search forum for more about)



HTH?