home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer 3.2 / 1997-05_Disc_3.2.iso / INSTALL.BAT < prev    next >
DOS Batch File  |  1997-02-20  |  1KB  |  45 lines

  1. @echo off
  2. cls
  3. echo .  
  4. echo .  Thank you for evaluating MDK from Playmates Interactive Entertainment.
  5. echo .  
  6. echo .          This program will now copy files to your hard drive to
  7. echo .          the C:\MDKDEMO directory.  You will need approximately
  8. echo .          16 megs of free hard drive space.
  9. echo .  
  10. echo .          Press any key to continue or Ctrl-C to exit.
  11. echo .          
  12. pause > nul
  13. echo .          Thank you.  Please wait, this will take a minute...
  14. echo .          
  15. if exist c:\mdkdemo\mdkdemo.exe goto skip
  16. md c:\MDKDEMO > nul
  17. echo .
  18. :skip
  19. cls
  20. \win95\mdkzip.exe c:\mdkdemo
  21. echo .          
  22. echo .          Press any key to continue...
  23. pause > nul
  24. echo .          
  25. cls
  26. echo .          
  27. echo .          Installation has been completed.  To play MDK, type
  28. echo .          the following in order...
  29. echo .          
  30. echo .          1)  C:
  31. echo .          2)  CD\MDKDEMO
  32. echo .          3)  MDKDEMO
  33. echo .          
  34. echo .          
  35. echo .          If you have any questions or comments, please call 
  36. echo .          Playmates Interactive Entertainment at 714 428 2112.
  37. echo .          Or, email us at PIE@PLAYMATESTOYS.COM 
  38. echo .          
  39. echo .          For more information on Playmates products, drop by
  40. echo .          our web page at WWW.PLAYMATESTOYS.COM
  41. echo .          
  42. c:
  43. cd\mdkdemo
  44. :end
  45.