| User: editor -- 2008-07-20 << 228 230 >> |
| Hits: 818 |
| Type: Batch file rename |
| Search all Batch file rename examples |
| Description: |
| How to search all jpg files from subdirectory, rename and copy them into a specified directory? |
| Answer: |
| Hint: You need to Download and install "Replace Pioneer" on windows platform to finish following steps. |
| 1. Ctrl-B open "Batch Runner" window 2. Click "Search Files" button, enter the search condition and check "[]Search Subdirectory" option, and click "Search", click "Close" after search is done. 3. Change "Set output file name" from ${FILENAME} to other values, such as #.jpg, which means rename them to 1.jpg, 2.jpg, 3.jpg ..., then click "Apply" at right. 4. select option of "[]Change output file directory" and enter new file directory, and click "Apply" at right. 5. Click "Copy/Download" button, done! |
Screenshot 1: Batch_Runner_Window |