home *** CD-ROM | disk | FTP | other *** search
/ Hall of Fame / HallofFameCDROM.cdr / prog1 / boss719a.lzh / C86.BAT < prev    next >
DOS Batch File  |  1989-06-09  |  223b  |  13 lines

  1. echo off
  2. echo Computer Innovations (Small Model)
  3. cc1 %1 %2 %3 %4 -cm -i -dC86
  4. if errorlevel 1 goto done
  5. cc2 %1
  6. if errorlevel 1 goto done
  7. cc3 %1
  8. if errorlevel 1 goto done
  9. cc4 %1
  10. if errorlevel 1 goto done
  11. :done
  12. 
  13.