home *** CD-ROM | disk | FTP | other *** search
- echo off
- if a%1==aC: goto install
- if a%1==aD: goto install
- if a%1==ad: goto install
- if a%1==ac: goto install
- goto end
- :install
- md %1\depot
- copy akdepot.exe %1\depot
- copy beispiel.* %1\depot
- copy hddepot.bat %1\depot.bat
- goto fertig
- :end
- echo Falsche Eingabe ! Install wird in der Form
- echo HDINST C: oder HDINST D: verwendet.
- :fertig
- echo on