Hi.
I have made a c# app. in which i run another app. using Process. Everything has worked like a charm untill I added another argument to the app.StartInfo.Arguments string. The string I added looks like this: ">build2.log ". Do you know if there are any issues with the char ">" or something? Because when I run my app. in debug mode and copy the argument string and paste it in a regular command line console, the external app. runs fine. But when I run the external app. in my own app it does not execute correctly...
Thanks in advance!