| User: editor -- 2011-02-25 << 724 726 >> |
| Hits: 6290 |
| Type: Batch file rename |
| Search all Batch file rename examples |
| Description: |
| How to rename files by replacing all spaces with underscore? |
| Input Sample: |
| file name 1.txt file name 2.txt ... |
| Output Sample: |
| file_name_1.txt file_name_2.txt ... |
| Answer: |
| Hint: You need to Download and install "Replace Pioneer" on windows platform to finish following steps. |
| 1. open "Tools->Batch Runner" window 2. drag all files from "Windows" to "Batch Runner" window 3. check option of "set output filename", change the following entry to: 4. check filename preview in the "output file" column, and click "File Rename" button, done! |
Screenshot 1: Batch_Runner_Window |