User: tom -- 2012-05-27 << 952 954 >> |
Hits: 3485 |
Type: Batch file rename |
Search all Batch file rename examples |
Description: |
How to rename files by getting the first letter for words like my-first-file-v0.1.txt to mffv0.1.txt |
Input Sample: |
my-first-file-v0.1.txt another-secend-v0.2.txt the-third-text-v0.3.tx |
Output Sample: |
mffv0.1.txt asv0.2-txt tttv0.3.txt |
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 change the following entry to: 4. check file name preview at "output file" column, make sure the changes are correct 5. click "file rename", done. |
Screenshot 1: Batch_Runner_Window |