home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 31 / CDASC_31_1996_juillet_aout.iso / vrac / bldclot4.zip / BLODCLOT.BAT next >
DOS Batch File  |  1996-05-09  |  671b  |  34 lines

  1. @echo off
  2. if exist = ".\game.con" goto start
  3. goto error
  4.  
  5. :start
  6. echo.
  7. echo Installing BLODCLOT ver.004
  8. echo.
  9. echo old .CON files will be saved with the extension of .old
  10. echo If you do not wish to do this press [CTRL-C] now...
  11. echo.
  12. pause
  13. echo.
  14. echo y|copy game.con game.old > nul
  15. echo y|copy defs.con defs.old > nul
  16. echo y|copy user.con user.old > nul
  17. echo y|copy blodclot.gam game.con > nul
  18. echo y|copy blodclot.usr user.con > nul
  19. echo y|copy blodclot.def defs.con > nul
  20. echo.
  21. echo Finished installing patch...
  22. echo.
  23. goto endit
  24.  
  25. :error
  26. echo.
  27. echo Error installing. make sure you unziped BLODCLOT.ZIP in your duke3d dir
  28. echo.
  29.  
  30. :endit
  31.  
  32.  
  33.  
  34.