home *** CD-ROM | disk | FTP | other *** search
- .KEY FROMFILE/A,PAREXARGS/F
-
- ; PARex v3.xx program script: "CutLines"
- ; ~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~
- ; Update: 07-Nov-93
-
- ; $VER: CutLines 39.000 (07.11.93) Cut all LF's in a row of more than two.
-
- ; This program will convert a row of LF's with more than two, to LF+LF.
-
- ; If no TO file is given then the destination file is called "FROMFILE.prx".
-
- PAREX <FROMFILE> <PAREXARGS> TRACE LOAD { REPL \n\n#\n BY \n\n WILD }
-
-