
Q&D HTML to ASCII v1.2b by PhG

Syntax : HTM2ASC <file[.HTM]> [option]...

This program converts HTML to ASCII, ignoring all formatting.

   -p   convert <P> to a CR,LF sequence
   -t   convert <P> to a CR,LF,TAB sequence
   -tr  convert <TR> and </TR> to a CR,LF sequence
   -oem convert entities to Windows ANSI OEM
   -wp  keep <B>, <I> and <EM> text attributes for word processing
        (find and replace $b_..._b$, $i_..._i$ and $e_..._e$ codes)
   -i   keep <IMG*> references (-ii = insert <[i]> marker)
   -f   filter out CRs and LFs found in HTML codes
   -o   overwrite existing target
   -r   reverse processing (dump HTML codes, ignoring script code if any)
   -d   while processing, dump HTML codes to screen
   -s   dump script code (if any) with text
   -x   disable LFN support even if available

.INI,.BK!,.COM,.EXE,.DLL,.OVR,.OVL,.DRV,.ZIP,.ARJ,.LZH files will be ignored.

Created files will have the following extensions (according to options) :
".ASC" (DOS), ".TXT" (Windows) and ".KOD" (codes).
