
ConvertEOL 1.0 Alpha
==========
Freeware, Released on 1998-4-23

ConvertEOL is a freeware, command-line, Java utility to
convert the end-of-line (EOL) character in your text
files.

  Usage: java ConvertEOL <flag> <infile> <outfile>

  Flags: -CR2LF   - Macintosh to UNIX
         -CR2CRLF - Macintosh to PC
         -CRLF2CR - PC to Macintosh
         -CRLF2LF - PC to UNIX
         -LF2CRLF - UNIX to PC
         -LF2CR   - UNIX to Macintosh

  Flags are case-insensitive.

We suggest you to place this utility in your CLASSPATH so
you can access it no matter which directory you are in.

For example, if your CLASSPATH variable is the following:

set CLASSPATH=.;c:\classes;

Then place ConvertEOL.class in c:\classes.

-----

For the latest builds and information concerning ConvertEOL,
please refer to the following web site and e-mail address:

E-mail:   cynosurex@iname.com
Web-site: http://cynosurex.granax.com/

Copyright (C) 1998 by Chieh Cheng - Cynosure.X International.
All Rights Reserved.
