Batch Rename feature: enum/loop/step

Features wanted...
Post Reply
ethanpil
Posts: 39
Joined: 09 Sep 2009 21:45

Batch Rename feature: enum/loop/step

Post by ethanpil »

I would like to be able to loop through some values one per file.
I propose the code : to indicate the beginning of a the enums and | or , to separate them

Example Pattern:

Code: Select all

<#1:A|B>

or

Code: Select all

<#1:A,B>


Source Files
1.pdf
2.pdf
3.pdf
4.pdf
5.pdf
...
10.pdf

Result Files:
1A.pdf
1B.pdf
2A.pdf
2B.pdf
3A.pdf
3B.pdf
4A.pdf
4B.pdf
5A.pdf
5B.pdf

Post Reply