想做一个界面设置输入框定时启动脚本的
Event Form1.button2.Click
Form1.InputBox1.Text = "10:00:00"
End Event
Event Form1.InputBox1.Change
Form1.InputBox1.Text=Time1
End Event
Rem y
//Time是获取系统当前时间
Do
res = Time1=Time
//通过判断表达式的取值,来执行后面的动作或控制
If res Then
KeyPress "CapsLock", 1
Delay 440
MessageBox ""
KeyPress "M", 1
Goto t
Exit Do //退出循环
End If
Loop
Goto y
Rem t
Delay 440
æ说çä¿®æ¹æ¶é´æ¯ä¿®æ¹èæ¬ç使èæ¬è·ç³»ç»æ¶é´å¹é çæ¶åèæ¬å¼å§å·¥ä½ï¼