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