home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 19 / CD_ASCQ_19_010295.iso / dos / prg / c / boss / boss_sup.exe / WOCS.BAT < prev   
DOS Batch File  |  1994-09-23  |  83b  |  5 lines

  1. echo off
  2. echo Watcom (Small Model)
  3. wcc %1.c /ms
  4. wlink file %1.obj library swin
  5.