Macro from /m option doesn't "wait" correctly after release 4.91
Eröffnet am: 2021-10-21 03:11
Letztes Update: 2021-10-21 03:11
Auswertung: | tstevens | Verantwortlicher: | (Keine) |
---|---|---|---|
Priorität: | 5 - Mittel | Meilenstein: | (Keine) |
Typ: | Fehler | Schweregrad: | 5 - Mittel |
Komponente: | Tera Term Macro | Status: | Offen |
Lösung | Keine |
Einzelheiten
I have a bunch of ttl files along these lines:
wait 'login' sendln 'admin' wait 'Password' sendln 'password123'
I use them to connect to Cisco gear via telnet (not ssh). These work great in release 4.91 and earlier, the "admin" string is only sent once the "login" line appears. But from 4.92, the macro runs but it does not wait to send anything, it starts sending right away and the login fails. So I end up with something like this on the screen:
password123 User Access Verification login:
When it should be:
User Access Verification login: admin Password: password123
Running this on Windows 10 Enterprise x64 10.0.19042.
Letzte Aktualisierung für dieses Ticket
2021-10-21 03:11 Aktualisiert von: tstevens
- New Ticket "Macro from /m option doesn't "wait" correctly after release 4.91" created