home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 11 Util / 11-Util.zip / SORT.ZIP / COMPILE.BAT next >
DOS Batch File  |  1988-08-27  |  213b  |  6 lines

  1. PATH C:\USER\DOS\MSC\BIN\BOUND;C:\USER\DOS\MSC\BIN;C:\;C:\OS2;C:\DOS33
  2. set INCLUDE=C:\user\dos\msC\INCLUDE
  3. set LIB=C:\user\dos\msC\LIB;C:\OS2
  4. set TMP=C:\user\dos\MSC\TMP
  5. cl /AL /W3 /Gt /Zp /Lp /F 8000 sort.c
  6.