| User: Brian -- 2013-06-21 << 1087 1089 >> |
| Hits: 3852 |
| Type: Batch file rename |
| Search all Batch file rename examples |
| Description: |
| Batch rename HTML files by ADDING content between a pair of tags. (Similar to "503.Batch file rename -- How to batch rename html files to the content that between a pair of h2 tags?" but adding the tag info to the end of the current file name.) |
| Input Sample: |
| file name is 1.html and the text between H2 tags is TESTING |
| Output Sample: |
| file name should be 1_TESTING.html |
| 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 multiple files from "widnows file browser" to batch runner window 3. set "set output filename" entry to: 4. check the column "output file", make sure the new filename preview is correct 5. click "File Rename" button, done! Note: this is case sensitive: h2 if different from H2 |
Screenshot 1: Batch_Runner_Window |