| User: editor -- 2010-06-09 << 529 531 >> |
| Hits: 4206 |
| Type: Batch file rename |
| Search all Batch file rename examples |
| Description: |
| How to batch rename files by moving the leading numbers to the end? |
| Input Sample: |
| 001file.txt 002file.txt 003file.txt ... |
| Output Sample: |
| file001.txt file002.txt file003.txt ... |
| Answer: |
| Hint: You need to Download and install "Replace Pioneer" on windows platform to finish following steps. |
| 1. ctrl-b open "Tools->Batch Runner" window 2. drag files from "windows file browser" to "Batch Runner" window 3. check option of "Set output filename",change the following entry to: 4. click "File Rename" button, done! |
Screenshot 1: Batch_Runner_Window |