eclipse -console 127.0.0.1:9000
set my = WScript.CreateObject("WScript.Shell")
my.run("c:\windows\system32\telnet.exe")
WScript.Sleep 100
my.SendKeys("o 127.0.0.1 9000~")
WScript.Sleep 100
my.SendKeys("shutdown~")
WScript.Sleep 100
my.SendKeys("pass test~")
WScript.Sleep 100