views:

119

answers:

0

Using System.Diagnostics.Process object, in c#, I have an "already running process" that I would like to send standard input to (after another process indicates that the time is right).

Changing the StartInfo, on the "already running proccess (to redirect standard input), is not effective, because those settings only effect processes you explicitly start from C#.

Any other ways to attempt this?