home *** CD-ROM | disk | FTP | other *** search
/ CD Player 1994 January / CdPlayer94-01.iso / sierra / ll6demo / demo.bat < prev    next >
DOS Batch File  |  1993-08-19  |  782b  |  26 lines

  1. @echo off
  2.  
  3. resource\vtest
  4. if not errorlevel 1 goto VesaOK
  5. cls
  6. echo  
  7. echo  
  8. echo  
  9. echo To run this demo, you MUST have a graphics card that is VESA compatible.
  10. echo  
  11. echo Most new VGA video cards are VESA compatible.  For older VGA video cards,
  12. echo it may be possible to achieve VESA compatibility by first installing
  13. echo a resident VESA driver.  A collection of VESA drivers is included on this
  14. echo CD-ROM.  Take a look at the README file in the VESA directory for more 
  15. echo information about installing and configuring the appropriate VESA driver 
  16. echo for your system. 
  17. echo  
  18. echo  
  19. goto end
  20.  
  21. :VesaOK
  22. if not exist c:\sierra\democd\anidemo.bat call resource\anitest.bat
  23. if exist c:\sierra\democd\anidemo.bat call c:\sierra\democd\anidemo.bat
  24.  
  25. :End
  26.