home *** CD-ROM | disk | FTP | other *** search
/ Media Share 9 / MEDIASHARE_09.ISO / diags / cct386.zip / CCTDEMO.BAT < prev    next >
DOS Batch File  |  1993-03-17  |  644b  |  26 lines

  1. @echo off
  2. :debut
  3. cct386 /D /W2 /K550 /pcctcolor.blu
  4. if errorlevel 1 goto end
  5. cct386 /D /W2 /K550 /pcctcolor.grn
  6. if errorlevel 1 goto end
  7. cct386 /D /W2 /K550 /pcctcolor.yel
  8. if errorlevel 1 goto end
  9. cct386 /D /W2 /K550 /pcctcolor.ora
  10. if errorlevel 1 goto end
  11. cct386 /D /W2 /K550 /pcctcolor.red
  12. if errorlevel 1 goto end
  13. cct386 /D /W2 /K550 /pcctcolor.mag
  14. if errorlevel 1 goto end
  15. cct386 /D /W2 /K550 /pcctcolor.gry
  16. if errorlevel 1 goto end
  17. cct386 /D /W2 /K550 /pcctcolor.flu
  18. if errorlevel 1 goto end
  19. cct386 /D /W2 /K550 /m
  20. if errorlevel 1 goto end
  21. cct386 /D /W2 /K550 /i
  22. if errorlevel 1 goto end
  23. goto debut
  24. :end
  25. mode co80
  26.