home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Action 1996 July
/
PCA0796.ISO
/
menue
/
demoarch
/
04960011.bat
< prev
next >
Wrap
DOS Batch File
|
1996-02-24
|
168b
|
18 lines
:team
cd\menue
cls
w95det
if errorlevel 2 goto team95
cd \teamchef
win mfnsetup.exe
cd \
goto ENDE
:team95
cd \teamchef
mfnsetup.exe
cd \
exit
:ENDE