home *** CD-ROM | disk | FTP | other *** search
/ Computer Buyer 1997 April / dpcb0497.iso / Games / NS / ROOT / SVGATEST.BAT < prev    next >
DOS Batch File  |  1995-10-06  |  1KB  |  27 lines

  1. @echo off
  2. echo off
  3. if not exist *.sga goto skipdelbin
  4. if exist libs640.400\sga_bitz.bin del libs640.400\sga_bitz.bin
  5. if exist libs640.400\sga3d.bin del libs640.400\sga3d.bin
  6. :skipdelbin
  7. cls
  8. copy rowan\*.svc .
  9. copy rowan\*.sga .
  10. copy rowan\*.s3d .
  11. svgavesa
  12. mode co80
  13. if not exist libs640.400\sga_bitz.bin goto failed
  14. svgademo
  15. echo The picture just displayed was the Super VGA title screen for NAVY STRIKE
  16. echo If your card has been identified correctly there will have been no corruption.
  17. echo This Rowan Software product will now function at the SVGA hardware setting.
  18. if exist sg*.dir goto skipinstall
  19. echo To install the SVGA version:
  20. echo         insert the SVGA graphics disk 1
  21. echo         change to that drive (a: or b:)
  22. echo         type INSTALL                                                                           
  23. :skipinstall
  24. if exist *.cfg echo Run 'Navy ?' to reselect resolution, sound and music hardware.
  25. if not exist *.cfg echo Run 'Navy ?' to select resolution, sound and music hardware.
  26. :failed
  27.