home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-386-Vol-2of3.iso / c / chop1292.zip / CC.BAT next >
DOS Batch File  |  1992-12-18  |  190b  |  11 lines

  1. if .%2 == .NOC GOTO NOLINK
  2. \c\BIN\CC %1,%1 /AH ;    >er.log
  3. e3     er.log %1.c
  4. @echo Continue with link?
  5. qyn
  6. if NOT ERRORLEVEL 1 GOTO EXIT
  7. :NOCOMP
  8. \c\LIB\CLINK %1  ;
  9. :NOLINK
  10. :EXIT
  11.