home *** CD-ROM | disk | FTP | other *** search
/ The Complete Doom Accessory Pack 4 / TheCompleteDoomAccessoryPackVolumeIvCd.bin / graphics / chookdm / chookv22.bat < prev    next >
DOS Batch File  |  1994-11-01  |  1KB  |  36 lines

  1. echo off
  2. clear
  3. echo.   ***********************************************
  4. echo.   *               Chook DOOM 2.2                *
  5. echo.   *by David Biggs (dbiggs@yoyo.cc.monash.edu.au)*
  6. echo.   ***********************************************
  7. echo.
  8. echo.  This is The famous CHOOK DOOM for DOOM ][ and Doom 1 version 1.666
  9. echo.           by me Dave Biggs (Daveb@halls1.cc.monash.edu.au)
  10. echo.    
  11. echo.   If you have any problems with this patch just ask and I'll 
  12. echo.   see what I can do for ya.
  13. pause
  14. if exist DOOM.WAD  goto doit
  15. if exist DOOM2.WAD goto doit
  16. echo Can't find DOOM.WAD or DOOM2.WAD !
  17. echo This patch must be installed in the DOOM directory.
  18. pause
  19. exit
  20. :doit
  21. echo. Now appending DOOM sprites to CRAZYSF.WAD
  22. echo. This may take a few minutes, and will require about 2-4 meg.
  23. echo. Make SURE you have this space available on your disk.
  24. echo. If not press <Control>&<C> right now!
  25. pause
  26. DeuSF -sprites -app chookv22.wad > chookv22.log
  27. if errorlevel 0 goto good
  28. echo Error! was there enough space on disk?
  29. pause
  30. exit
  31. :good
  32. echo. 
  33. echo. Sprite business is complete.
  34. echo. Now time to play CHOOK DOOM for DOOM ][!
  35. echo. type: "Chookdm2" to play CHOOK DOOM.
  36.