home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Jason Aller Floppy Collection
/
251.img
/
EVSWINC2.ZIP
/
BERLIN.BAT
next >
Wrap
DOS Batch File
|
1990-04-25
|
358b
|
29 lines
echo off
firstber
if errorlevel 1 goto cga
:vga
if not exist vvor.exe goto insertv
vvor
vgame
if errorlevel 1 goto vga
goto ende
:cga
if not exist cvor.exe goto insertc
cvor
cgame
if errorlevel 1 goto cga
goto ende
:insertv
echo Please insert disk #1!
pause
goto vga
:insertc
echo Please insert disk #4!
pause
goto cga
:ende