| User: Mandy -- 2014-04-17 << 1193 1195 >> |
| Hits: 4546 |
| Type: Batch file rename |
| Search all Batch file rename examples |
| Description: |
| How to batch rename files by remove everything after specificed string? We have files by the following name: Firstname_Surname_scales_lst___feedback_report_1397735624_406_534fc0c88bed7845029925.pdf and in each case I want to keep everything up until "report". |
| Input Sample: |
| Firstname_Surname_scales_lst___feedback_report_1397735624_406_534fc0c88bed7845029925.pdf |
| Output Sample: |
| Firstname_Surname_scales_lst___feedback_report.pdf |
| 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 files to "Batch Runner" window 3. change "set output filename" to: 4. check filename preview in "output file" column, and click "File Rename", done. Note: the long filename could not be displayed in "output file" column, you can move mouse to the output file column and check in detail. |
Screenshot 1: Batch_Runner_Window |