home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Action 1997 May
/
PCA597.ISO
/
menue
/
demoarch
/
03970010.bat
< prev
next >
Wrap
DOS Batch File
|
1997-01-27
|
213b
|
17 lines
cd \menue
cls
w95det
if errorlevel 2 goto rally95
echo.
echo Leider läuft dieses Programm nur unter Windows 95!
echo.
pause
goto endall
:rally95
restart.exe
cd \demos\rally
setup.exe
exit
:endall