User: editor -- 2011-08-08 << 833 835 >> |
Hits: 5089 |
Type: Batch file rename |
Search all Batch file rename examples |
Description: |
How to batch rename text files with random line from file contents? |
Input Sample: |
file1.txt: aaa bbb ccc file2.txt: 111 222 333 .... |
Output Sample: |
rename files randomly: file1.txt --> bbb.txt file2.txt --> 333.txt |
Answer: |
Hint: You need to Download and install "Replace Pioneer" on windows platform to finish following steps. |
1. open "Tools->Batch Runner" menu 2. drag multiple files from "Windows File Browser" to "Batch Runner" window 3. check option of "set output filename", and change the following entry to: 4. check filename preview at "output file" column, and click "File Rename" button, done. |
Screenshot 1: Batch_Runner_Window |