home *** CD-ROM | disk | FTP | other *** search
/ PC go! 1996 December / PC_GO.ISO / demos / inst / roadhog.exe / START.BAT < prev    next >
Encoding:
DOS Batch File  |  1996-07-21  |  147 b   |  10 lines

  1. @echo off
  2. if exist road.cfg goto no_setup
  3. call hilfe.bat
  4. call setup.bat
  5. goto end
  6. :no_setup
  7. call roadhog.bat
  8. xhelp.exe xorder.dat 1 1
  9. :end
  10.