Wait and Waitln
Eröffnet am: 2023-03-12 20:08
Letztes Update: 2023-03-13 08:38
Auswertung: | (Anonym) | Verantwortlicher: | (Keine) |
---|---|---|---|
Priorität: | 9 - Höchste | Meilenstein: | (Keine) |
Typ: | Supportanfragen | Schweregrad: | 5 - Mittel |
Komponente: | Tera Term | Status: | Offen |
Lösung | Keine |
Einzelheiten
Hello. I would just like to inquire about the difference of wait and waitln in a setup? I've been using it on a macro in which has a wait for "Username:" and "Password:" strings. What would be best and should I use flushrecv for every wait command? Thank you.
Kommentar
When you login to a switch like this in manually,
use "waitln" macro command to that switch. But like this,
use "wait" macro command. Please see sample script "login.ttl" in C:\Program Files (x86)\teraterm.
If you care about buffer, call flushrecv before wait or waitln.