We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c9b0e2 commit e362275Copy full SHA for e362275
1 file changed
eng/dump.bat
@@ -16,7 +16,7 @@ mkdir ".\dumps\DriverStore" 2>nul
16
for /D %%G in ("C:\Windows\System32\DriverStore\FileRepository\*") DO (
17
mkdir ".\dumps\DriverStore\%%~nxG" 2>nul
18
for /F %%H in ("%%~G\*.inf") DO (
19
- xcopy /Q /Y "%%H" .\dumps\DriverStore\%%~nxG > nul
+ xcopy /Q /Y "%%~H" ".\dumps\DriverStore\%%~nxG" >nul
20
<nul set /p "=Dumped '%%~nxH' !CR!"
21
)
22
0 commit comments