You are not logged in.
Pages: 1
Hello there !
I have a series of files numbered from 0001 to 0100.
I want them to be re-numbered (re-named) from 0100 to 0001.
Help needed !
Offline
A general workflow for such tasks:
Add you files.
Sort by the Name column in reverse order.
You may also want to enable the "natural sort order" option in the Settings, if you you don't get the right sorting order.
Strip the existing numbers.
You could do that with the Strip or Regular Expressions rules, but it depends on your exact filenames.
Add new numbers using the Serialize rule.
To avoid conflicts with existing filenames, you should either insert a dummy character (e.g. insert "_" prefix), or rename into a different folder (e.g. insert "Renamed\" prefix).
Offline
Pages: 1