home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Gamer 3.2
/
1997-05_Disc_3.2.iso
/
INSTALL.BAT
< prev
next >
Wrap
DOS Batch File
|
1997-02-20
|
1KB
|
45 lines
@echo off
cls
echo .
echo . Thank you for evaluating MDK from Playmates Interactive Entertainment.
echo .
echo . This program will now copy files to your hard drive to
echo . the C:\MDKDEMO directory. You will need approximately
echo . 16 megs of free hard drive space.
echo .
echo . Press any key to continue or Ctrl-C to exit.
echo .
pause > nul
echo . Thank you. Please wait, this will take a minute...
echo .
if exist c:\mdkdemo\mdkdemo.exe goto skip
md c:\MDKDEMO > nul
echo .
:skip
cls
\win95\mdkzip.exe c:\mdkdemo
echo .
echo . Press any key to continue...
pause > nul
echo .
cls
echo .
echo . Installation has been completed. To play MDK, type
echo . the following in order...
echo .
echo . 1) C:
echo . 2) CD\MDKDEMO
echo . 3) MDKDEMO
echo .
echo .
echo . If you have any questions or comments, please call
echo . Playmates Interactive Entertainment at 714 428 2112.
echo . Or, email us at PIE@PLAYMATESTOYS.COM
echo .
echo . For more information on Playmates products, drop by
echo . our web page at WWW.PLAYMATESTOYS.COM
echo .
c:
cd\mdkdemo
:end