incrementing numbers by 2
how can i rename files in increments of 2 so for example
file 1
file 3
file 5
instead of
file 1
file 2
file 3
file 1
file 3
file 5
instead of
file 1
file 2
file 3
Reply to #1:
You can use the New Name method and use this pattern:
<Inc Nr:1:2>
The first parameter (1) is the starting number while the second parameter (2) is the steps between each number in the sequence.
https://www.advancedrenamer.com/user_guide/tags_default
You can use the New Name method and use this pattern:
<Inc Nr:1:2>
The first parameter (1) is the starting number while the second parameter (2) is the steps between each number in the sequence.
https://www.advancedrenamer.com/user_guide/tags_default