谁能帮我万象自动设置IPX协议
高手帮我写个自动设置万象协议为TCP,不想一台台改啊可惜万象设置没有窗口标题,不知怎么弄好啊
Run("C:\WINDOWS\system32\CSetup.exe")
$hd="Csetup"
WinWait($hd,"请输入登录密码")
WinWaitActive($hd,"请输入登录密码")
ControlSetText($hd,"","Edit1","123")
send("{enter}")
谢谢了
终于让我写出来了,好高兴啊
本帖最后由 yesh1989 于 2009-4-22 00:00 编辑blockinput(1)
Run("C:\WINDOWS\system32\CSetup.exe")
sleep(3000)
Send("123456")
Send("{enter}")
WinWaitActive("设置可用资源")
send("{Tab 5}")
send("{UP}")
sleep(10000)
ControlClick("设置可用资源","","TWXButton2")
blockinput(1)
页:
[1]