home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Action 1997 February
/
PCA0297.ISO
/
menue
/
demoarch
/
09960001.bat
< prev
next >
Wrap
DOS Batch File
|
1996-07-27
|
190b
|
19 lines
:blown
cd \menue
cls
w95det
if errorlevel 2 goto blown95
cd \demos\blown
install.exe
goto endall
:blown95
cd \menue
restart.exe
cd \demos\blown
install.exe
exit
:endall