File renaming question

Josan12

Vault Senior Citizen
I have a general question for anyone who can help me:

Can someone recomend a program or technique for renaming
a large number of files in reverse order?

My problem is that i have hundreds and hundreds of edited
frames (for the NPC armour mod) that i need to rename
in reverse numerical order. For example, in a folder of 5
files named XXXXX00, XXXXX01, XXXXX02, XXXXXX03, XXXXXX04
i need XXXX00 to become XXXXX04 and so on. I've already
tried some of the common file renaming programs
such as Filewrangler and they dont seem to be able
to do it. Ideally it would be able to runs under OSX
but if i have to use a windows program i can run it
under Virtual PC.
 
It looks like FileWrangler and R-Name actually can both do it, as long as there are no gaps in the numbering. If there are, you'd have to split it into contiguous subgroups. A bit easier in R-Name, since you can initially sort in reverse order; you have to use a step size of -1 in FileWrangler.
 
I use KRename, it can do almost everything (with built-in simple functions, place holders, regexp editor, etc) but I bet it's Linux only.

krenamePixelsPix4Builtins.png
 
Back
Top