I often come across directories without leading zeroes in the name (name1, name10, name100, name101, ... name109, name11, name110) thus putting the files out of sequence, as shown. It would be helpful if File Renamer could fix it so that renamed files can be in proper order? Personally, I would prefer two-digits, using letters as in hexadecimal, but I would be willing to rename the three-digit format to two-digit format in another step.
answer to comment: Well, if I understood correctly, the easiest way to do it would be to:
Rename files name1 to name9 with 'Rename to..' string of '00' and
"Add '00' at 4 chars from name begin"
Rename files from name10 to name99 with string of '0' and
"Add '0' at 4 chars from name begin"
and you will get all files with the correct names and order, correct? Simple...

[Jose Falcao]