systemutil.Run("c:\form.exe")
For i=0 to 0
buttonIndex= vbwindow("Form1").VbButton("check").GetTOProperty("index")
vbwindow("Form1").VbButton("index:="+cstr(buttonIndex)).Click
Next
报:未指定的错误。
vbwindow("Form1").VbButton("index:="+cstr(buttonIndex)).Click