rename 1 files to multiple copies
rename 1 files to multiple copies
Just wondering if it's possible to do a copy rename say from: aaabbbcc to aaabbbddd, aaabbbefg .... essentially I have the string "ccc" that need to be copied to 10 different strings.
Re: rename 1 files to multiple copies
Hi,
I suppose this is a question for Ant Renamer (as it is in the Ant Movie Catalog section, I'll move it).
Currently it is quite limited. One way I see it, is to use the "random name" action to append a random part after the current name, and run it several times. But then you won't have a predefined set of new names, so it may not fit what you want here.
I suppose this is a question for Ant Renamer (as it is in the Ant Movie Catalog section, I'll move it).
Currently it is quite limited. One way I see it, is to use the "random name" action to append a random part after the current name, and run it several times. But then you won't have a predefined set of new names, so it may not fit what you want here.