board logo
Posted by: Lemonde - 04 August 2017 06:24:35
How do I display the log file for a copy in the console as well as writing a log file to the destination folder?

Posted by: Lemonde - 04 August 2017 06:47:02
Just to add that what we did was to use the following: robocopy /E (copies everything) /R:0 (retry each file 0 times) /W:0 (wait 0 seconds between tries) /log: (write log files to the destination) /tee (also display log on console screen)