running a process in c#

Posted by rajshades on Stack Overflow See other posts from Stack Overflow or by rajshades
Published on 2010-06-09T05:00:33Z Indexed on 2010/06/09 5:02 UTC
Read the original article Hit count: 140

Filed under:
|

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.

© Stack Overflow or respective owner

Related posts about c#

Related posts about process.start