home *** CD-ROM | disk | FTP | other *** search
/ Challenge Pack 3 / Challenge Pack 3.iso / demo_mr.bat < prev    next >
Encoding:
DOS Batch File  |  1994-09-06  |  217 b   |  10 lines

  1. @Echo off
  2. if not exist \MegaRace\MegaRace.Exe goto NotOnCD
  3. cd \MegaRace
  4. Install.Exe
  5. goto Done
  6. :NotOnCD
  7. Echo Mega Race Demo CD Not Found.  Please run this installation program
  8. Echo from the CD-ROM disc.
  9. :Done
  10.