home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
3D Madness! Companion CD
/
3DMADNESS.iso
/
games
/
instprog.bat
Wrap
DOS Batch File
|
1994-09-06
|
2KB
|
50 lines
@ECHO OFF
CLS
ECHO
ECHO ╔════════════════════════════════════════════════════════╗
ECHO ║ 3-D Madness! ║
ECHO ╚════════════════════════════════════════════════════════╝
ECHO
ECHO ──────────────────────────────────────────────────────────
ECHO The files for the %3 %4 %5 %6 %7
ECHO demo will be installed to your C: hard drive.
ECHO.
ECHO You need to have at least %2 megabytes of free space
ECHO on your hard drive.
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 will now be installed to your C: hard drive. │
ECHO │ You'll see a message telling you when the installation is finished. │
ECHO └───────────────────────────────────────────────────────────────────────┘
IF EXIST C:\3DGAMES\nul GOTO COPYING
MD C:\3DGAMES
:COPYING
MD C:\3DGAMES\%1
\GAMES\%1\%1.exe C:\3DGAMES\%1\
CLS
ECHO
ECHO
ECHO ════════════════════════════════════════════════════════════════════════
ECHO.
ECHO The installation of the %3 %4 %5 %6 %7
ECHO demo is complete! You'll find the files in the
ECHO C:\3DGAMES\%1 directory of your hard drive.
ECHO.
ECHO ════════════════════════════════════════════════════════════════════════
ECHO
ECHO
ECHO
pause
cls