How to use "wait for pattern" when recording MobaXterm macros? Is there a manual for "wait for pattern"? thanks
I believe it is meant to be used to wait (pause macro execution) until it encounters a specific phrase.
For example, I build a app, then copy it over to a device via SSH which requires a password. Since building my app isn't a constant time, I included the "wait for a pattern" command which waits until it sees the phrase "password:", at which point it then continues on with the macro.
From what I can tell (I'm still fairly new myself to Xterm), the "wait for a pattern" pauses the macro until it sees a specific phrase appear in your terminal, at which point the macro will then continue running.
As far as I know, I don't see a manual for this, though I haven't looked all that hard.