User: editor -- 2010-07-31 << 576 578 >> |
Hits: 3557 |
Type: Batch file rename |
Search all Batch file rename examples |
Description: |
How to rename all the files by adding the file size after filename? |
Input Sample: |
file1.jpg file2.jpg file3.jpg |
Output Sample: |
file1_1324577.jpg file2_1287381.jpg file3_886274.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 all files from "windows file browser" to "Batch Runner" window * check "set output filename" option * change the following entry to: 3. check the preview at output file column, and click "File Rename", done! Following are 66 ways to rename multiple files: http://www.mind-pioneer.com/replace/batch_file_rename_ways.html |
Screenshot 1: Batch_Runner_Window |