依照高手写了一小段
dim sh
set sh = Wscript.CreateObject("WScript.Shell")
sh.run"D:\AliWangWang\AliIM.exe /run:desktop"
WScript.Sleep 500
sh.AppActivate"阿里旺旺2013"
sh.SendKeys"登陆名"
sh.SendKeys"密码"
WScript.Sleep 500
sh.SendKeys"{ENTER}"
set sh = nothing
运行总提示密码输入错误,但手动输入一切正常,不解,求助