home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Action 1997 February
/
PCA0297.ISO
/
menue
/
demoarch
/
12960009.bat
< prev
next >
Wrap
DOS Batch File
|
1996-10-27
|
229b
|
19 lines
cd \menue
cls
w95det
if errorlevel 2 goto fx95
echo.
echo.
echo Leider läuft dieses Programm nur unter Windows 95!!
echo.
pause
goto endall
:fx95
restart.exe
cd\demos\fxfight
setup.exe
exit
:endall