home *** CD-ROM | disk | FTP | other *** search
/ The Games Machine 34 / rbsii1.iso / sr / drv / setup.bat < prev    next >
DOS Batch File  |  1997-10-13  |  599b  |  40 lines

  1. @Echo off
  2.  
  3. cls
  4.  
  5. @Echo Setup
  6.  
  7. if not exist .\chk3dbl.exe goto setup
  8.  
  9. chk3dbl.exe > nul
  10.  
  11. copy hotcgl\vrush.ovl glide2x.ovl
  12. chk3dfx.exe > nul
  13. if errorlevel 2 goto voodoo
  14. if errorlevel 1 goto 3dfxdrivers
  15. goto chkmsi
  16.  
  17. :voodoo
  18. copy hotcgl\voodoo.ovl glide2x.ovl
  19. chk3dfx.exe > nul
  20. if errorlevel 2 goto no3dfx
  21. if errorlevel 1 goto 3dfxdrivers
  22. goto chkmsi
  23.  
  24. :3dfxdrivers
  25. @Cls
  26. @Echo Your 3DFX card is not working correctly.
  27. @Echo Please install updated 3DFX drivers.
  28. @pause
  29. goto chkmsi
  30.  
  31. :no3dfx
  32. del glide2x.ovl
  33.  
  34. :chkmsi
  35. chkmsi.exe > nul
  36. del bind.log
  37.  
  38. :setup
  39. st.exe > nul
  40.