| User: editor -- 2010-03-03 << 435 437 >> |
| Hits: 4319 |
| Type: Batch file rename |
| Search all Batch file rename examples |
| Description: |
| How to swap the first part and second part of many filenames? |
| Input Sample: |
| old files: 2_A.gif 3_B.gif 5_F.gif ... |
| Output Sample: |
| new files: A_2.gif B_3.gif F_5.gif ... |
| 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. drag files from Windows File browser to 'Batch Runner' window. 3. check 'set output filename' option, and change the entry of ${FILENAME} to: 4. check preview in 'output file' column, and click 'File Rename' button, done! |
Screenshot 1: Batch_Runner_Window |