home *** CD-ROM | disk | FTP | other *** search
/ The Best of the Best / _.img / 02182 / hdinst.bat < prev    next >
DOS Batch File  |  1989-10-22  |  361b  |  18 lines

  1. echo off
  2. if a%1==aC: goto install
  3. if a%1==aD: goto install
  4. if a%1==ad: goto install
  5. if a%1==ac: goto install
  6. goto end
  7. :install
  8. md %1\depot
  9. copy akdepot.exe  %1\depot
  10. copy beispiel.* %1\depot
  11. copy hddepot.bat %1\depot.bat
  12. goto fertig
  13. :end
  14. echo Falsche Eingabe ! Install wird in der Form
  15. echo HDINST C: oder HDINST D: verwendet.
  16. :fertig
  17. echo on
  18.