Replace Pioneer Home   All Examples   Free Download

 New request --free  RSS: Replace Pioneer Examples

859.Batch file rename -- How to move all files to specified sub-folders according to their extension?

User: editor -- 2011-09-22          << 858  860 >>
Hits: 269
Type: Batch file rename   
Search all Batch file rename examples
Description:
How to move all files to specified sub-folders according to their extension? There are some txt files, jpg files and exe files, how to remove them to corresponding subfolders?
Input Sample:
a1.txt
a2.txt
a3.txt
b1.jpg
b2.jpg
c1.exe
c2.exe
Output Sample:
move these files to corresponding folder:
txt\a1.txt
txt\a2.txt
txt\a3.txt
jpg\b1.jpg
jpg\b2.jpg
exe\c1.exe
exe\c2.exe
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 multiple files from File Browser to "Batch Runner" window
3. change "set output filename" entry to:

4. check new filename in "output file column", and click "File Rename", done.

Screenshot 1:  Batch_Runner_Window


Similar Examples:
How to extract all lines with specified date range from text file? (62%)
How to move files to new folders according to beginning letters of filename? (61%)
How to remove all lines that contain some specific strings in a text file? (56%)
How to search all jpg files in subfolders and copy to a new folder? (55%)
How to convert a text file to specified format? (55%)
How to remove all folders in a list containg folders and files? (55%)
How to extract multiple lines in specified order from many text files? (54%)
How to move all the jpg files to its parent folder? (54%)

Check Demo of Batch file rename
Keywords:
subfolders  subfolder  extension  folders  acc  jpg  sub  new filename  folder  batch file rename  rename multiple extension to txt  rename all jpg subfolders  file extension txt  multiple rename to txt  how to move all jpg files  move and rename all jpg  move jpg and rename all  rename jpg to txt