home *** CD-ROM | disk | FTP | other *** search
/ Quake 'em / QUAKEEM.BIN / nba / cc2c / sample.bat < prev    next >
Encoding:
DOS Batch File  |  1995-07-19  |  404 b   |  18 lines

  1. @echo off
  2. copy nba95.exe nbapatch.exe
  3. fst nbapatch.exe 1101579
  4. if errorlevel 2 goto try2
  5. if errorlevel 1 goto old
  6. :try2
  7. fst nbapatch.exe 1097483
  8. if errorlevel 2 goto xit
  9. if errorlevel 1 goto p16
  10. :old
  11. echo You have an old version of NBA95.EXE.
  12. binpatch nbapatch.exe superpat.pat
  13. goto xit
  14. :p16
  15. echo You have the PAS-16 version of NBA95.EXE.
  16. binpatch nbapatch.exe superp16.pat
  17. goto xit
  18. :xit