home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Action 1996 December
/
PCA1296.ISO
/
menue
/
demoarch
/
03960013.bat
< prev
next >
Wrap
DOS Batch File
|
1996-01-29
|
157b
|
17 lines
cd\menue
cls
w95det
if errorlevel 2 goto SPACE95
cd \sbucks
win setup.exe
cd \
goto endall
:SPACE95
cd \sbucks
setup.exe
cd \
exit
:endall