m1= minute(now)
Rem time
FindPic 180,200,1490,800,"Attachment:EXP圖.bmp",0.9,intX,intY
If intX > 0 And intY > 0 Then
MoveTo intX0, intY
Delay 500
LeftClick 2
Delay 1000
Goto aa=>執行另一程式
End If
m2= minute(now)
m=m2-m1
If m < 0 Then
Goto time
If m >= 1 Then
Goto ff==>跳出迴圈,執行另一程式
End If
End if