User: editor -- 2011-01-26 << 705 707 >> |
Hits: 4190 |
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 |