P
P
privet_andrei1232021-07-30 19:38:10
C++ / C#
privet_andrei123, 2021-07-30 19:38:10

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

1 answer(s)
D
d-stream, 2021-07-31
@privet_andrei123

The length of the string assigned to the Arguments property must...

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question