.KEY FROMFILE/A,MODE/K/A,PAREXARGS/F

; PARex v3.xx program script: "ConvertSYS"
; ~~~~~~~~~~~~~~~~~~~~~~~~~~   ~~~~~~~~~~
; Update: 13-Nov-93

; $VER: ConvertSYS 39.001 (13.11.93) Convert files between AMIGA,PC,OS/2,(UNIX).

; This program will convert files from one computer system to another.
; Generally some characters from one ASCII code set are replaced by their
; equivalent value in the other ASCII code set. 

; Supported modes: AMIGAtoPC, AMIGAtoOS2, PCtoAMIGA, PCtoOS2, OS2toAMIGA,
;                  OS2toPC. (UNIX modes are to be added later, or 'DIY'!)

; If no TO file is given then the destination file is called "FROMFILE.prx".

PAREX <FROMFILE> <PAREXARGS> TRACE LOAD MODE <MODE> SCRIPT PAREX:ConvertSYS.pxs

