home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Action 1997 February
/
PCA0297.ISO
/
menue
/
demoarch
/
08960001.bat
< prev
next >
Wrap
DOS Batch File
|
1996-06-23
|
178b
|
18 lines
:dog
cd \menue
cls
w95det
if errorlevel 2 goto dog95
cd \demos\dog
win setup.exe
goto endall
:dog95
cd \menue
restart.exe
cd \demos\dog
setup.exe
exit
:endall