home *** CD-ROM | disk | FTP | other *** search
/ The Best of Select: Games 9 / CD_1.iso / dosgames / ascend / go.bat next >
DOS Batch File  |  1996-03-23  |  735b  |  33 lines

  1. @echo off
  2. data\dos4gw data\install.exe
  3. if errorlevel 2 goto end
  4. if errorlevel 1 goto 1
  5. setsound
  6. cls
  7. echo.
  8. echo Ascendancy has been installed successfully!
  9. echo.
  10. echo Ascendancy will now attempt to configure VESA support for your
  11. echo video card.  It is possible, though very unlikely, that the
  12. echo auto-detection mechanism will cause your computer to hang.  If
  13. echo this should happen, just reboot your computer.
  14. echo.
  15. pause
  16. uvconfig -gen
  17. goto 2
  18. :1
  19. setsound
  20. :2
  21. cls
  22. echo.
  23. echo The Ascendancy installation is complete!
  24. echo.
  25. echo If at any time you would like to reconfigure your sound setup
  26. echo for Ascendancy, just run "setsound".
  27. echo.
  28. echo To begin Ascendancy, type "ascend".
  29. echo.
  30. :end
  31. @cd \
  32. @menu
  33.