Hi everyone!
I'm very new to Autoit, so please bare with me. For a project I'm doing, I need to access another system on my network via telnet to run some executables (command-line programs). I've been researching the forums and google, and I feel like I'm very close to something that works. The problem is that I repeatedly get weird data from the server, and I don't know what to do with it.
I've been trying to use Console Telnet's STDIN/STDOUT functions to access the server. I've also tr