question

Aman-5422 avatar image
0 Votes"
Aman-5422 asked RichMatheisen-8856 commented

I am running Robocopy from Powershell and the log looks like this. It's continuous 1 line. How can it be fixed?

. /S /DCOPY:D /COPY:DT /IS /XO /XN /XC /XJ /MT:32 /R:0 /W:30 C:\DumpStack.logC:\filecopy.logC:\Powershell\Computerlist.txtC:\Powershell\IceServers.txtC:\Powershell\out.csvC:\Asset Disposal\Disposal-8C9-ERIE RESOURCE CENTER-1139.xlsxC:\A

windows-server-powershell
· 1
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

How are you reading the log file? Is the log file written as an ASCII file a UniCode file, or some other form of encoding?

Use a hex editor and examine the first couple of lines. Do you see the hex codes 0D and 0A between lines? What are the 1st three hex characters at the beginning of the file?

0 Votes 0 ·

0 Answers