Short: Convert PC CR+LF to Amiga LF EOFs Author: Rainer.m.Mueller@uni-konstanz.de (Rainer "No.3" Müller) Uploader: Rainer m Mueller uni-konstanz de (Rainer "No 3" Müller) Type: util/cli Version: 1.0 Requires: OS2.0+ Architecture: m68k-amigaos Plain text files from PCs mostly have line ends with CR (Carriage Return) and LF (Line Feed). If you load those files on the Amiga you see (depending on the used program) strange characters at line ends. And: the file is a bit bigger then neccessary :-). Even worse, if your Web-Browser (Netscape !!) doesn't recognize that LZX-Archives are binary data (this happens very often): Netscape saves LZX-files as text with CR+LF at end of lines. Because of that LZX can't dearchive these files !!! There are also some more file-formats which cause troubles when saved with CR+LR. Kill0D removes the CR+LF end-of-files and replaces it by LF. So the LZX files work again, plain text files don't display strange characters and get a bit smaller. Usage: Kill0D File/A,OutputFile "File" the file to be "repaired" "OutputFile" if specified the repaired data will be written to this file if not specified "File" will be overwritten. I am not responsible for any data loss or damage which may be caused by using this program! If you are not sure if KillD0 can repair your file, then make a copy of it or specify "OutputFile" in order not to overwrite your original file! Kill0D is FreeWare !