.KEY FROMFILE/A,PAREXARGS/F

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

; $VER: RemapCTRL 39.001 (13.11.93) Remap AmigaDOS black & white ctrl codes.

; This program will convert the white and black control sequences as used in
; programs or textfiles. As one knows, since AmigaDOS v2.x the white and black
; colours have switched places. In other words if a program uses "\e[31m"
; under AmigaDOS v1.x prints in white, but under AmigaDOS v2.x and later is
; printed in black. For some users this could be annoying. This program now
; let's you use the proper colours.

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

PAREX <FROMFILE> <PAREXARGS> TRACE ALL LOAD SCRIPT PAREX:RemapCTRL.pxs 

