User: VIVILA -- 2012-10-08 << 1013 1015 >> |
Hits: 3947 |
Type: Batch file rename |
Search all Batch file rename examples |
Description: |
how to remove the "."string of the characters from multiple filenames? for example: change the filename"2012034.mp3.lrc"to file name"2012034.lrc" |
Input Sample: |
2012034.mp3.lrc 20120708.mp3.lrc |
Output Sample: |
2012034.lrc 20120708.lrc |
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 from windows file browser to "batch runner" window 3. check "option" of "set output filename", and set following entry to: 4. check the new filename preview at output file column, and click "File Rename", done. |
Screenshot 1: Batch_Runner_Window |