home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer 6 / 1995-05_Disc_6.iso / hb4 / runhb4.bat < prev    next >
DOS Batch File  |  1995-03-12  |  617b  |  75 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. c:
  15. CD\HB4
  16. HB4
  17. D:
  18. E:
  19. F:
  20. G:
  21. H:
  22. I:
  23. CD\
  24. goto end
  25.  
  26. :inst2
  27. D:
  28. CD\HB4
  29. HB4
  30. E:
  31. F:
  32. G:
  33. H:
  34. I:
  35. CD\
  36. goto end
  37.  
  38. :inst3
  39. E:
  40. CD\HB4
  41. HB4
  42. D:
  43. F:
  44. G:
  45. H:
  46. I:
  47. CD\
  48. goto end
  49.  
  50. :inst4
  51. F:
  52. CD\HB4
  53. HB4
  54. D:
  55. E:
  56. G:
  57. H:
  58. I:
  59. CD\
  60. goto end
  61.  
  62. :inst5
  63. G:
  64. CD\HB4
  65. HB4
  66. D:
  67. E:
  68. F:
  69. H:
  70. I:
  71. CD\
  72. goto end
  73.  
  74. :end
  75.