home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 19 / CD_ASCQ_19_010295.iso / vrac / dm_lkout.zip / LOOK_OUT.BAT < prev    next >
DOS Batch File  |  1994-10-27  |  867b  |  30 lines

  1. @ECHO OFF
  2. ECHO.
  3. ECHO What skill level do you want to play this level?:
  4. ECHO.
  5. ECHO  [1] I'm too Young to Die
  6. ECHO  [2] Not Too Rough
  7. ECHO  [3] Hurt Me Plenty
  8. ECHO  [4] UltraViolent
  9. ECHO  [5] Nightmare
  10. ECHO.
  11. ECHO  Enter your choice by number:
  12. INPUT
  13. DOOM -file look_out.wad -warp 2 4 -skill %1
  14. ECHO.
  15. ECHO.
  16. ECHO Thanks for playing "DOOM - LOOK OUT Level" by Tom Boyles.
  17. ECHO.
  18. ECHO Special thanks to:
  19. ECHO.
  20. ECHO       -  The guys at id Software (of course)
  21. ECHO       -  My wife Laura for putting up with me
  22. ECHO       -  My buddy Mat for playing my levels and saying
  23. ECHO          he likes them even though they need work!
  24. ECHO          Thanks DAWG!
  25. ECHO       -  And to you, for checking out the level and
  26. ECHO          letting me know what you think.  (If you feel
  27. ECHO          lead to do that).  Write to:  tomboyles@aol.com
  28. ECHO.
  29. ECHO.
  30.