home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Action 1998 June (Bonus)
/
Bomico.iso
/
Monaco_setup.bat
< prev
next >
Wrap
DOS Batch File
|
1998-03-27
|
788b
|
46 lines
@echo off
attrib c:\pgp3dfx.ini -h
del c:\pgp3dfx.ini
cd \msg
rem copy sg.bat c:\sg245734.tmp
cls
CHOICE Do you have a 3dfx card?
IF ERRORLEVEL 2 goto end
CHOICE Do you wish to install 3dfx runtime libraries v2.43
IF ERRORLEVEL 2 goto 3dfx
CLS
ECHO You will need to reboot after installing these drivers.
ECHO When you have rebooted, please run setup again.
ECHO Proceed with 3dfx driver installation?
ECHO (Select N if you have already installed the drivers)
CHOICE
IF ERRORLEVEL 2 goto 3dfx
cd \msg\3dfx
setup
goto done
:3dfx
cls
rem copy 3dfx.bat c:\sg245734.tmp
copy 3dfx.bat c:\pgp3dfx.ini
attrib c:\pgp3dfx.ini +h
:end
setup.exe
rem copy c:\sg245734.tmp sg.bat
rem del c:\sg245734.tmp
rem sg.bat
creaico.exe
rem visisg
:done