Opposite of PromptReceived event - WeOnlyDo Discussion board

Opposite of PromptReceived event (wodTelnetDLX)

by Dave Langley, Tuesday, October 28, 2014, 06:24 (3440 days ago)

How do I fire an event from a string that is sent by the host program (a kind of PromptSent event)?
Example: From the host I would print "<escape><stx>wordpad.exe<crlf>" to the screen. I want to trap this.

Opposite of PromptReceived event

by Jasmine, Tuesday, October 28, 2014, 07:32 (3440 days ago) @ Dave Langley

Hi Dave.

I'm not sure I understand the question. If host program is sending something, then it arrives to the client as regular data, so PromptReceived would receive it. It sounds to me like PromptReceived is what you need.

Can you explain it differently if this is not the case?

Regards.
Jasmine.

Opposite of PromptReceived event

by Dave Langley, Tuesday, October 28, 2014, 08:26 (3440 days ago) @ Jasmine

You are right - my testing was sloppy. Thanks.