home *** CD-ROM | disk | FTP | other *** search
/ The C Users' Group Library 1994 August / wc-cdrom-cusersgrouplibrary-1994-08.iso / vol_300 / 309_01 / doit.bat < prev    next >
DOS Batch File  |  1990-03-20  |  156b  |  10 lines

  1. cc09 test.c test.asm
  2. if errorlevel 1 goto nocomp
  3. as6809 -los test
  4. aslink -fp test.lnk
  5. pod test.s19
  6. goto exit
  7. :nocomp
  8. echo Compiler Failure
  9. :exit
  10.