home *** CD-ROM | disk | FTP | other *** search
/ Interactive Entertainment 12 / EPISODE_12_APR_1995.iso / patch / sc2patch.zip / FIX.BAT next >
DOS Batch File  |  1993-01-19  |  998b  |  33 lines

  1. @echo off
  2. echo STARCON2 fix for use with ProAudioSpectrum 16
  3. echo   
  4. echo First, we copy STARCON2.EXE to STARCON2.EXB
  5. copy STARCON2.EXE STARCON2.EXB
  6. echo If anything wrong, press Ctrl-C now, otherwise
  7. pause
  8. echo Fixing STARCON2.EXE
  9. replhex 8cc283c20aec3caa8cc07402 starcon2.exe 83c204ec3caae0fb8cc07402 tmp.exe
  10. echo If anything wrong, press Ctrl-C now, otherwise
  11. pause
  12. copy tmp.exe starcon2.exe
  13. del tmp.exe
  14. echo Now, we copy MELEE.EXE to MELEE.EXB
  15. copy MELEE.EXE MELEE.EXB
  16. echo If anything wrong, press Ctrl-C now, otherwise
  17. pause
  18. echo Fixing MELEE.EXE
  19. replhex 8cc283c20aec3caa8cc07402 MELEE.exe 83c204ec3caae0fb8cc07402 tmp.exe
  20. echo If anything wrong, press Ctrl-C now, otherwise
  21. pause
  22. copy tmp.exe MELEE.exe
  23. del tmp.exe
  24. cls
  25. echo The program files are now fixed with the SoundBlaster reset loop.
  26. echo  
  27. echo You can now use STARCON2 or MELEE with the /S:SBLASTER parameter:
  28. echo   
  29. echo        STARCON2 /S:SBLASTER
  30. echo    or
  31. echo    
  32. echo        MELEE /S:SBLASTER
  33.