| User: editor -- 2010-07-01 |
| Hits: 68 |
| 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" 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 entry followed with: 3. click "File Rename", done. |
Similar Examples: |
| How to batch rename files by a filename mapping list? (68%) How to batch rename files by adding random letters behind? (68%) How to batch rename image files by adding picture width and height? (66%) How to batch rename files with the first word of file contents? (64%) How to batch rename files by adding parenthesis for each number? (63%) How to batch/bulk rename files by replacing 0-9 to A-J accordingly? (61%) How to batch rename files by adding timestamp of current time? (61%) How to batch rename files by removing all the letters and keep the rest? (60%) |
Check Demo of Batch file rename |