A
A
Alexey Kurilkin2015-09-29 10:37:53
C++ / C#
Alexey Kurilkin, 2015-09-29 10:37:53

How to access another console exe file in C#?

There is a console program (.exe) running from the terminal that I would like to access. The code must be in C#. While I do not even understand in which direction to dig. Thanks in advance.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
V
Vit, 2015-09-29
@aleks_ku

Use this class https://msdn.microsoft.com/en-us/library/System.Di...
It can start a process, read its stdout and write to its stdin.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question