home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / ocl_con2.zip / compile.cmd next >
OS/2 REXX Batch file  |  1997-11-02  |  146b  |  5 lines

  1. @echo off
  2. if exist ocl_con2.exe del ocl_con2.exe >nul
  3. icc /Gm+ /Gd+ /O+ /B" /pmtype:pm" ocl_con2.cpp
  4. if exist ocl_con2.exe start ocl_con2.exe
  5.