Replace Pioneer Home   All Examples   Free Download

 New request --free  RSS: Replace Pioneer Examples

551.Batch file rename -- How to batch rename files by multiplying each number in filename by 2?

User: editor -- 2010-06-30          << 550  552 >>
Hits: 3913
Type: Batch file rename   
Search all Batch file rename examples
Description:
How to batch rename files by mulitplying each number in filename by 2?
Input Sample:
1.txt 
2.txt 
3.txt 
5.txt 
...
Output Sample:
0002.txt 
0004.txt 
0006.txt 
0010.txt 
...
Answer:
Hint: You need to Download and install "Replace Pioneer" on windows platform to finish following steps.
1. open "Tools->Batch Runner" window 
2. drag all files from "Windows File Browser" to "Batch Runner" window 
3. sort the file name descendingly(or else there may have duplicated name while renaming) 
4. check option of 'set output filename', and change the following entry to: 
 
5. click "File Rename", done!

Screenshot 1:  Batch_Runner_Window


Similar Examples:
How to rename all files by multiplying each number in filename by 3? (90%)
How to batch rename files by moving the leading numbers to the end? (74%)
How to batch rename files by keeping only the numbers at the end? (72%)
How to batch rename files by appending the number of lines at the end? (71%)
How to batch rename files by removing first 3 characters of filename? (71%)
How to batch rename mp3 files by removing everything before dash in filename? (69%)
How to batch rename files by replacing semicolon with a single dot? (67%)
How to batch rename files by adding parenthesis for each number? (67%)

Check Demo of Batch file rename
Keywords:
mulitply  multiplying each number in filename by 2  descending  multiply  duplicated  desc  naming  else  duplicate  duplicat  multiplying batch files  sort all files by number  batch file to sort files by number  batch sort number  batch file to sort by file name  sort by file name  sort filename  batch sort file name