I\'m writing a service that has to stream output of a executed command both to parent and to log. When there is a long process, the problem is that cmd.StdoutPipe
cmd.StdoutPipe
I found good examples how to implement progress output in this article by Krzysztof Kowalczyk