home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Action 1997 May
/
PCA597.ISO
/
menue
/
demoarch
/
02970006.bat
< prev
next >
Wrap
DOS Batch File
|
1996-12-23
|
218b
|
18 lines
cd \menue
cls
w95det
if errorlevel 2 goto magic95
echo.
echo Leider läuft dieses Programm nur unter Windows95!!
echo.
pause
goto endall
:magic95
restart.exe
cd \demos\magic
mtgdemo.exe
exit
:endall