home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Virtual Reality Madness & More!
/
Virtual.Reality.Madness.And.More.1994.Disk2.iso
/
vrgames
/
rtz
/
instprog.bat
< prev
next >
Wrap
DOS Batch File
|
1994-10-04
|
2KB
|
55 lines
@ECHO OFF
CD \DOSDEMOS\ACTIVIS
CLS
ECHO
ECHO ╔════════════════════════════════════════════════════════╗
ECHO ║ ║
ECHO ║ VIRTUAL REALITY MADNESS! AND MORE ║
ECHO ║ ║
ECHO ╚════════════════════════════════════════════════════════╝
ECHO
ECHO
ECHO ──────────────────────────────────────────────────────────
ECHO The setup files for the Return to Zork demo will be
ECHO installed to your C: 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:\DOSDEMOS\nul GOTO COPYING
MD C:\DOSDEMOS
:COPYING
MD C:\DOSDEMOS\ZORK
MD C:\DOSDEMOS\ZORK\DRIVERS
COPY \VRGAMES\RTZ\*.* C:\DOSDEMOS\ZORK
COPY \VRGAMES\RTZ\DRIVERS\*.* C:\DOSDEMOS\ZORK\DRIVERS
CLS
ECHO
ECHO
ECHO ════════════════════════════════════════════════════════════════════════
ECHO.
ECHO The installation of the files is complete!
ECHO The setup program will now be started. You'll need to enter info
ECHO about your computer's setup, and the program will create batch
ECHO files for starting the "Return to Zork" demo. The actual program
ECHO files for this demo are on the CD-ROM.
ECHO.
ECHO ════════════════════════════════════════════════════════════════════════
ECHO
ECHO
pause
C:
CD \DOSDEMOS\ZORK
SETUP.BAT