home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Action 1997 February
/
PCA0297.ISO
/
menue
/
demoarch
/
03960016.bat
< prev
next >
Wrap
DOS Batch File
|
1996-01-29
|
163b
|
17 lines
cd\menue
cls
w95det
if errorlevel 2 goto TORIN95
cd \DEMOS\TOR
win setup.exe
cd \
goto endall
:TORIN95
cd \demos\TOR
setup.exe
cd \
exit
:endall