User: Martin Eriksen -- 2012-08-20 << 992 994 >> |
Hits: 4327 |
Type: Batch file rename |
Search all Batch file rename examples |
Description: |
How to remove everything before a hyphen in multiple filenames? |
Input Sample: |
I have a bunch of files which filenames are in this format: n. artist name - song name Like: 1. RHCP - Californication |
Output Sample: |
I want everything before the hyphens remove so the filename's only the song name. |
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 from windows file browser to "Batch Runner" window 3. check "set output filename" option, and change the following entry to: 4. check the filename preview at "output file" column, make sure it is correct, and click "File Rename" button. |
Screenshot 1: Batch_Runner_Window |