Here's a VBS script that you could use along with Putty (http://www.chiark.greenen
set WshShell = WScript.CreateObject("WScr
WshShell.Run "c:\putty.exe 1.1.1.1 -l username -pw password"
WScript.Sleep 2000
WshShell.AppActivate "HOSTNAME - PuTTY"
WshShell.SendKeys "csim start 555000142{ENTER}"
WScript.Sleep 2000
WshShell.SendKeys "exit{ENTER}"
There's other ways, though I use Putty to manage so many devices that the VBS scripting in this format has made so many others tasks simple to automate.
Main Topics
Browse All Topics





by: ikalmarPosted on 2009-10-12 at 07:32:38ID: 25551562
I have a windows XP professional! I would like to run this scipt in this computer!