home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer 1 / 1994-12_-_Disc_1.iso / dawn / svgatest.bat < prev    next >
DOS Batch File  |  1994-08-15  |  840b  |  22 lines

  1. @echo off
  2. echo off
  3. if not exist *.sga goto skipdel
  4. if exist libs640.400\sga_bitz.bin del libs640.400\sga_bitz.bin
  5. :skipdel
  6. cls
  7. svgavesa
  8. mode co80
  9. if not exist libs640.400\sga_bitz.bin goto failed
  10. svgademo
  11. echo The picture just displayed was the Super VGA title screen for Dawn Patrol.
  12. echo If your card has been identified correctly there will have been no corruption.
  13. if exist sgraphic.dir goto skipinstall
  14. echo To install the SVGA version:
  15. echo         insert the SVGA graphics disk 1
  16. echo         change to that drive (a: or b:)
  17. echo         type INSTALL                                                                           
  18. :skipinstall
  19. if exist circus.cfg echo Run 'Patrol ?' to reselect resolution, sound, and music controllers.
  20. if not exist circus.cfg echo Run 'Patrol ?' to select resolution, sound and music controllers.
  21. :failed
  22.