| 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 |