home *** CD-ROM | disk | FTP | other *** search
/ Becoming a Computer Animator / COMPANIMATE.ISO / pc / dosmenu / install.bat < prev    next >
Encoding:
DOS Batch File  |  1994-07-03  |  4.0 KB  |  97 lines

  1. @ECHO OFF
  2. REM Installation program for "***"
  3. REM copyright 1993, Sams Publishing
  4. REM                 (a division of Prentice Hall Computer Publishing)
  5. REM -----------------------------------------------------------------
  6. REM ECHO ┌───────────────────────────────┐
  7. REM ECHO │                               │
  8. REM ECHO └───────────────────────────────┘
  9. REM ECHO ╔═══════════════════════════════╗
  10. REM ECHO ║                               ║
  11. REM ECHO ╚═══════════════════════════════╝
  12. IF .%1==. GOTO NEED_DRIVE
  13. IF NOT EXIST %1\NUL GOTO NEED_DRIVE
  14. CLS
  15. ECHO  
  16. ECHO ╔════════════════════════════════════════════════════════╗
  17. ECHO ║                               ║
  18. ECHO ║                               ║
  19. ECHO ╚════════════════════════════════════════════════════════╝
  20. ECHO  
  21. ECHO  
  22. ECHO ┌────────────────────────────────────────────────────────┐
  23. ECHO │ You have chosen to install all the files on this disk  │
  24. ECHO │ to your %1 hard drive.                                 │
  25. ECHO │                                                        │
  26. ECHO │                                                        │
  27. ECHO │ The files will take up about *** megabytes of space.   │
  28. ECHO │                                                        │
  29. ECHO │                                                        │
  30. ECHO │                                                        │
  31. ECHO │ If this is NOT what you want to do, press the          │
  32. ECHO │ Ctrl + C keys to stop this batch program.              │
  33. ECHO └────────────────────────────────────────────────────────┘
  34. ECHO  
  35. ECHO  
  36. ECHO  
  37. PAUSE Paused... press any key to continue the installation
  38. CLS
  39. ECHO  
  40. ECHO ┌───────────────────────────────────────────────────────────────────────┐
  41. ECHO │ The software for "*****" will now be installed to your %1 hard drive. │
  42. ECHO │ This will take a while, so be patient...                              │
  43. ECHO │                                                                       │
  44. ECHO │ You'll see a message telling you when the installation is finished.   │
  45. ECHO └───────────────────────────────────────────────────────────────────────┘
  46. ECHO  
  47. * %1
  48. ECHO ┌───────────────────────────────┐
  49. ECHO │                               │
  50. ECHO └───────────────────────────────┘
  51. * %1
  52. * %1
  53. * %1
  54. * %1
  55. * %1
  56. * %1
  57. * %1
  58. %1
  59. CD\***
  60. CLS
  61. ECHO 
  62. ECHO  
  63. REM ECHO ╔═════════════════════════════════════════════════════════════════════╗
  64. REM ECHO ║  The disk installation for *** is complete!                         ║
  65. REM ECHO ║                                                                     ║
  66. REM ECHO ║  You'll find the files in the %1\*** directory of your hard drive.  ║
  67. REM ECHO ║                                                                     ║
  68. REM ECHO ║                                                                     ║
  69. REM ECHO ║                                                                     ║
  70. REM ECHO ╚═════════════════════════════════════════════════════════════════════╝
  71. ECHO  
  72. ECHO  
  73. ECHO  
  74. ECHO  
  75. GOTO FINISHED
  76. :NEED_DRIVE
  77. CLS
  78. ECHO 
  79. ECHO  
  80. ECHO    ┌─────────────────────────────────────────────────────────────┐
  81. ECHO    │                                                             │
  82. ECHO    │ You have not specified the correct name of your hard drive. │
  83. ECHO    │ For the installation to work, you need to type              │
  84. ECHO    │                                                             │
  85. ECHO    │ INSTALL drive:                                              │
  86. ECHO    │                                                             │
  87. ECHO    │ (drive: is the drive letter of your hard drive)             │
  88. ECHO    │                                                             │
  89. ECHO    │ For example, to install to your C: drive...                 │
  90. ECHO    │                                                             │
  91. ECHO    │ INSTALL C:                                                  │
  92. ECHO    │                                                             │
  93. ECHO    └─────────────────────────────────────────────────────────────┘
  94. ECHO  
  95. ECHO  
  96. :FINISHED
  97.