Is it possible to run robocopy in some sort of "completely silent" mode?
|
feedback
|
|
Any command-line utility can be made completely silent by redirecting stdout and stderr to the special file 'nul'. This is Windows' equivalent to /dev/null on *nix systems.
The latter is the one you want to make it completely silent. | |||
|
feedback
|