i want to run a process programaticaly in c#.
with process.start i can do it. but how can i prommt user when the process asks for some user input in between and continue again after providing the input.
i want to run a process programaticaly in c#. with process.start i can do
Share
Just write to Process.StandardInput.