| User: editor -- 2010-03-03 |
| Hits: 119 |
| 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" 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! |
Similar Examples: |
| How to batch remove/delete the last 6 characters of many filenames? (55%) How to exchange the first word and second word which is separated by _ in all lines? (55%) How to batch rename files to the first 8 characters of the second line of file content? (54%) How to batch remove/delete first and last line of many text files? (54%) How to batch remove/delete first 8 lines of many files? (54%) How to split the dictionary file and use word as filename? (53%) How to add specified text to the begin and end of many text files? (53%) How to remove the first 10 characters of each line in text file? (52%) |
Check Demo of Batch file rename |