home *** CD-ROM | disk | FTP | other *** search
/ תקליטור אוסף מטאור 300 / METEOR-300.img / roadhog / start.bat < prev    next >
Encoding:
DOS Batch File  |  1995-08-27  |  120 b   |  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.