home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Action 1997 May
/
PCA597.ISO
/
menue
/
demoarch
/
10960008.bat
< prev
next >
Wrap
DOS Batch File
|
1996-08-25
|
296b
|
19 lines
cd \menue
cls
w95det
if errorlevel 2 goto return95
cls
echo.
echo !!!!!!!!!!!Sorry!!!!!!!!!!!!
echo dieses Programm läuft leider nur
echo unter Winows 95
pause
goto ende
:return95
restart.exe
cd \demos\return
roatrial.exe
exit
:ende