I have trouble understanding how the renaming function works.
Suppose I have a directory full of files named 01, 02, 03 etc.
I want to rename them to (eg) p4798, p4799, p4800 etc.
Is that possible? If so, how?
Bart
Batch Renaming
Moderators: helmut, XnTriq, xnview
Re: Renaming
The key to renaming is the file template. "Template", the name says it, is the template which consists of text and placeholders which build the new file names. To rename your files to p4798, ... you will have to:Bart wrote:I have trouble understanding how the renaming function works.
Suppose I have a directory full of files named 01, 02, 03 etc.
I want to rename them to (eg) p4798, p4799, p4800 etc.
Is that possible? If so, how?
Bart
1.) Select all the files that you want to rename
2.) Open "Batch rename" dialog using menu "Tools > Batch rename".
3.) As file template specify "p#" (without double quotes, "p" is your fixed text, "#" is a numeric enumerator, press "Insert >" to see more placeholders)
4.) As start number specify "4798" (without double quotes)
-> In column "New Name" you will see the new filenames.
5.) If needed, sort the files using the "Sort" dropdownlist or sort the files manually
6.) Trigger batch renaming by selecting "OK" button.