Hello,
i'm using System.Diagnostics.Process to execute a command.
When i call p.StandardOutput.ReadToEnd() i get a string with line breaks every 80 chars.
This is especially bad, because the command returns xml to stdout. Therefore i cannot parse the xml anymore. :-(
What can i do?
Thanks in advance for any reply :-)
Marco