home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Action 1997 February
/
PCA0297.ISO
/
menue
/
demoarch
/
09960014.bat
< prev
next >
Wrap
DOS Batch File
|
1996-07-28
|
180b
|
18 lines
cd \menue
cls
w95det
if errorlevel 2 goto skull95
cd \DEMOS\skull
install.exe
goto endall
:skull95
cd \menue
restart.exe
cd \DEMOS\skull
setup.exe
exit
:endall