Page 1 of 1

Batch Rename feature: enum/loop/step

Posted: 21 Mar 2020 01:37
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