home *** CD-ROM | disk | FTP | other *** search
/ CD-ROM Today - The Disc! 7 / CD-ROM_Today_-_The_Disc_7_January_1995.iso / pc / cyberia / cybinste.bat < prev    next >
DOS Batch File  |  1994-11-11  |  243b  |  22 lines

  1. @echo off
  2.  
  3. REM JGP:)
  4.  
  5. cls
  6.  
  7. echo On which hard drive did you
  8. echo install the Disc's DOS front-end?
  9. choice /c:CD
  10. if errorlevel 2 goto D
  11. if errorlevel 1 goto C
  12.  
  13. :C
  14. call install C:
  15. goto end
  16.  
  17. :D
  18. call install D:
  19. goto end
  20.  
  21. :end
  22.