home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 2: PC / frozenfish_august_1995.bin / bbs / d09xx / d0957.lha / PARex / PARexScripts / RemapCTRL < prev    next >
AmigaDOS Script File  |  1993-11-24  |  781b  |  20 lines

  1. .KEY FROMFILE/A,PAREXARGS/F
  2.  
  3. ; PARex v3.xx program script: "RemapCTRL"
  4. ; ~~~~~~~~~~~~~~~~~~~~~~~~~~~  ~~~~~~~~~
  5. ; Update: 13-Nov-93
  6.  
  7. ; $VER: RemapCTRL 39.001 (13.11.93) Remap AmigaDOS black & white ctrl codes.
  8.  
  9. ; This program will convert the white and black control sequences as used in
  10. ; programs or textfiles. As one knows, since AmigaDOS v2.x the white and black
  11. ; colours have switched places. In other words if a program uses "\e[31m"
  12. ; under AmigaDOS v1.x prints in white, but under AmigaDOS v2.x and later is
  13. ; printed in black. For some users this could be annoying. This program now
  14. ; let's you use the proper colours.
  15.  
  16. ; If no TO file is given then the destination file is called "FROMFILE.prx".
  17.  
  18. PAREX <FROMFILE> <PAREXARGS> TRACE ALL LOAD SCRIPT PAREX:RemapCTRL.pxs 
  19.  
  20.