User: Col -- 2013-11-15 << 1145 1147 >> |
Hits: 3537 |
Type: Batch file rename |
Search all Batch file rename examples |
Description: |
How to batch rename files by removing everything after last "."? |
Input Sample: |
a.oggtheora.ogv |
Output Sample: |
a.ogv |
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. change "set output filename" to: 4. check "output file" column, make sure the new filename are correct. 5. click "File Rename", done. |
Screenshot 1: Batch_Runner_Window |