
This is a utility application that does a unix2dos functionality on
the win32 platform and will be used to convert the READMEs
to a dos format.

Pass in either a filename or a set of filenames and it
will add a CR character before every LF character in each file.

Note that unlike unix2dos, it does not require an output filename,
it will overwrite the same file.  And like unix2dos, if the given
file is already in DOS format, it will still add a CR character
before every LF character.

Note also that to run unix2dos.exe, you will need JDK1.1.x's 
javai.dll in your path, since it is a Java application wrapped
in an executable.

It does not have the options that unix2dos has for supporting
different text formats.


