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

  1. .KEY FROMFILE/A,MODE/K/A,PAREXARGS/F
  2.  
  3. ; PARex v3.xx program script: "ConvertSYS"
  4. ; ~~~~~~~~~~~~~~~~~~~~~~~~~~   ~~~~~~~~~~
  5. ; Update: 13-Nov-93
  6.  
  7. ; $VER: ConvertSYS 39.001 (13.11.93) Convert files between AMIGA,PC,OS/2,(UNIX).
  8.  
  9. ; This program will convert files from one computer system to another.
  10. ; Generally some characters from one ASCII code set are replaced by their
  11. ; equivalent value in the other ASCII code set. 
  12.  
  13. ; Supported modes: AMIGAtoPC, AMIGAtoOS2, PCtoAMIGA, PCtoOS2, OS2toAMIGA,
  14. ;                  OS2toPC. (UNIX modes are to be added later, or 'DIY'!)
  15.  
  16. ; If no TO file is given then the destination file is called "FROMFILE.prx".
  17.  
  18. PAREX <FROMFILE> <PAREXARGS> TRACE LOAD MODE <MODE> SCRIPT PAREX:ConvertSYS.pxs
  19.  
  20.