I'm looking to automate a telnet session, specifically to log into and send commands to a Cisco device. What would be the best way to go about this with AutoIT (or suggestions if there's a better solution)? I was going to write it in Python, but the library I needed (pexpect) does not work properly in Windows because of a pty requirement.. Thanks