Replace Pioneer Home   All Examples   Free Download

 New request --free  RSS: Replace Pioneer Examples

361.Batch file rename -- How to batch rename files by a filename mapping list?

User: editor -- 2009-12-05          << 360  362 >>
Hits: 4972
Type: Batch file rename   
Search all Batch file rename examples
Description:
How to batch rename files by a filename mapping list?
Input Sample:
A text file a.txt containing name maping list: 
oldname1,newname1 
oldname2,newname2 
oldname3,newname3 
...
Output Sample:
rename all all files to new names base on the mapping list.
Answer:
Hint: You need to Download and install "Replace Pioneer" on windows platform to finish following steps.
1. Put the mapping file a.txt into the folder where files need to be renamed 
2. Open "Batch Runner" from menu "Tools->Batch Runner" or press ctrl-b 
3. Drag the files from File Browser to "Batch Runner" window(version 2.5 and above) 
4. Select "set output filename" option, change ${FILENAME} to: 
 
 
5. Check the new name from output column, and click "File Rename" to finish renaming. 
 
Note: if in the a.txt, the file name is separated by <table> key, the formula in step 4 should be: 
 

Screenshot 1:  Batch_Runner_Window


Similar Examples:
How to rename files according to a given mapping list? (75%)
How to rename files according to a given mapping list? (75%)
How to batch rename files to the new names from a list in a text file? (72%)
How to batch rename last part of filenames to the strings from a file? (71%)
How to batch rename files from month name to month number? (70%)
How to batch rename files with the first word of file contents? (68%)
How to batch rename files by repositioning numbers? (67%)
How to batch rename files by appending the number of lines at the end? (67%)

Check Demo of Batch file rename
Keywords:
renamed  filename map  mapping list  table  mapping  mapping file  naming  separate  key  map  rename file mapping table  rename file name mapping table  batch mapping table  batch rename separated  rename files formula  rename file formula  rename formula in batch file  rename by folder