Replace Pioneer Home   All Examples   Free Download

 New request --free  RSS: Replace Pioneer Examples

1453.Batch file rename -- How to move and rename files from multiple folder with specified order?

User: Donovan -- 2020-05-08          << 1452  1454 >>
Hits: 3063
Type: Batch file rename   
Search all Batch file rename examples
Description:
I would like a Multiple File Extracting/Moving (whichever word best describe) task. 
How to move files in multiple folder to a single folder with specified order?
Input Sample:
Input: Multiple folders, with multiple text files. Example:  
Folder A (Contains 100 text file) 
Folder B (Contains 100 text file)  
Folder C (Contains 100 text file) 
Folder D (Contains 100 text file) 
Folder E (Contains 100 text file) 
Output Sample:
A\file1.txt => output_folder\f001.txt 
B\file1.txt => output_folder\f002.txt 
C\file1.txt => output_folder\f003.txt 
D\file1.txt => output_folder\f004.txt 
E\file1.txt => output_folder\f005.txt 
A\file2.txt => output_folder\f006.txt 
B\file2.txt => output_folder\f007.txt 
C\file2.txt => output_folder\f008.txt 
D\file2.txt => output_folder\f009.txt 
E\file2.txt => output_folder\f010.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. drag all files in folder A to "batch runner" window 
3. sort the file as your requirement. 
4. change "set output filename" to: 
 
5. assume you need to move files to c:\new_folder 
set output folder to  
6. click "file rename", done. 
 
Do similar for folder B, C, D, E, except that the rule is: 
B:  
C:  
D:  
E:  
 
Note:  To keep source file untouched, you can also click "copy/download" instead of "rename" 

Screenshot 1:  Batch_Runner_Window


Similar Examples:
How to refine multiple text files by specified rules? (69%)
How to rename files by getting the first letter for specified words? (69%)
How to join many binary files to one single file with specified order? (68%)
How to rename file by sequence id with specified pre-defined order? (67%)
How to join corresponding line of multiple text files with specified format? (62%)
How to batch rename files by remove everything after specificed string? (61%)
How to replace text files using multiple pre-defined rules? (61%)
How to extract multiple lines in specified order from many text files? (61%)

Check Demo of Batch file rename
Keywords:
best  requirement  task  similar  except  desc  tea  scr  download  keep  describe batch file  multiple requirement  copy single file to multiple files batch  batch file to copy and rename multiple files  copy single file to multiple files  copy and rename multiple files  sort download  order rename