im trying to search 1000's of files, looking for all pages that have this line:
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">if the HTML page does, then they look on the same page for everything between the <title></title> tags and move that block so its under the
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> line.Any pointers in setting this batch up?
tx.
If that can be done entirely in batch, it would take some pretty impressive (and hard to follow) coding!
FIND will get you a list of files. The rest is pretty easily done in C or VB. Your batch can call the C or VB program as needed.
| « Copy files from multiple ... | batch file extract or mov... » |