I have following list of arguments that I want to run some application with.
"C:\Release one" "My Manager" 321
I see that I should put them to ProcessStartInfo Arguments property.
But how do I write them correctly because they have spaces in the strings, "My Manager"?