home *** CD-ROM | disk | FTP | other *** search
- @echo off
- :debut
- cct386 /D /W2 /K550 /pcctcolor.blu
- if errorlevel 1 goto end
- cct386 /D /W2 /K550 /pcctcolor.grn
- if errorlevel 1 goto end
- cct386 /D /W2 /K550 /pcctcolor.yel
- if errorlevel 1 goto end
- cct386 /D /W2 /K550 /pcctcolor.ora
- if errorlevel 1 goto end
- cct386 /D /W2 /K550 /pcctcolor.red
- if errorlevel 1 goto end
- cct386 /D /W2 /K550 /pcctcolor.mag
- if errorlevel 1 goto end
- cct386 /D /W2 /K550 /pcctcolor.gry
- if errorlevel 1 goto end
- cct386 /D /W2 /K550 /pcctcolor.flu
- if errorlevel 1 goto end
- cct386 /D /W2 /K550 /m
- if errorlevel 1 goto end
- cct386 /D /W2 /K550 /i
- if errorlevel 1 goto end
- goto debut
- :end
- mode co80
-