home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Encyclopedia of Games
/
eog_disc2.iso
/
encyclop
/
dosgames
/
racing
/
roadhog
/
start.bat
< prev
next >
Wrap
DOS Batch File
|
1995-08-27
|
120b
|
9 lines
@echo off
if exist road.cfg goto no_setup
call help.bat
call setup.bat
goto end
:no_setup
call roadhog.bat
:end