User: editor -- 2012-10-26 << 1016 1018 >> |
Hits: 4580 |
Type: Batch file rename |
Search all Batch file rename examples |
Description: |
How to insert a space or underscore between every word in filenames? |
Input Sample: |
TheFirstFile.txt TheSecondFile.txt |
Output Sample: |
The First File.txt The Second File.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 "set output filename" option, and set the following entry to: 4. check filename preview at "output file" column, and click "file rename", done. |
Screenshot 1: Batch_Runner_Window |