  *********************************************************************
  ****************** Text to Preformatted HTML Converter **************
  *********************************************************************
  TEXT2PRE.BAT is a simple QBasic/Batch script hybrid program which was
  written because some browsers and HTML viewers will not display plain
  text files unless the basic head and tail tags are included.  Because
  of this, it's a good idea to add these tags, even though Microsoft IE
  will display text files without them.

  Some characters in the ASCII character set require conversion to HTML
  name or numeric entities before they'll display in web browsers. This
  program doesn't make those conversions, although, if need be, you can
  make the conversions by running the text file through ASCI2ISO.BAT at
  the command line, or, if you know basic batch scripting, you can edit
  the source code of TEXT2PRE.BAT to call ASCI2ISO.BAT--one of the many
  advantages of non-compiled source code,  apart from the fact that you
  can easily verify if there's a virus, maliscious code, or programming
  error, is that you can also make modifications easily.

  TEXT2PRE.BAT is copyrighted freeware;  make any alterations you wish,
  distribute freely, but as always, proper attribution is just.  Use at
  your own risk--no guarantees or warranties of any kind are made. 
  *********************************************************************
