How can I make robocopy show the % progress in the console window but NOT in the log file? Currently my script looks like this:
robocopy L:\test M:\test /E /R:5 /W:2 /LOG:M:\backup-log-1.txt /TEE
using that displays loads of increasing % in the log file but using the /np switch means I dont get to see the progress in the command window.
robocopy L:\test M:\test /E /R:5 /W:2 /LOG:M:\backup-log-1.txt /TEE
using that displays loads of increasing % in the log file but using the /np switch means I dont get to see the progress in the command window.