home *** CD-ROM | disk | FTP | other *** search
- @ECHO OFF
- REM Installation program for "***"
- REM copyright 1993, Sams Publishing
- REM (a division of Prentice Hall Computer Publishing)
- REM -----------------------------------------------------------------
- REM ECHO ┌───────────────────────────────┐
- REM ECHO │ │
- REM ECHO └───────────────────────────────┘
- REM ECHO ╔═══════════════════════════════╗
- REM ECHO ║ ║
- REM ECHO ╚═══════════════════════════════╝
- IF .%1==. GOTO NEED_DRIVE
- IF NOT EXIST %1\NUL GOTO NEED_DRIVE
- CLS
- ECHO
- ECHO ╔════════════════════════════════════════════════════════╗
- ECHO ║ ║
- ECHO ║ ║
- ECHO ╚════════════════════════════════════════════════════════╝
- ECHO
- ECHO
- ECHO ┌────────────────────────────────────────────────────────┐
- ECHO │ You have chosen to install all the files on this disk │
- ECHO │ to your %1 hard drive. │
- ECHO │ │
- ECHO │ │
- ECHO │ The files will take up about *** megabytes of space. │
- ECHO │ │
- ECHO │ │
- ECHO │ │
- ECHO │ If this is NOT what you want to do, press the │
- ECHO │ Ctrl + C keys to stop this batch program. │
- ECHO └────────────────────────────────────────────────────────┘
- ECHO
- ECHO
- ECHO
- PAUSE Paused... press any key to continue the installation
- CLS
- ECHO
- ECHO ┌───────────────────────────────────────────────────────────────────────┐
- ECHO │ The software for "*****" will now be installed to your %1 hard drive. │
- ECHO │ This will take a while, so be patient... │
- ECHO │ │
- ECHO │ You'll see a message telling you when the installation is finished. │
- ECHO └───────────────────────────────────────────────────────────────────────┘
- ECHO
- * %1
- ECHO ┌───────────────────────────────┐
- ECHO │ │
- ECHO └───────────────────────────────┘
- * %1
- * %1
- * %1
- * %1
- * %1
- * %1
- * %1
- %1
- CD\***
- CLS
- ECHO
- ECHO
- REM ECHO ╔═════════════════════════════════════════════════════════════════════╗
- REM ECHO ║ The disk installation for *** is complete! ║
- REM ECHO ║ ║
- REM ECHO ║ You'll find the files in the %1\*** directory of your hard drive. ║
- REM ECHO ║ ║
- REM ECHO ║ ║
- REM ECHO ║ ║
- REM ECHO ╚═════════════════════════════════════════════════════════════════════╝
- ECHO
- ECHO
- ECHO
- ECHO
- GOTO FINISHED
- :NEED_DRIVE
- CLS
- ECHO
- ECHO
- ECHO ┌─────────────────────────────────────────────────────────────┐
- ECHO │ │
- ECHO │ You have not specified the correct name of your hard drive. │
- ECHO │ For the installation to work, you need to type │
- ECHO │ │
- ECHO │ INSTALL drive: │
- ECHO │ │
- ECHO │ (drive: is the drive letter of your hard drive) │
- ECHO │ │
- ECHO │ For example, to install to your C: drive... │
- ECHO │ │
- ECHO │ INSTALL C: │
- ECHO │ │
- ECHO └─────────────────────────────────────────────────────────────┘
- ECHO
- ECHO
- :FINISHED
-