Replace Pioneer Home   All Examples   Free Download

 New request --free  RSS: Replace Pioneer Examples

706.Batch file rename -- How to batch rename files by keeping only the numbers at the end?

User: editor -- 2011-01-26          << 705  707 >>
Hits: 543
Type: Batch file rename   
Search all Batch file rename examples
Description:
How to batch rename files by keeping only the numbers at the end?
There are some video files with some letters and numbers in filename, how to remove useless characters and add "myfile_" as prefix?
Input Sample:
somechars1.avi
somechars25.avi
somechars81.avi
somechars100.avi
Output Sample:
myfile_001.avi
myfile_025.avi
myfile_081.avi
myfile_100.avi
Answer:
Hint: You need to Download and install "Replace Pioneer" on windows platform to finish following steps.
1. open "Tools->Batch Runner" menu
2. drag multiple video files from "Windows File Browser" to "Batch Runner" window
3. check option of "set output filename", and change the following entry to:

4. check the preview name from 'output file' column, and click 'File Rename', done!

Screenshot 1:  Batch_Runner_Window


Similar Examples:
How to batch rename files by appending the number of lines at the end? (82%)
How to batch rename files by moving the leading numbers to the end? (82%)
How to batch rename files by multiplying each number in filename by 2? (72%)
How to batch rename files by removing all the letters and keep the rest? (72%)
How to batch rename files by adding random letters behind? (71%)
How to batch rename files by replacing all spaces with underscore? (70%)
How to batch rename files by replacing semicolon with a single dot? (69%)
How to batch rename files by adding parenthesis for each number? (69%)

Check Demo of Batch file rename
Keywords:
prefix  less  letters  keep  letter  characters  numbers  how to batch rename files  calc  how to batch rename file  batch file rename multiple files keeping  how to rename files keeping the end of the file  how to remove letters from multiple files  rename file by keeping  file name only letters and numbers  batch file rename letters only  batch add prefix to multiple  add letters to multiple files