This may be helpful to you: https://superuser.com/questions/511702/how-do-i-hide-extra-file-and-100-lines-from-robocopy-output
-- Espi On Tue, Feb 6, 2018 at 5:18 AM, Michael Leone <[email protected]> wrote: > On Mon, Feb 5, 2018 at 7:01 PM, Kurt Buff <[email protected]> wrote: > >> Right you are... >> >> But, if you want to see output on the console, and still log to a text >> file, use both the /np and /tee switches. >> > > > In my case, I don't, as the job executes as a scheduled task, so no need > for outputting to the console. I just want to see the log afterwards. I > search it for "error". But it would help to not have a millions lines of > "100%" in the log ... > > > I do that with some regularity for small jobs like this. >> > >> Kurt >> >> On Mon, Feb 5, 2018 at 3:49 PM, Micheal Espinola Jr < >> [email protected]> wrote: >> >>> /NP is for the console display of progress. As long as you are not >>> logging by way of redirected output, this would have no effect. >>> >>> -- >>> Espi >>> >>>

