home *** CD-ROM | disk | FTP | other *** search
/ Virtual Reality Madness & More! / Virtual.Reality.Madness.And.More.1994.Disk1.iso / vrgames / install.bat next >
DOS Batch File  |  1994-10-05  |  2KB  |  67 lines

  1. @ECHO OFF
  2. REM %1=DRIVE
  3. REM %2=DIRECTORY
  4. REM %3=SIZE NEEDED ON HARD DRIVE
  5. REM %4=COMMAND TO START DEMO
  6. REM %5-%9=NAME OF SOFTWARE
  7. REM -----------------------------
  8. ECHO  
  9. ECHO ╔═════════════════════════════════════════════════════╗
  10. ECHO ║                                                     ║
  11. ECHO ║ Virtual Reality Madness and More!                   ║
  12. ECHO ║                                                     ║
  13. ECHO ║ CD-ROM Installation Program                         ║
  14. ECHO ║                                                     ║
  15. ECHO ╚═════════════════════════════════════════════════════╝
  16. ECHO  
  17. ECHO  
  18. ECHO ─────────────────────────────────────────────────────────────
  19. ECHO   The files for the %5 %6 %7 %8 %9 demo
  20. ECHO   will be installed to your %1 hard drive.
  21. ECHO.
  22. ECHO   You need at least %3 megabytes of free space on your
  23. ECHO   %1 hard drive to install this software.
  24. ECHO.
  25. ECHO   If this is NOT what you want to do, press the
  26. ECHO   Ctrl + C keys to stop this batch program.
  27. ECHO ─────────────────────────────────────────────────────────────
  28. ECHO  
  29. ECHO  
  30. ECHO  
  31. PAUSE Paused... press any key to continue the installation
  32. CLS
  33. ECHO  
  34. ECHO ┌───────────────────────────────────────────────────────────────────────┐
  35. ECHO │ The software will now be installed to your %1 hard drive.             │
  36. ECHO │ You'll see a message telling you when the installation is finished.   │
  37. ECHO └───────────────────────────────────────────────────────────────────────┘
  38. IF EXIST C:\VRGAMES\nul GOTO COPYING
  39. MD C:\VRGAMES
  40. :COPYING
  41. MD C:\VRGAMES\%2
  42. \VRGAMES\%2\%2.EXE %1\VRGAMES\%2
  43. CLS
  44. ECHO 
  45. ECHO  
  46. ECHO ════════════════════════════════════════════════════════════════════════
  47. ECHO.
  48. ECHO   The installation of the %5 %6 %7 %8 %9 demo
  49. ECHO   is complete! You'll find the files in the %1\VRGAMES\%2
  50. ECHO   directory. 
  51. ECHO.
  52. ECHO   To change to this directory, exit this menu program and:
  53. ECHO   1) Type %1, and press the Enter key.
  54. ECHO   2) Type CD \VRGAMES\%2 and press Enter.
  55. ECHO.
  56. ECHO   To start the program, type %4 and press Enter. Make sure 
  57. ECHO   you've read the documentation for this program in the CD-ROM's 
  58. ECHO   menu program. Many of these programs have special system 
  59. ECHO   requirements. You may also need to run a setup program before
  60. ECHO   running the demo.
  61. ECHO.
  62. ECHO ════════════════════════════════════════════════════════════════════════
  63. ECHO  
  64. ECHO  
  65. pause
  66. cls
  67.