User: Rob -- 2017-04-14 << 1390 1392 >> |
Hits: 3329 |
Type: Text file parser |
Search all Text file parser examples |
Description: |
How to batch extract html title from files and link to the file? |
Input Sample: |
d:/test1.html d:/test2.html ... |
Output Sample: |
A text file containing following: <a href="d:/test/1.html">tile of 1.html</a> <a href="d:/test/2.html">tile of 2.html</a> ... |
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 html files from window file browser to "Batch Runner" window 3. click "Fase Replace" button open "Fase Replace" window 4. click "add" to add new rules: * set "search" to blank * set "replace" to: * click "ok" 5. click "start" 6. click "output to single file", and enter the output filename, done. |
Screenshot 1: Fast_Replace_Window |