Re: wodSSH in C++ Builder (General questions)
Hi,
Sorry about that, the only problem with that is if I place any code to run in the prompt received event, there is no way to distinguish which prompt I am at, and which function I want to call.
If I use the regex: call for $ and #, then I can run a function the first time, but when the event is fired again, it will try to run the same command again which won't work. Does that make any sense? Basically I need it to be able to select a function based on the number of times the prompt has been reached...
Ryan