Silenced xcopy on success output

This commit is contained in:
StiX 2015-05-13 19:41:48 +02:00
parent 514d01631a
commit 08b498e629

View File

@ -504,7 +504,7 @@
return "chdir " .. path.translate(v)
end,
copy = function(v)
return "xcopy /Q /E /Y /I " .. path.translate(v)
return "xcopy /Q /E /Y /I " .. path.translate(v) .. " > nul"
end,
delete = function(v)
return "del " .. path.translate(v)