home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer 7 / 1995-06_Disc_7.iso / chaos / instchao.bat < prev    next >
DOS Batch File  |  1995-04-06  |  1KB  |  100 lines

  1. @echo off
  2. cls
  3. echo Please press the letter corresponding to
  4. echo your hard drive (C, D, E, F, and G are
  5. echo valid drive choices)
  6. choice /c:cdefg /n
  7. if errorlevel 5 goto inst5
  8. if errorlevel 4 goto inst4
  9. if errorlevel 3 goto inst3
  10. if errorlevel 2 goto inst2
  11. if errorlevel 1 goto inst1
  12.  
  13. :inst1
  14. md c:\CHAOS
  15. xcopy *.* /s c:\CHAOS
  16. cls
  17. echo .
  18. echo .
  19. echo .
  20. echo .
  21. echo To play, enter the directory c:\CHAOS
  22. echo on your HARD DRIVE and type CEDEMO
  23. echo to start the game.
  24. echo .
  25. echo .
  26. pause
  27. %x%
  28. CD\
  29. goto end
  30.  
  31. :inst2
  32. md d:\CHAOS
  33. xcopy *.* /s d:\CHAOS
  34. cls
  35. echo .
  36. echo .
  37. echo .
  38. echo To play, enter the directory d:\CHAOS
  39. echo on your HARD DRIVE and type CEDEMO
  40. echo to start the game.
  41. echo .
  42. echo .
  43. pause
  44. %x%
  45. CD\
  46. goto end
  47.  
  48. :inst3
  49. md e:\CHAOS
  50. xcopy *.* /s e:\CHAOS
  51. cls
  52. echo .
  53. echo .
  54. echo .
  55. echo To play, enter the directory e:\CHAOS
  56. echo on your HARD DRIVE and type CEDEMO
  57. echo to start the game.
  58. echo .
  59. echo .
  60. pause
  61. %x%
  62. CD\
  63. goto end
  64.  
  65. :inst4
  66. md f:\CHAOS
  67. xcopy *.* /s f:\CHAOS
  68. cls
  69. echo .
  70. echo .
  71. echo .
  72. echo To play, enter the directory f:\CHAOS
  73. echo on your HARD DRIVE and type CEDEMO
  74. echo to start the game.
  75. echo .
  76. echo .
  77. pause
  78. %x%
  79. CD\
  80. goto end
  81.  
  82. :inst5
  83. md g:\CHAOS
  84. xcopy *.* /s g:\CHAOS
  85. cls
  86. echo .
  87. echo .
  88. echo .
  89. echo To play, enter the directory g:\CHAOS
  90. echo on your HARD DRIVE and type CEDEMO
  91. echo to start the game.
  92. echo .
  93. echo  .
  94. pause
  95. %x%
  96. CD\
  97. goto end
  98.  
  99. :end
  100.