Hello,
I am trying to Run an exe that uses a console window class for its output. I need to be able to interact with it by sending and receiving input to the window.
I am able to use Send("mycmdhere") just fine, but I haven't been able to figure out how to then wait for output back from the program, specifically "+ok".
I tried using the $STDOUT_CHILD with a while loop, but I am only ever seeing just blank lines returned for values, I can't seem to actually access the data display