7 lines
290 B
Batchfile
7 lines
290 B
Batchfile
:: ---------------------------------------------------------------
|
|
:: Exportiere Treiber mittels Powershell
|
|
:: ---------------------------------------------------------------
|
|
|
|
powershell -command "& Export-WindowsDriver -Online -Destination C:\SETUP\Treiber" > C:\SETUP\Treiber\export.log
|
|
|