home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Action 1997 May
/
PCA597.ISO
/
menue
/
demoarch
/
04970017.bat
< prev
next >
Wrap
DOS Batch File
|
1997-02-20
|
264b
|
19 lines
cd \menue
cls
w95det
if errorlevel 2 goto tilt95
echo.
echo Sorry! Leider benötigt dieses Programm
echo Windows 95!
echo.
pause
goto endall
:tilt95
restart.exe
cd \demos\full
setup.exe
exit
:endall