- set sh=WScript.CreateObject("WScript.Shell")
- WScript.Sleep 1000
- sh.SendKeys "telnet pop.21cn.com 110"
- WScript.Sleep 1000
- sh.SendKeys "{ENTER}"
- WScript.Sleep 1000
- WScript.Sleep 1000
- sh.SendKeys "user linuxpingwp@21cnc.com"
- WScript.Sleep 3000
- sh.SendKeys "{ENTER}"
- sh.SendKeys "pass 123456a"
- WScript.Sleep 1000
- sh.SendKeys "{ENTER}"
- sh.SendKeys "UIDL "
- WScript.Sleep 1000
- sh.SendKeys "{ENTER}"