DO12 - Adding leading numbers to MP3s

I want to apply some numbering to following files.

Now i've prepared the rename, using the caret:

But if i try to use some sequential numbering at the caret position, activating the function, the numbers will be placed at the wrong position, just at the back of the file names. Also, how to get a numbering with leading zeroes?

Use [#] to position the number.

Yeah, it works, nice! But how can i limit the zero padding to only two digits? I have "010 - " now, isntead of just "10 - ".

By the way, this was just an academic question. I have removed all those excess leading zeroes using the caret edit, which is a lot of fun! :smiley:

The number of zeroes in the "from" (ab) field controls zero padding, e.g. "from 001 by 1" will pad to three digits, "from 00001 by 1" will pad to five and so on.

Ok, i see, cool. Thanks!