I need to run another program with my program and pass a parameter to it.
I do it this way:
Process.Start("путь к программе", "параметр(в моем случае я хочу передать строку например E:\Downloads"); But instead, the program sends the string "path where the exe of my program is" + "E: \ Downloads"