• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Caputure Telnet output from a script?

I have a bunch of boxes and each has a print server hooked up to it, I want to query the firmware revision via a telent session and capture that output to a file.

Is there a way to script a telnet session and capture the output?

TIA
 
Luckily when I logon the device I get the info I'm looking for as a response, so I can use the client side logging switch to create a file to parse for the info I'm looking for.

TELNET -f file.txt


I would still like to know how to enter telnet commands from a batch file if anyone knows...
 
Back
Top