| User: May -- 2014-05-13 << 1204 1206 >> |
| Hits: 5261 |
| Type: Batch file rename |
| Search all Batch file rename examples |
| Description: |
| How to batch rename html files to specified text before specified word from html title tags |
| Input Sample: |
| input index.html title is "abc *#$7 d 89 e x sfew34" |
| Output Sample: |
| output abcde.html |
| Answer: |
| Hint: You need to Download and install "Replace Pioneer" on windows platform to finish following steps. |
| If you want to rename files to every letter before word "x" in html title tag(e.g. rename to myname if title tag is <title>my123namexyz</title>): 1. open "Tools->Batch Runner" menu 2. drag multiple html files to "Batch Runner" window 3. change "set output filename" entry: 4. make sure the "output file" column display the new filenames correctly. 5. click "File Rename", done. |
Screenshot 1: Batch_Runner_Window |