home *** CD-ROM | disk | FTP | other *** search
/ ProfitPress Mega CDROM2 …eeware (MSDOS)(1992)(Eng) / ProfitPress-MegaCDROM2.B6I / UTILITY / SCREEN / SWEARS10.ZIP / !CC.BAT next >
Encoding:
DOS Batch File  |  1991-06-25  |  110 b   |  5 lines

  1. @echo off
  2. qcl /Ox /AS /W3 demo.c  /link swears_s.lib
  3. qcl /Ox /AS /W3 demo2.c /link swears_s.lib
  4. del *.obj
  5.