HTML2TXT v2.01 * Gregory Kwok <gkwok@jps.net>

This is a command-line filter that will strip HTML tags and entities from
an HTML file and output a plaintext file. Entities like &eacute; or &quot;
are converted to either their ANSI or ASCII character equivalents, if
available.

For brief instructions on command line switches and syntax, type
  HTML2TXT /?

To convert an HTML file into a text file, type the following:
  HTML2TXT < file.html > file.txt

The default is to output ANSI characters when converting entities (ie,
&eacute; maps to ANSI 0233). If you would rather output ASCII characters
(so that &eacute; maps to ASCII 130) use the following:
  HTML2TXT /ASCII < file.html > file.txt

This archive contains both 32-bit and 16-bit executables, as well as source
code. The 32-bit version was compiled with DJGPP 2.01; the 16-bit version was
compiled with Borland Turbo C++ 3.0.

This program is shareware. Please distribute it freely. If you make any
modifications to the source code, please contact me.

Contact information:
  Gregory Kwok
  gkwok@jps.net
  http://www.jps.net/gkwok/