home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Action 1996 July (Bonus)
/
E3_CD.ISO
/
menue
/
demos
/
07960010.bat
< prev
next >
Wrap
DOS Batch File
|
1996-05-28
|
181b
|
19 lines
cd\menue
cls
w95det
if errorlevel 2 goto BGG95
cd \demos\bgg
win bggdemo.exe
goto endall
:BGG95
cd \menue
restart.exe
cd\demos\BGG
BGGDEMO.exe
cd\
exit
:endall