home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Speelhal Klassiekers - Hits des Salles de Jeux
/
CD_1.iso
/
games
/
ROADHOG
/
START.BAT
< prev
next >
Wrap
DOS Batch File
|
1996-07-23
|
154b
|
11 lines
@echo off
if exist road.cfg goto no_setup
call hilfe.bat
call setup.bat
goto end
:no_setup
call roadhog.bat
pause
xhelp.exe xorder.dat 1 1
:end