User: editor -- 2009-09-01 << 350 352 >> |
Hits: 4013 |
Type: Batch file rename |
Search all Batch file rename examples |
Description: |
How to rename files by adding folder name ahead and sequence behind? |
Input Sample: |
folder1/aaa.txt folder1/bbb.txt folder1/ccc.txt folder2/aa.txt folder2/bb.txt folder3/cc.txt |
Output Sample: |
folder1/folder1_aaa_01.txt folder1/folder1_bbb_02.txt folder1/folder1_ccc_03.txt folder2/folder2_aa_01.txt folder2/folder2_bb_02.txt folder3/folder3_cc_01.txt |
Answer: |
Hint: You need to Download and install "Replace Pioneer" on windows platform to finish following steps. |
1. open menu "Tools->Batch Runner" 2. click "Pick Files" to select multiple files 3. check "Set output filename" option, change ${FILENAME} to: 4. check if the new name in "output file" column is correct. 5. click "File Rename", done. |
Screenshot 1: Batch_Runner_Window |