Replace Pioneer Home   All Examples   Free Download

 New request --free  RSS: Replace Pioneer Examples

351.Batch file rename -- How to rename files by adding folder name ahead and sequence behind?

User: editor -- 2009-09-01          << 350  352 >>
Hits: 573
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


Similar Examples:
How to batch rename mp3 files by adding artist name behind? (67%)
How to batch rename files by adding random letters behind? (66%)
How to rename all the files by adding the file size after filename? (59%)
How to batch rename files by adding timestamp of current time? (59%)
How to rename all files by adding a letter 'x' behind each filename? (59%)
How to batch rename files in different folders and move them to a common folder? (58%)
How to batch rename files by replacing semicolon with a single dot? (57%)
How to search and replace multiple files with rules different in sequence number? (56%)

Check Demo of Batch file rename
Keywords:
getcwd  how to rename files by adding folder name  basename  rename files by adding  adding  jpg  sequence  folder name  seq  folder  rename by folder  rename files by folder  sequence multiple file  rename folder  adding filename  rename multiple files  new folder  output folder