home *** CD-ROM | disk | FTP | other *** search
/ GCW Games & More & Wacky Windows Companion / gcw.iso / d / scenh / demo.bat < prev    next >
Encoding:
DOS Batch File  |  1994-08-24  |  817 b   |  25 lines

  1. @echo off
  2. rem ****************************************************
  3. rem *                                                  *
  4. rem * This file to be called in order to play SimCity  *
  5. rem * and make sure the VESA VBE drivers are loaded.   *
  6. rem *                                                  *
  7. rem ****************************************************
  8. tryvesa
  9. if not errorlevel 1 goto proceed2
  10. echo No VESA reported.
  11. echo Now trying with UNIVESA VBE driver.
  12. univesa
  13. tryvesa
  14. if not errorlevel 1 goto proceed1
  15. echo Unable to load VESA VBE Driver
  16. echo SimCity CD-ROM requires a VESA-compatible video driver.
  17. echo Please refer to the original installation diskettes for
  18. echo your video card and install the appropriate VESA driver.
  19. goto :finish
  20. :proceed1
  21. :proceed2
  22. rem sccd %1 %2 %3
  23. sccd
  24. :finish
  25.