home *** CD-ROM | disk | FTP | other *** search
/ Jason Aller Floppy Collection / 150.img / PLANET1.ZIP / INSTALL.BAT < prev    next >
DOS Batch File  |  1990-03-23  |  2KB  |  79 lines

  1. echo off
  2. cls
  3. if %1 == c goto start
  4. if %1 == C goto start
  5. if %1 == d goto start
  6. if %1 == D goto start
  7. if %1 == e goto start
  8. if %1 == E goto start
  9. if %1 == f goto start
  10. if %1 == F goto start
  11. if %1 == g goto start
  12. if %1 == G goto start
  13. if %1 == h goto start
  14. if %1 == H goto start
  15. if %1 == i goto start
  16. if %1 == I goto start
  17. if %1 == j goto start
  18. if %1 == J goto start
  19. if %1 == k goto start
  20. if %1 == K goto start
  21. goto nodrive
  22.  
  23. :start
  24. echo ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■
  25. echo ■                                                                         ■
  26. echo ■                                                                         ■
  27. echo ■                   Balance of the Planet Installation                    ■
  28. echo ■                                                                         ■
  29. echo ■                                                                         ■
  30. echo ■     This installation program will create a subdirectory called         ■
  31. echo ■     %1:\BOTP on your hard disk.                                          ■
  32. echo ■                                                                         ■
  33. echo ■     If you don't want to install Balance of the Planet then press       ■
  34. echo ■     Ctrl-Break now.                                                     ■
  35. echo ■                                                                         ■
  36. echo ■                                                                         ■
  37. echo ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■
  38. echo: 
  39. pause
  40.  
  41. echo: 
  42. echo Installing Balance of the Planet -- disk 1.
  43. if exist %1:\botp\*.* goto dirthere
  44. md %1:\botp > nul
  45. %1:
  46. cd \botp
  47. md fonts
  48. md macart
  49. md cards
  50.  
  51. copy a:\*.* > nul
  52. copy a:\macart macart > nul
  53. copy a:\fonts fonts > nul
  54. copy a:\cards1 cards > nul
  55.  
  56. echo: 
  57. echo: 
  58. echo Disk 1 installation complete.
  59. echo: 
  60. %1:\botp\install2 %1
  61.  
  62. :nodrive
  63. echo: 
  64. echo: 
  65. echo Include target drive letter, without the colon, on the command line.
  66. echo For example, type: INSTALL C
  67. echo: 
  68. goto finish
  69.  
  70. :dirthere
  71. echo: 
  72. echo: 
  73. echo Installation problem.  A subdirectory named %1:\BOTP already exists
  74. echo on this hard drive.  You must remove this subdirectory and try the
  75. echo install again.
  76. echo: 
  77.  
  78. :finish
  79.