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