Rem 时间 FindPic 0,0,1024,768,Attachment:\星期.bmp,0.9,intX,intY If intX 0 And intY 0 Then FindPic 0,0,1024,768,Attachment:\时间.bmp,0.9,intX,intY If intX 0 And intY 0 Then Delay 35000 //这跳转19:05:35启动脚本 Else Delay 0 //延迟30分钟后,分钟自己计算把 //这跳转19:35:35启动脚本 End If Goto 时间 End If
你可以先把“确定 取消”的截图下来,改一下图片名(比如1.bmp),然后新建个脚本,在左边的附件里把图片添加进去。 FindPic 0,0,1024,768,Attachment:\1.bmp,0.8,intX,intY //1024.768是你桌面的分辨率 If intX 0 And intY 0 Then Delay 500 MoveTo X, Y //X Y为确定那个按钮的坐标,请自行获取 Delay 200 LeftClick 1 Else End If