0
FindPic 0,0,1440,900,"Attachment:\1.bmp",0.8,intX,intY
If intX > 0 And intY > 0 Then 
    MoveTo intX+411 , intY-366
    Delay 500
    LeftClick 1
End If
Delay 500
FindPic 0,0,1440,900,"Attachment:\2.bmp",0.8,intX,intY
If intX > 0 And intY > 0 Then 
    MoveTo intX+104, intY+12
    Delay 500
    LeftClick 1
End If
Delay 500
FindPic 0,0,1440,900,"Attachment:\3.bmp",0.9,intX,intY
If intX > 0 And intY > 0 Then 
    MoveTo intX + 355, intY + 17
    Delay 500
    LeftClick 1
End If
set ws=CreateObject("wscript.shell")
'获取wscript.shell对象句柄
ws.run "taskkill /f /im IEXPLORE.exe",0
'使用run方法,调用taskkill执行