User: editor -- 2013-10-11 << 1140 1142 >> |
Hits: 3833 |
Type: Batch file rename |
Search all Batch file rename examples |
Description: |
How to batch rename files by removing all trailing numbers? |
Input Sample: |
filea123456.txt fileb333.txt |
Output Sample: |
filea.txt fileb.txt |
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 text files to "batch runner" window 3. check option of "set output filename", and change the following entry to: 4. check filename preview at output file column, make sure they are correct, and click "file rename", done! |
Screenshot 1: Batch_Runner_Window |