User: editor -- 2008-07-07 << 214 216 >> |
Hits: 3197 |
Type: Advanced search and replace |
Search all Advanced search and replace examples |
Description: |
How to automatically add Previous/Next links at the top of each static html files from A001.html to A200.html? |
Answer: |
Hint: You need to Download and install "Replace Pioneer" on windows platform to finish following steps. |
Following steps will add a "Previous", "Next" links at the top of each html files: 1. ctrl-h to open 'Replace' dialog in 'Replace' page: * set 'Search for pattern' to * set 'Replace with pattern' to select 'Advanced' page: * set 'run following for each matched unit' to: 2. Click 'Batch ...' open 'Batch Runner' dialog: * Click 'Pick Files' pick multiple html files(A001.html to A200.html) * If files are not sorted from A001.html to A200.html, if no, click column title of 'Input file' to sort. * Click 'Batch Replace' button, done. Note: 1. <BODY.*?>@ will match any of <body ...>, you can also add to other location. 2. You should select the proper encoding type at Tools->Encoding for the html file in advance. 3. Do make backup in advance. |
Download Script: scripts/215.rst.zip |
Screenshot 1: Replace_Window |
Screenshot 2: Replace_Advanced_Window |