home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 5 / FreshFish_July-August1994.bin / bbs / util / parex-3.10.lha / PARex / PARexScripts / ConvertSYS < prev    next >
Encoding:
AmigaDOS Script File  |  1994-02-18  |  729 b   |  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.