User: editor -- 2008-05-17 << 119 121 >> |
Hits: 4046 |
Type: Batch file rename |
Search all Batch file rename examples |
Description: |
How to rename many files to the format of file.number.ext |
Input Sample: |
file list: a.txt b.txt c.txt |
Output Sample: |
new file list: a.01.txt b.02.txt c.03.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. click 'Pick Files' to select multifiles you want to rename 3. change 'Set output file name' from ${FILENAME} to: and click 'Apply' button at right. 4. click 'File Rename', the files will be renamed one by one. Note: if you want to change file to new directory, set 'Change output file directory' and click 'Apply' at right. |
Screenshot 1: Batch_Runner_Window |