| User: jimmy -- 2009-07-27 << 344 346 >> |
| Hits: 572 |
| Type: Batch file rename |
| Search all Batch file rename examples |
| Description: |
| How to batch rename files like 123123N-2(COPY).JPG to 123123-1.jpg |
| Input Sample: |
| 123123N-2(COPY).JPG 123123.JPG 12312399.JPG 234234C-3(COPY).JPG 234234*-.JPG 234234COPY.JPG 234234-1.JPG 456456CCL.JPG 456456N-COPY.JPG |
| Output Sample: |
| 123123-1.JPG 123123-2.JPG 123123-3.JPG 234234-1.JPG 234234-2.JPG 234234-3.JPG 234234-4.JPG 456456-1.JPG 456456-2.JPG |
| Answer: |
| Hint: You need to Download and install "Replace Pioneer" on windows platform to finish following steps. |
| Assume you need to group files by first 6 characters. 1. open menu "Tools->Batch Runner" 2. click "Pick Files" to select multiple files 3. click title of "Input File" column to sort the file by input filename. 4. check "Set output filename" option, change ${FILENAME} to: 5. check if the generated name in "output file" column is correct. 6. click "File Rename", done. |
Screenshot 1: Batch_Runner_Window |