Windows 10 ROBOCOPY LOG "*EXTRA FILE" outputs multiple paths on same line

  • Thread starter Thread starter HTWingNut
  • Start date Start date
H

HTWingNut

Guest
When logging ROBOCOPY output to a file, it frequently will join multiple paths in one line with "*EXTRA COPY" attribute.

For example, what should be two distinct lines:

*EXTRA FILE 3.8 m 2020/02/12 10:42:32 W:\DATA\IMAGES\PICTURE001A.JPG
*EXTRA FILE 2.1 g 2020/01/31 11:42:52 W:\DATA\VIDEO\VIDEO423B.MP4

Ends up becoming one line:

*EXTRA FILE 3.8 m 2020/02/12 10:42:32 *EXTRA FILE 2.1g 2020/01/31 11:42:52 W:\DATA\IMAGES\PICTURE001A.JPGW:\DATA\VIDEO\VIDEO423B.MP4


It seems this is a logging issue with ROBOCOPY. Any way this can be fixed?

More...
 
Back
Top