home *** CD-ROM | disk | FTP | other *** search
/ 3D Madness! Companion CD / 3DMADNESS.iso / games / gknight / gknight.exe / COPY.BAT < prev    next >
DOS Batch File  |  1994-03-09  |  2KB  |  52 lines

  1. @ECHO OFF
  2. CLS
  3. CD \DOSDEMOS\GKNIGHT
  4. ECHO  
  5. ECHO ╔════════════════════════════════════════════════════════╗
  6. ECHO ║                                                        ║
  7. ECHO ║ The Magic of Interactive Entertainment                 ║
  8. ECHO ║                                                        ║
  9. ECHO ╚════════════════════════════════════════════════════════╝
  10. ECHO  
  11. ECHO  
  12. ECHO ──────────────────────────────────────────────────────────
  13. ECHO   The files for the "Gabriel Knight" interactive demo 
  14. ECHO   will be installed to your C: hard drive. You need at
  15. ECHO   least 12 Megabytes of free space for the demo.
  16. ECHO.
  17. ECHO.
  18. ECHO   If this is NOT what you want to do, press the
  19. ECHO   Ctrl + C keys to stop this batch program
  20. ECHO ──────────────────────────────────────────────────────────
  21. ECHO  
  22. ECHO  
  23. ECHO  
  24. PAUSE Paused... press any key to continue the installation
  25. CLS
  26. ECHO  
  27. ECHO ┌───────────────────────────────────────────────────────────────────────┐
  28. ECHO │ The software will now be installed to your C: hard drive.             │
  29. ECHO │ You'll see a message telling you when the installation is finished.   │
  30. ECHO │ This will take a while, so be patient.                                │
  31. ECHO └───────────────────────────────────────────────────────────────────────┘
  32. IF EXIST C:\DOSDEMOS\nul GOTO COPYING
  33. MD C:\DOSDEMOS
  34. :COPYING
  35. MD C:\DOSDEMOS\GABRIEL
  36. COPY *.* C:\DOSDEMOS\GABRIEL
  37. CLS
  38. ECHO 
  39. ECHO  
  40. ECHO ════════════════════════════════════════════════════════════════════════
  41. ECHO.
  42. ECHO  The installation of the files is complete!
  43. ECHO  The files for the "Gabriel Knight" demo are located in the 
  44. ECHO  C:\DOSDEMOS\GABRIEL directory. To start the demo, change to this 
  45. ECHO  directory, type GABRIEL and press Enter.
  46. ECHO.
  47. ECHO ════════════════════════════════════════════════════════════════════════
  48. ECHO  
  49. ECHO  
  50. pause
  51. cls
  52.