| User: editor -- 2008-05-20 |
| Hits: 185 |
| Type: Batch file rename |
| Search all Batch file rename examples |
| Description: |
| How to rename many jpg files with sequence id and record it? |
| Input Sample: |
| filea.jpg fileb.jpg filec.jpg ... |
| Output Sample: |
| 1.jpg 2.jpg 3.jpg ... |
| Answer: |
| Hint: You need to Download and install "Replace Pioneer" to finish following steps. |
| 1. open menu 'Tools->Batch Runner' 2. click 'Pick files' select multiplue files 3. sort these files by name or date or others, by clicking different column titles. 4. change 'set output filename' entry from ${FILENAME} to: or , and click 'Apply' at right. 5. click 'Rename', finish. if you want to record the mapping between oldname and newname, you can click 'Export List', and save the mapping to a file. Note: ${EXT} means extension, # means sequence number |
Similar Examples: |
| How to rename file by sequence id with specified pre-defined order? (64%) How to rename many files to the format of file.number.ext (60%) How to rename many files with the last modified date of the file? (59%) How to batch rename image files by adding picture width and height? (58%) How to rename many mp3 files to the format like artist-title.mp3? (55%) How to move all image files with the width greater than height? (53%) How to batch rename files by a filename mapping list? (53%) How to rename files by adding folder name ahead and sequence behind? (52%) |
Check Demo of Batch file rename |