| User: editor -- 2010-09-21 << 616 618 >> |
| Hits: 634 |
| Type: Batch file rename |
| Search all Batch file rename examples |
| Description: |
| How to move all the jpg files to its parent folder? |
| Input Sample: |
| c:\a\aa1.jpg c:\a\aa2.jpg c:\b\aa3.jpg c:\c\aa4.jpg c:\d\e\aa5.jpg c:\d\e\aa6.jpg |
| Output Sample: |
| c:\aa1.jpg c:\aa2.jpg c:\aa3.jpg c:\aa4.jpg c:\d\aa5.jpg c:\d\aa6.jpg |
| Answer: |
| Hint: You need to Download and install "Replace Pioneer" on windows platform to finish following steps. |
| 1. open "Tools->Batch Runner" window 2. click "Search Files" button * set "file name filter" to *.gif * set "search directory" to the parent folder * check "search subdirectory" option * click "Search", and click "Close" upon finish. 3. check option of "Set output filename", change the following entry to: 4. click "File Rename", done! |
Screenshot 1: Batch_Runner_Window |