home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 6 / 06.iso / b / b032 / 4.img / 15 / CAI.BAT next >
Encoding:
DOS Batch File  |  1994-01-26  |  252 b   |  23 lines

  1. @echo off
  2. disp
  3. xcmain
  4. if errorlevel 4 goto vga
  5. if errorlevel 3 goto ega
  6. if errorlevel 2 goto hgc
  7. goto error1
  8. :vga 
  9. vga_xc
  10. goto eend
  11. :ega
  12. ega_xc
  13. goto eend
  14. :hgc
  15. msherc
  16. hgc_xc
  17. goto eend:
  18. :error1
  19. @echo VIDEO ERROR
  20. :eend 
  21. cls
  22. @echo on
  23.