| User: editor -- 2011-05-05 << 774 776 >> |
| Hits: 361 |
| Type: Batch file rename |
| Search all Batch file rename examples |
| Description: |
| How to batch rename files from date format XXX_2011-03-26.jpg to XXX_26_Mar_2011.jpg? |
| Input Sample: |
| Newyork_2011-03-11.jpg |
| Output Sample: |
| Newyork_11_Mar_2011.jpg |
| 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 file from file browser to "Batch Runner" window * check "set output file name" option, change the following entry from ${FILENAME} to: 3. check filename preview in the "output file" column, and click "File Rename" button. |
Screenshot 1: Batch_Runner_Window |