Skip to content

Commit a368953

Browse files
authored
replace xcopy with copy
1 parent 5c2d4f4 commit a368953

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

additionals/DisableWD.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ for %%j in (
3030
if not exist "%%j.revi" if exist %%j (
3131
takeown /F %%j /A >NUL 2>nul
3232
icacls %%j /grant Administrators:F >NUL 2>nul
33-
xcopy "%%j" "%%j.revi" /O >NUL 2>nul
33+
copy "%%j" "%%j.revi" /v >NUL 2>nul
3434
del "%%j" >NUL 2>nul
3535
)
3636
)

0 commit comments

Comments
 (0)