SHORTIES\CODER.DOC  ·  DOC  ·  674 B  ·  1989-04-12  ·  from PCPlus_Issue-39_Dec-1989-FluxEngine-360kB
                           CODER.EXE
                         ____________


 Coder.exe is a routine written in C which will convert any file
 into a strict ASCII format.

 This has the advantage that the file is easily transferred using
 communications packages which require only ASCII files to be sent.

 e.g.

 To use CODER to encode a file called FNAME.EXE and convert it to FNAME.ASC

 type:-

       CODER E FNAME.EXE FNAME.ASC

 To decode a file back to its original format

 type:-

       CODER D FNAME.ASC FNAME.EXE

 Type CODER to display the correct syntax.




                                           (C) Graeme Harris 1989