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.
I have a bunch of ttl files along these lines:
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:
When it should be:
Running this on Windows 10 Enterprise x64 10.0.19042.