Silenced xcopy on success output
This commit is contained in:
parent
514d01631a
commit
08b498e629
@ -504,7 +504,7 @@
|
|||||||
return "chdir " .. path.translate(v)
|
return "chdir " .. path.translate(v)
|
||||||
end,
|
end,
|
||||||
copy = function(v)
|
copy = function(v)
|
||||||
return "xcopy /Q /E /Y /I " .. path.translate(v)
|
return "xcopy /Q /E /Y /I " .. path.translate(v) .. " > nul"
|
||||||
end,
|
end,
|
||||||
delete = function(v)
|
delete = function(v)
|
||||||
return "del " .. path.translate(v)
|
return "del " .. path.translate(v)
|
||||||
|
Loading…
Reference in New Issue
Block a user