home *** CD-ROM | disk | FTP | other *** search
/ Instant Doom Levels / Instant.Doom.Levels.-.Level.Master.II.iso / SHELL / UTIL.BAT < prev   
DOS Batch File  |  1995-04-17  |  1KB  |  32 lines

  1. @ECHO OFF
  2. CLS
  3. ECHO.
  4. ECHO You have chosen to install the %1 files to %2\DOOMCD\%1.
  5. echo.
  6. echo.
  7. ECHO If this is NOT what you want to do, press the Ctrl + C
  8. ECHO keys to stop this batch program.     
  9. ECHO.
  10. ECHO.
  11. ECHO.
  12. PAUSE Paused... press any key to continue the installation
  13. CLS
  14. ECHO.
  15. ECHO ┌───────────────────────────────────────────────────────────────────────┐
  16. ECHO │ The software will now be installed to your hard drive.                │
  17. ECHO │ You'll see a message telling you when the installation is finished.   │
  18. ECHO └───────────────────────────────────────────────────────────────────────┘
  19. xcopy /S \UTILS\%1\*.* %2\DOOMCD\%1\*.*
  20. rem xcopy /S \EDITORS\%1\*.* %2\DOOMCD\%1\*.*
  21. CLS
  22. ECHO 
  23. ECHO.
  24. ECHO ╔══════════════════════════════════════════════════════════════════╗
  25. ECHO ║ The installation is complete!                                    ║ 
  26. ECHO ║                                                                  ║
  27. ECHO ║ You will now be returned to the DOOMCD installation program.     ║
  28. ECHO ╚══════════════════════════════════════════════════════════════════╝
  29. ECHO.
  30. ECHO.
  31. PAUSE
  32.