✅ How read text output from already started process?
I need to read data from my chess engine and below is my code
But after starting that, I am getting
How I can fix that? Please...
8 Replies
You are literally not starting the process
It is already started
i need just to read data
where ?
There is no Start method being called
by user
is it possible?
You cannot read by a process that is already started
it must be started by C# itself
oh, okay
Or you can use injection techniques that use IPC to communicate with your program. (Which is not recommended for most cases)
Was this issue resolved? If so, run
/close
- otherwise I will mark this as stale and this post will be archived until there is new activity.