MakeEDable - text file conversion programs - makes any text file usable with the Amiga ED editor. Copyright (c) 1986 by Joel Halbert, 210 N. Maguire #405, Tucson, AZ 85710 CompuServe ID #73147,353 Written using TDI Modula-2/Amiga. MakeEDable is used to convert any text file to a format usable by the ED editor. The program must be run from the CLI, and is simple to use: MakeEDable Infile Outfile where Infile is the existing text file which ED will not load, and Outfile is the new file. Note - if you don't like typing such a long command name, then shorten it to MED or anything else. But the "command usage" error message will still describe itself as "MakeEDable". MakeEDable does the following things: 1. Converts all CR, CRLF and LFCR character strings to simple LF's. 2. Splits lines which are too long for ED (255 characters). 3. Throws out all "binary" or control and alt characters. So far, I have never seen (this version of) MakeEDable fail to fix any non-ED-able file. Please forward any problems, comments or suggestions to me at the above address. Joel