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

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