home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 19 / CD_ASCQ_19_010295.iso / dos / games / wads2 / dbz / dbz.bat next >
DOS Batch File  |  1994-12-22  |  1KB  |  56 lines

  1. :c0
  2. cls
  3. echo off
  4. echo.
  5. echo                                    DOOM II
  6. echo.
  7. echo.
  8. echo.
  9. echo        Here is a New Level for DOOM II. It was made by MARC BRUGNON.
  10. echo.
  11. echo          You can play in Normal, COOPERATIVE or DEATHMATCH mode.
  12. echo.
  13. echo This Level includes New Graphics, New Sounds, New Muzix, Difficulty settings...
  14. echo     New Graphics and New Sounds are from The Dragon Ball Z Animation.
  15. echo.
  16. echo   In Deathmatch and Cooperative mode, you look like a Heavy Weapon dude
  17. echo      (It is hard to never shoot at your Friend in Cooperative Mode).
  18. echo.
  19. echo.
  20. echo.
  21. echo               1 - For Single Player Play(Look at the Title Pic).
  22. echo               2 - For Deathmatch or Cooperative play.
  23. echo.
  24. echo.
  25. echo WARNING : DON'T SWITCH OFF YOUR COMPUTER WHEN YOU PLAY THIS LEVEL. 
  26. echo IF YOU UNPLUG YOUR PC YOU HAVE TO WRITE 'DEUTEX -RESTORE' IN
  27. echo YOUR DOOM2 DIRECTORIE.
  28. echo                         And Don't Forget : "Killing is GO(o)D for DOOM II."    
  29.  
  30. choice /c:21 /N
  31. if errorlevel 2 goto c1
  32. if errorlevel 1 goto c2
  33. goto c0
  34.  
  35. :c1
  36. cls
  37. deutex -merge dbz.wad
  38. doom2
  39. deutex -restore
  40. goto fin
  41.  
  42. :c2
  43. cls
  44. deutex -merge dbz.wad
  45. setup
  46. deutex -restore
  47.  
  48. :fin
  49. cls
  50. echo I hope you were happy to play this DOOM II level.
  51. echo.
  52. echo.
  53. echo.
  54. echo.
  55. echo.
  56.