How can i read the result of a command out off a telnet window using a batch script?
I’m connected to a hardware device through a telnet protocol in which I was able to send a command automatically thanks to the “Sendkeys” method and now I want a possible way to read the result returned by the command ( append the result automatically in a file.txt)
N.B: I’m using a batch script