Is it possible to run robocopy in some sort of "completely silent" mode?
Tell me more
×
Server Fault is a question and answer site for
professional system and network administrators. It's 100% free, no registration required.
|
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. |
|||
|
|