home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the DOOM Gurus / TricksOfTheDoomGurus.iso / shell / bonut.bat < prev    next >
DOS Batch File  |  1995-05-31  |  1KB  |  31 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 \BONUS\UTILS\%1\*.* %2\DOOMCD\%1\*.*
  20. CLS
  21. ECHO 
  22. ECHO.
  23. ECHO ╔══════════════════════════════════════════════════════════════════╗
  24. ECHO ║ The installation is complete!                                    ║ 
  25. ECHO ║                                                                  ║
  26. ECHO ║ You will now be returned to the DOOMCD installation program.     ║
  27. ECHO ╚══════════════════════════════════════════════════════════════════╝
  28. ECHO.
  29. ECHO.
  30. PAUSE
  31.