UNIX to DOS Text File Convertor Written by Stuart Coates This small utility allows you to convert UNIX text files into a format that can be used by DOS (or Atari ST). This process is neccessary because UNIX normally produces files without any Carriage-Return (ascii 13) codes and just terminates each line with a Line-Feed (ascii 10). UNIX2DOS takes an input file and scans it for linefeed characters and then replaces them with a carriage return followed by a linefeed. Usage: UNIX2DOS Full ANSI C source code is supplied to allow porting to other platforms. Stuart Coates CompuServe: 100010,2106