home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Liren Large Software Subsidy 6
/
06.iso
/
b
/
b032
/
4.img
/
15
/
CAI.BAT
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
DOS Batch File
|
1994-01-26
|
252 b
|
23 lines
@echo off
disp
xcmain
if errorlevel 4 goto vga
if errorlevel 3 goto ega
if errorlevel 2 goto hgc
goto error1
:vga
vga_xc
goto eend
:ega
ega_xc
goto eend
:hgc
msherc
hgc_xc
goto eend:
:error1
@echo VIDEO ERROR
:eend
cls
@echo on