home *** CD-ROM | disk | FTP | other *** search
/ PC Player 1994 October / PCPlayerplus10_94.bin / demos / overlord / install.exe / SVGATEST.BAT < prev    next >
Encoding:
DOS Batch File  |  1994-06-10  |  404 b   |  12 lines

  1. @echo off
  2. if exist libs640.400\sga_bitz.bin del libs640.400\sga_bitz.bin
  3. cls
  4. svgavesa
  5. if not exist libs640.400\sga_bitz.bin goto failed
  6. svgademo
  7. echo Config of Super VGA complete
  8. echo To reconfigure just run SVGATEST again
  9. if not exist sgraphic.dir echo If the test was a success then installing the SVGA diskset should be considered
  10. echo To change game to run in SVGA run OVERLORD /?
  11. :failed
  12.