Jump to content

itref88

Members
  • Posts

    1
  • Joined

  • Last visited

Everything posted by itref88

  1. 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 displayed in the window of the running exe. Can someone give me a quick idea on how to accomplish this, so that I can wait for the +ok response then continue on with the next? Thanks in advance!
×
×
  • Create New...