User: editor -- 2013-08-08 << 1112 1114 >> |
Hits: 3963 |
Type: Batch file rename |
Search all Batch file rename examples |
Description: |
How to batch rename mp3 files by removing everything before first dash in filename? Also need remove spaces that come after the dash "- ". |
Input Sample: |
Author1 - my music1.mp3 Author1 - my music2.mp3 Author1 - my music3.mp3 |
Output Sample: |
my music1.mp3 my music2.mp3 my music3.mp3 |
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 mp3 files to "batch runner" window 3. check option of "set output filename", and change the following entry to: 4. make sure new filename preview is correct at "output file" column. 5. click "File Rename", done. |
Screenshot 1: Batch_Runner_Window |