User: editor -- 2010-10-28 << 640 642 >> |
Hits: 3548 |
Type: Batch file rename |
Search all Batch file rename examples |
Description: |
How to rename all files(use number as filename) by multiplying each number in filename by 3? |
Input Sample: |
13.jpg 123.jpg 25.jpg |
Output Sample: |
39.jpg 369.jpg 75.jpg |
Answer: |
Hint: You need to Download and install "Replace Pioneer" on windows platform to finish following steps. |
1. open "Tools->Batch Runner" window 2. drag multiple jpg files from windows to "Batch Runner" window 3. check option of "set output filename", change the following entry to: 4. check the preview of output file column, and click "File Rename" button. |
Screenshot 1: Batch_Runner_Window |