home *** CD-ROM | disk | FTP | other *** search
/ Action Ware 9: Duke Nukem 3D / ACTWARE9.iso / actware9 / levels / caves / caves.bat < prev    next >
Encoding:
DOS Batch File  |  1996-07-20  |  1.4 KB  |  52 lines

  1. @echo off
  2. cls
  3. echo.
  4. echo ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  5. echo Welcome to the "CAVES" USER MAP for DukeNukem3D 
  6. echo            By John Leonard *KASAI*
  7. echo ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  8. echo.
  9. echo.
  10. echo If you already have the file "DETHTOLL.MID" in your DUKE 
  11. echo NUKEM 3D directory , this batch program will rename them to 
  12. ECHO "DETHTOLL.BAK". To restore this type: 
  13. echo "RENAME DETHTOLL.BAK DETHTOLL.MID"
  14. echo Note: If you already have "dethtoll.bak", please rename to a 
  15. echo differnet extention or delete it in order to get the music. 
  16. echo.
  17. echo.
  18. echo.
  19. echo **********************************************************************
  20. echo                            WARNING
  21. echo IF YOU PLAN TO REUSE THIS BATCH PROGRAM, PLEASE RENAME YOUR 
  22. echo "dethtoll.mid" TO ANYTHING OTHER THAN EXTENTION .MID and .BAK.
  23. echo **********************************************************************
  24. echo.
  25. echo.
  26. echo Ready? Turn up your volume NOW! :)
  27. pause
  28.  
  29. if exist dethtoll.mid goto exchange
  30. if not exist dethtoll.mid goto start
  31. :exchange
  32. rename dethtoll.mid dethtoll.bak 
  33.  
  34. :start
  35. ren caves.mid dethtoll.mid
  36. duke3d -map caves.map
  37. goto end
  38.  
  39. :end
  40. cls
  41. echo.
  42. echo.
  43. echo.
  44. echo.
  45. echo **********************************
  46. echo Thank you for Playing "CAVES" 
  47. echo           KASAI
  48. echo **********************************
  49. echo.
  50. pause
  51. echo on
  52.