home *** CD-ROM | disk | FTP | other *** search
/ Game Killer / Game_Killer.bin / 581.ALTERWLF.BAT < prev    next >
DOS Batch File  |  1993-01-06  |  554b  |  29 lines

  1. echo off
  2. rename w3d-e1.exe wolf3d.exe
  3. cls
  4. copy wolf3d.exe wolf3d.old
  5. rename wolf3d.exe wolf3d.zap
  6. if %1==11 goto ver11
  7. if %1==12 goto ver11
  8. if %1==14 goto ver14
  9. goto oops
  10. :ver11
  11. debug wolf3d.zap<alterw11.scr
  12. goto done
  13. :ver14
  14. debug wolf3d.zap<alterw14.scr
  15. goto done
  16. :oops
  17. cls
  18. echo You need to start this batch file by entering ALTERWLF followed
  19. echo by a space and either 11, 12, or 14 depending on the version
  20. echo that you have.
  21. echo Try Again!
  22. goto end
  23. :done
  24. cls
  25. echo   ALL DONE!
  26. goto end
  27. :end
  28. rename wolf3d.zap wolf3d.exe
  29.