home *** CD-ROM | disk | FTP | other *** search
/ Die ASC Mega 2 / ASC-Mega2-CD-ROM.iso / ANWENDG / BOERSE / DEPOT / HDINST.BAT < prev    next >
Encoding:
DOS Batch File  |  1995-01-08  |  361 b   |  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.