The output of Robocopy command
HIHow I can do to not display all the output displayed on the screen by the robocopy command?THANKSBYEBalubeto
February 10th, 2010 7:36pm

Hi balubeto, To keep the output of robocopy off the screen you could: 1. Redirect it to a file, sch as: robocopy c:\Test\ c:\temp > dummyfile.txt 2. Redirect it to NUL (and get no file and no output) robocopy c:\Test\ c:\temp > nul Hope this helps, Kevin @calwell on Twitter, Blog
Free Windows Admin Tool Kit Click here and download it now
February 10th, 2010 8:40pm

Hi, For detail information about the usage of the Robocopy command, please also refer to: Robocopy Hope this helps. Thanks. Nicholas Li - MSFT
February 17th, 2010 7:30am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics