home *** CD-ROM | disk | FTP | other *** search
/ Giga Games 2 / Giga_Games_2_CD-ROM_Walnut_Creek_April_1995.iso / descent / run.bat < prev   
DOS Batch File  |  1995-01-10  |  657b  |  22 lines

  1. @echo off
  2. if exist c:\wccdrom\descent.bat goto rundescent
  3. if exist descent.exe goto rundescent
  4. if exist \descent\install\install.exe goto oncdrom
  5. if not exist c:\wccdrom\go2cdrom.bat goto showmsg
  6. call c:\wccdrom\go2cdrom.bat
  7. goto oncdrom
  8. :showmsg
  9. echo Your computer is on a different drive letter than your CDROM, probably
  10. echo because of a game/program you previously ran.  Please exit the VIEW
  11. echo program, go to your CDROM drive, type VIEW, and select this option again.
  12. pause
  13. goto abort
  14. :oncdrom
  15. \descent\find_cwd.exe > c:\wccdrom\go2cdrom.bat
  16. call \descent\install.bat
  17. goto abort
  18. :rundescent
  19. c:
  20. cd \wccdrom
  21. call descent.bat
  22. :abort