home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 5 / FreshFish_July-August1994.bin / bbs / util / parex-3.10.lha / PARex / PARexScripts / StripOBERON < prev   
Encoding:
AmigaDOS Script File  |  1994-02-18  |  355 b   |  13 lines

  1. .KEY FROMFILE/A,PAREXARGS/F
  2.  
  3. ; PARex v3.xx program script: "StripOBERON"
  4. ; ~~~~~~~~~~~~~~~~~~~~~~~~~~   ~~~~~~~~~~~
  5. ; Update: 13-Nov-93
  6.  
  7. ; $VER: StripOBERON 39.002 (13.11.93) Oberon_source comment stripping
  8.  
  9. ; If no TO file is given then the destination file is called "FROMFILE.prx".
  10.  
  11. PAREX <FROMFILE> <PAREXARGS> TRACE LOAD { STRIP "(*" TO "*)" NEST }
  12.  
  13.