home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Action 1997 February
/
PCA0297.ISO
/
menue
/
demoarch
/
11960004.bat
< prev
next >
Wrap
DOS Batch File
|
1996-09-21
|
484b
|
28 lines
cd \menue
cls
w95det
if errorlevel 2 goto diablo95
echo.
echo Leider läuft dieses Programm nur unter Windows95!!!!
echo.
pause
goto endall
:diablo95
cls
echo off
echo Diablo requires DirectX 2.0 or later to run properly. If you do not
echo have DirectX 2.0, or are unsure which version you have, you can find
echo the proper version in the subdirectory \DX (Update only) on this CD.
echo.
echo.
pause
cd \menue
restart.exe
cd \
diablo.exe
exit
:endall