home *** CD-ROM | disk | FTP | other *** search
/ TopWare Tools / TOOLS.iso / tools / top1519 / cctdemo.bat < prev    next >
Encoding:
DOS Batch File  |  1993-05-11  |  644 b   |  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.