telnet shell script example的相關文章
telnet shell script example的相關商品

scripting - Creating a script for a Telnet session? - Stack Overflow
瀏覽:1332
日期:2025-04-24
This vbs script reloads a cisco switch, make sure telnet is installed on windows. Option explicit Dim oShell set oShell= Wscript.CreateObject("WScript.Shell") oShell.Run "telnet" WScript.Sleep 1000 oShell.Sendkeys "open 172.25.15.9~" WScript.Sleep 1000 oS...看更多