home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Action 1997 May
/
PCA597.ISO
/
menue
/
demoarch
/
09960009.bat
< prev
next >
Wrap
DOS Batch File
|
1996-07-27
|
202b
|
19 lines
:civwar
cd \menue
cls
w95det
if errorlevel 2 goto civwar95
cls
cd \demos\civil
win acw_demo.exe
goto endall
:civwar95
cd \menue
restart.exe
cd \demos\civil
acw_demo.exe
exit
:endall