home *** CD-ROM | disk | FTP | other *** search
- @echo off
- copy nba95.exe nbapatch.exe
- fst nbapatch.exe 1101579
- if errorlevel 2 goto try2
- if errorlevel 1 goto old
- :try2
- fst nbapatch.exe 1097483
- if errorlevel 2 goto xit
- if errorlevel 1 goto p16
- :old
- echo You have an old version of NBA95.EXE.
- binpatch nbapatch.exe superpat.pat
- goto xit
- :p16
- echo You have the PAS-16 version of NBA95.EXE.
- binpatch nbapatch.exe superp16.pat
- goto xit
- :xit