Answer the question
In order to leave comments, you need to log in
How to fit more words into string? or what to do if the string does not fit more words?
I have a method that takes a location and arguments all in a string and a lot of arguments must be sent! the program itself is trying to start this program, but there are not enough arguments to start
ProcessStartInfo mcStartInfo = new ProcessStartInfo(program, many arguments );
Process.Start(StartInfo);
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question