| User: editor -- 2010-04-16 << 478 480 >> |
| Hits: 486 |
| Type: Batch file rename |
| Search all Batch file rename examples |
| Description: |
| How to batch/bulk rename files by replacing 0-9 to A-J accordingly? I have many text file like 02345547.jpg, how to replace each digit of 0 to A, 1 to B, 2 to C, ... 9 to Z? |
| Input Sample: |
| input files: 02345547.jpg 23434436.jpg 92345555.jpg |
| Output Sample: |
| output files: ACDEFFEH.jpg CDEDEEDG.jpg JCDEFFFF.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 files from Windows File browser to Batch Runner window. 3. check option of 'Set output filename', change the entry following to: 4. click 'File Rename', done! |
Screenshot 1: Batch_Runner_Window |