home *** CD-ROM | disk | FTP | other *** search
- @ECHO OFF
- CLS
- ECHO.
- ECHO You have chosen to install the %1 files to %2\DOOMCD\%1.
- echo.
- echo.
- ECHO If this is NOT what you want to do, press the Ctrl + C
- ECHO keys to stop this batch program.
- ECHO.
- ECHO.
- ECHO.
- PAUSE Paused... press any key to continue the installation
- CLS
- ECHO.
- ECHO ┌───────────────────────────────────────────────────────────────────────┐
- ECHO │ The software will now be installed to your hard drive. │
- ECHO │ You'll see a message telling you when the installation is finished. │
- ECHO └───────────────────────────────────────────────────────────────────────┘
- rem xcopy /S \UTILS\%1\*.* %2\DOOMCD\%1\*.*
- xcopy /S \EDITORS\%1\*.* %2\DOOMCD\%1\*.*
- CLS
- ECHO
- ECHO.
- ECHO ╔══════════════════════════════════════════════════════════════════╗
- ECHO ║ The installation is complete! ║
- ECHO ║ ║
- ECHO ║ You will now be returned to the DOOMCD installation program. ║
- ECHO ╚══════════════════════════════════════════════════════════════════╝
- ECHO.
- ECHO.
- PAUSE
-