| User: editor -- 2009-12-28 << 375 377 >> |
| Hits: 4117 |
| Type: Batch file rename |
| Search all Batch file rename examples |
| Description: |
| Is there a way to batch rename files by capitalizing each word? ( or changing first letter of each filename to upper case) |
| Input Sample: |
| Old Files: this is filename1.txt this_is_filename2.txt |
| Output Sample: |
| New Files: This Is Filename1.txt This_Is_Filename2.txt |
| Answer: |
| Hint: You need to Download and install "Replace Pioneer" on windows platform to finish following steps. |
| 1. press ctrl-B to open "Batch Runner" window 2. drag all files that need to rename from File Browser, and drop to "Batch Runner" window.(need version 2.5 and above) * check option of "set output filename" * change the entry of "${FILENAME}" to: 3. check the preview result of "output file" column, and click "File Rename" button. |
Screenshot 1: Batch_Runner_Window |