| User: editor -- 2010-07-01 << 551 553 >> |
| Hits: 580 |
| Type: Batch file rename |
| Search all Batch file rename examples |
| Description: |
| How to batch rename files by generated a random word in the list? There is a word list like:'RED','PURPLE','GREEN','BLUE','ORANGE', how to rename files to sequence number, and add one of the word in the list at the end? |
| Input Sample: |
| filea.txt fileb.txt filec.txt file4.txt ... |
| Output Sample: |
| 001_RED.txt 002_PURPLE.txt 003_BLUE.txt 004_RED.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 all files from "Windows File Browser" to "Batch Runner" window. * check option of "set output filename", and fill the following entry with: 3. click "File Rename", done. |
Screenshot 1: Batch_Runner_Window |