home *** CD-ROM | disk | FTP | other *** search
/ PC Action 1998 June (Bonus) / Bomico.iso / Monaco_setup.bat < prev    next >
DOS Batch File  |  1998-03-27  |  788b  |  46 lines

  1. @echo off
  2.  
  3. attrib c:\pgp3dfx.ini -h
  4. del c:\pgp3dfx.ini
  5.  
  6. cd \msg
  7. rem copy sg.bat c:\sg245734.tmp
  8.  
  9. cls
  10.  
  11. CHOICE Do you have a 3dfx card?
  12. IF ERRORLEVEL 2 goto end
  13.  
  14. CHOICE Do you wish to install 3dfx runtime libraries v2.43
  15. IF ERRORLEVEL 2 goto 3dfx
  16.  
  17. CLS
  18. ECHO You will need to reboot after installing these drivers.
  19. ECHO When you have rebooted, please run setup again.
  20. ECHO Proceed with 3dfx driver installation?
  21. ECHO (Select N if you have already installed the drivers)
  22. CHOICE
  23.  
  24. IF ERRORLEVEL 2 goto 3dfx
  25.  
  26. cd \msg\3dfx
  27. setup
  28. goto done
  29.  
  30. :3dfx
  31. cls
  32. rem copy 3dfx.bat c:\sg245734.tmp
  33. copy 3dfx.bat c:\pgp3dfx.ini
  34. attrib c:\pgp3dfx.ini +h
  35.  
  36. :end
  37. setup.exe
  38. rem copy c:\sg245734.tmp sg.bat
  39. rem del c:\sg245734.tmp
  40. rem sg.bat
  41.  
  42. creaico.exe
  43. rem visisg
  44.  
  45. :done
  46.