I have a batch file that reads a text file and displays certain
strings back using the 'findstr' command. Some strings that the batch
returns contain HTML code. The string looks something like this:
Important text1: <A HREF="/cgi-bin/blah/blah>Important text2</A>
I was wondering if there is a way to create a vbs file to remove the
HTML code from the text file. Any help will be appreciated ;)
-ghettocow