home *** CD-ROM | disk | FTP | other *** search
/ ProfitPress Mega CDROM2 …eeware (MSDOS)(1992)(Eng) / ProfitPress-MegaCDROM2.B6I / UTILITY / FILE / CHOP1191.ZIP / CC.BAT next >
Encoding:
DOS Batch File  |  1990-06-28  |  325 b   |  18 lines

  1. if .%2 == .NOC GOTO NOLINK
  2. \c\BIN\CC %1,e:%1 /AH ;    >e:er.log
  3. e3     e:er.log %1.c
  4. rem continue with link?
  5. qyn
  6. if NOT ERRORLEVEL 1 GOTO EXIT
  7. :NOCOMP
  8. \c\LIB\CLINK e:%1  ;
  9. :NOLINK
  10. \PCUTIL MU
  11. REM     Continue with Copy to main dir?
  12. QYN
  13. IF NOT ERRORLEVEL  1 GOTO EXIT
  14. :COPY
  15. copy c:%1.exe c:\%1.exe
  16. cd \
  17. :EXIT
  18.