Re: RegEx matching on WaitFor or Prompt (General questions)
Richard,
you were right. Waitfor isn't that smart to wait for command to be executed. Rather, it waits for your fullprompt> and when it find it it returns.
Now, you have a problem if you don't consume first fullprompt> that was sent by the server immediately upon login. If you don't eat that one, you will get invalid responses all the time.
Can you try that?
Kreso