home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 11 Util / 11-Util.zip / physco.zip / WAT.CMD < prev   
OS/2 REXX Batch file  |  1992-11-18  |  233b  |  5 lines

  1. REM This program does compilation and linking with Watcom C 386 9.0 using
  2. REM the appropriate "/l" flag, an 8K stack, and the "benchmarking" options
  3. REM Invoke it with "wat physcolo"
  4. wcl386 /l=os2v2_pm /k8192 /omaxet /zp4 /4r %1
  5.