| User: editor -- 2010-01-06 << 383 385 >> |
| Hits: 418 |
| Type: Batch file rename |
| Search all Batch file rename examples |
| Description: |
| How to batch rename files from format ABC12.txt to ABC0012.txt? |
| Input Sample: |
| source text files: ABC1.txt ABC2.txt ABC5.txt ... |
| Output Sample: |
| target text files: ABC0001.txt ABC0002.txt ABC0005.txt ... |
| Answer: |
| Hint: You need to Download and install "Replace Pioneer" on windows platform to finish following steps. |
| 1. press ctrl-B or open Menu "Tools->Batch Runner" 2. drag all files that need to be renamed 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 at "output file" column, and click "File Rename" button. |
Screenshot 1: Batch_Runner_Window |