| User: Bob -- 2013-07-29 << 1110 1112 >> |
| Hits: 5377 |
| Type: Batch file rename |
| Search all Batch file rename examples |
| Description: |
| Remove everything before the first word. I want to remove all numbers and char's before the first word for renaming mp3 music filenames |
| Input Sample: |
| aaaa bbbb cccc.mp3 123 456.mp3 |
| Output Sample: |
| bbbb cccc.mp3 456.mp3 |
| Answer: |
| Hint: You need to Download and install "Replace Pioneer" on windows platform to finish following steps. |
| We can not define what is "the first word", so here we assume user want to remove everything before first space. 1. open "Tools->Batch Runner" menu 2. drag multiple mp3 files to "Batch Runner" window 3. check "set output filename" option, set the following entry to: 4. make sure new file name preview at "output file" column is correct, and click "File Rename", ok. |
Screenshot 1: Batch_Runner_Window |