home *** CD-ROM | disk | FTP | other *** search
- @echo off
- echo STARCON2 fix for use with ProAudioSpectrum 16
- echo
- echo First, we copy STARCON2.EXE to STARCON2.EXB
- copy STARCON2.EXE STARCON2.EXB
- echo If anything wrong, press Ctrl-C now, otherwise
- pause
- echo Fixing STARCON2.EXE
- replhex 8cc283c20aec3caa8cc07402 starcon2.exe 83c204ec3caae0fb8cc07402 tmp.exe
- echo If anything wrong, press Ctrl-C now, otherwise
- pause
- copy tmp.exe starcon2.exe
- del tmp.exe
- echo Now, we copy MELEE.EXE to MELEE.EXB
- copy MELEE.EXE MELEE.EXB
- echo If anything wrong, press Ctrl-C now, otherwise
- pause
- echo Fixing MELEE.EXE
- replhex 8cc283c20aec3caa8cc07402 MELEE.exe 83c204ec3caae0fb8cc07402 tmp.exe
- echo If anything wrong, press Ctrl-C now, otherwise
- pause
- copy tmp.exe MELEE.exe
- del tmp.exe
- cls
- echo The program files are now fixed with the SoundBlaster reset loop.
- echo
- echo You can now use STARCON2 or MELEE with the /S:SBLASTER parameter:
- echo
- echo STARCON2 /S:SBLASTER
- echo or
- echo
- echo MELEE /S:SBLASTER
-