User: editor -- 2008-05-20 << 138 140 >> |
Hits: 4009 |
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" on windows platform 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 |
Screenshot 1: Batch_Runner_Window |