home *** CD-ROM | disk | FTP | other *** search
- .KEY FROMFILE/A,PAREXARGS/M
-
- ; PARex v3.xx program script: "StripCR"
- ; ~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~
- ; Update: 13-Nov-93
-
- ; $VER: StripCR 39.001 (13.11.93) Strips all CR's from a text.
-
- ; MS-DOS uses CR+LF for an end-of-line code. The Amiga only uses LF.
- ; This program will convert all CR+LF codes to LF.
-
- ; If no TO file is given then the destination file is called "FROMFILE.prx".
-
- PAREX <FROMFILE> <PAREXARGS> TRACE LOAD { REPL \r\n BY \n }
-
-