home *** CD-ROM | disk | FTP | other *** search
/ DeathMatch 2 for Doom 2 / Deathmatch2.bin / other / r2wolf.bat < prev    next >
DOS Batch File  |  1994-10-25  |  533b  |  23 lines

  1. @echo off
  2. :start
  3. if not exist doom2.wad goto locate
  4. if not exist r2sprite.wad goto install
  5.  
  6. doom2 -file r2sprite.wad r2levels.wad r2stg.wad
  7. goto end
  8.  
  9. :locate
  10. echo Note: Cannot find doom2.wad,
  11. echo make sure you have loaded the files in your Doom2 directory. 
  12. goto end
  13.  
  14. :install
  15. echo The sprites have not been properly installed!
  16. echo Press any key to install sprites (may take a couple of minutes)
  17. echo or press ctrl-c to abort.
  18. pause
  19. deusf -doom c:\doom2 -sprite -add r2char.wad r2sprite.wad
  20. goto start
  21.  
  22. :end
  23.