
                               Change End-Of-Line

  This program changes the end-of-line marks in text  files,  thus  converting
them between DOS and Unix format.



  1. Usage

  The parameter syntax is the following:

  EOL <command> <filename>

  <command>:
  - D: converts a Unix file into DOS format, changing LF to CR+LF.
  - U: converts a DOS file into Unix format, changing CR+LF to LF.

  <filename>:
  This is the full name of files to be converted. You can  use  wildcards,  as
well. The converted files will overwrite the original files.



  2. Error messages

  - Invalid command
    The command is unknown.
  - FILENAME.EXT not found
    The specified files do not exist.
  - Out of memory
    The program could not allocate buffers for the conversion. Try freeing  up
    memory by uninstalling some resident programs.



  3. Copyright and legal issues

  The source of this program is public domain and provided here "as  is"  -  I
don't feel like commenting it but if you have problems then feel free  to  ask
me. If you derive your own program from the source or put a part of the source
into your own program, please, give me a credit and send a copy to me.



  4. The author

  If you're interested in some similarly useful utilities you can  contact  me
at sta@c64.org or visit my homepage at http://sta.c64.org.

  Joe Forster/STA
  19th March, 2000
