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