home *** CD-ROM | disk | FTP | other *** search
/ Questo 1: Top Shareware / QUESTO1.bin / progb05 / start.bat < prev    next >
DOS Batch File  |  1995-08-26  |  120b  |  9 lines

  1. @echo off
  2. if exist road.cfg goto no_setup
  3. call help.bat
  4. call setup.bat
  5. goto end
  6. :no_setup
  7. call roadhog.bat
  8. :end
  9.