home *** CD-ROM | disk | FTP | other *** search
/ CD-ROM Aktief 1995 #6 / CDA_6.iso / shell / utils / html2txt.arj / HTML2TXT.DOC < prev   
Encoding:
Text File  |  1995-07-30  |  1.3 KB  |  39 lines

  1.  
  2. HTML2TXT Converts Hyper Text Markup Language formatted files (usually found on
  3. the Internet-WWW) to (very) plain DOS text files. HTML formatting is not
  4. translated, so the output files may need additional editing.
  5.  
  6. Example:
  7.  
  8. HTML2TXT d:\www\netscape\hold\pvt\hobby\chess\chess.htm
  9.  
  10. creates a file called CHESS.TXT in the current path void of all HTML embedded
  11. commands, overwriting any existing CHESS.TXT.
  12.  
  13. HTML2TXT d:\www\netscape\hold\pro\progrm\c\ansi*.htm
  14.  
  15. converts all ANSI*.HTM files to ANSI*.TXT files in the current directory,
  16. overwriting any existing ANSI*.TXT.
  17.  
  18. HTML2TXT d:\www\netscape\hold\pro\progrm\c\ansi*.*
  19.  
  20. converts all ANSI*.HTM files to ANSI*.TXT files in the current directory,
  21. overwriting any existing ANSI*.TXT.
  22.  
  23. HTML2TXT -i d:\www\netscape\hold\pro\progrm\c\ansi*.*
  24.  
  25. converts all ANSI*.* files to ANSI*.TXT files in the current directory,
  26. overwriting any existing ANSI*.TXT. (no .HTM checking)
  27.  
  28.  
  29.  
  30.  
  31. HTML2TXT was made by Jeroen van Drie (jv3@bitbike.iaf.nl 2:283/613@fidonet)
  32. for use in the noncommercial public domain. Commercial users should contact
  33. me to discuss terms before using files produced by HTML2TXT commercially.
  34.  
  35. Disclaimer: Should never be longer than the actual documentation, right?
  36. Even if you have not read these lines, I am not responsible for the way anyone
  37. uses HTML2TXT.
  38.  
  39.