home *** CD-ROM | disk | FTP | other *** search
/ ftp.wwiv.com / ftp.wwiv.com.zip / ftp.wwiv.com / pub / MISC / NETCDR40.ZIP / MAKE1.BAT < prev    next >
DOS Batch File  |  2000-02-28  |  159b  |  9 lines

  1. @echo off
  2. :top
  3. REM remove spawns.lib if not using Ralf Brown's SPAWNO
  4. bcc -ms -d -G -O %1.c spawns.lib
  5. if not exist %1.obj goto no
  6. :yes
  7. del %1.obj
  8. :no
  9.