Replace Pioneer Home   All Examples   Free Download

 New request --free  RSS: Replace Pioneer Examples

1099.Batch file rename -- How to move all files whose names are ended with numbers to another folder?

User: editor -- 2013-07-09          << 1098  1100 >>
Hits: 3715
Type: Batch file rename   
Search all Batch file rename examples
Description:
I have a list of 3000 files and I want to move the ones with a number in the 
filename to another folder
Input Sample:
cat.txt 
cat2.txt 
dog.txt 
dog2.txt 
dog3.txt 
 
Output Sample:
in one folder 
 
cat2.txt 
dog2.txt 
dog3.txt 
 
in the other folder: 
cat.txt 
dog.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 "search files" button 
* set 'file name filter' to: 
 
* set 'search directory' to the folder you want to search. 
* click 'search' button, all your files that ended with numbers will be listed, close search window 
3. check option of "change output folder", and set the following entry to the new folder you want to move to 
4. click "file rename", all files that ended with numbers will be moved to new folder.

Similar Examples:
How to move all the jpg files to its parent folder? (63%)
How to remove all lines that are not ended with word "ok" or "done"? (62%)
How to remove all lines that can be found in another file? (59%)
How to remove all lines whose 4th column enclosed by a pair of parenthesis? (59%)
How to remove all the lines that with odd line number for multiple files? (59%)
How to copy many files that defined in a list file to another folder? (59%)
How to convert multiple files from one encoding to another with online tool? (58%)
How to extract all lines whose line numbers are multiple of 3? (57%)

Check Demo of Batch file rename
Keywords:
file name filter  directory  names  new folder  dir  rename all file  rename all  output folder  with numbers  filter  folder names  rename all files in a folder and  move file to new folder  list of numbers  rename directory  list numbers  move list of files  move a list of files