home *** CD-ROM | disk | FTP | other *** search
- @echo off
- cls
- echo RE-SET is a utility to modify all drivers and environment settings
- echo after changing the default configuration of the Sound Blaster Pro.
- echo If you do not wish to continue, hit <CTRL>-C now.
- pause
- cd\sbpro
- inst-drv
- cls
- echo Now the CT-VOICE and ORGAN drivers need to be installed....
- pause
- inst-drv \sbpro\drv
- cls
- set-env
- cls
- echo Now you should see the BLASTER and SOUND variables in your Environment:
- set
- echo
- echo If you do not see BLASTER and SOUND variables, you may need to edit
- echo your AUTOEXEC.BAT file manually. Consult the README.TXT file for
- echo further information.
- pause
- cls
- echo RE-SET completed!
-