Script to duplicate and rename files
Hey guys,
I need to create a custom rename script that will duplicate selected files and remove some characters(could vary from 9 to 10) from the end of the name and replace it with 1
So it looks like this now : NBSIACBGT-BKL-1 COPY.psd
And I need it like this : NBSIACBGT-1.psd
I already managed to do it through regular bridge using this regular expression : .{9}(\..{1,})$
I just need to add it into a script so I can call it out of a keyboard shortcut if that make sens to you guys.
Thank you !
