💻 Software
How to robocopy with progress logged to console only?
Fresh5 days ago
Mar 15, 202654580 viewsConfidence Score0%
0%
Problem
I want to run RoboCopy that will update the console with % progress but not clutter the log file with % progress. The following RoboCopy command will perform the desired copy and append logging information the log file. The problem is the log file is cluttered with % progress updates. Therefore I n…
Error Output
RoboCopy <source> <dest> /log+:<log file> /tee
Unverified for your environment
Select your OS to check compatibility.
1 Fix
Canonical Fix
Unverified Fix
New Fix – Awaiting Verification
Fix for: How to robocopy with progress logged to console only?
Low Risk
As nobody has answered this for so long, I thought I'd suggest a couple of things. If you are using batch scripts, it should not be too difficult to use sed to strip out the unwanted progress information from the log file. I'm not experienced enough…
Awaiting Verification
Be the first to verify this fix
Sign in to verify this fix