rem begin
t1 = hour(now)
t2 = minute(now)
If t1 = 10 or 15 Then
Else
Goto begin
End If
If t2 = 41 Then
Else
Goto begin
End If
在脚本前面加上这段,然后一直开启脚本。
rem begin
t1 = hour(now)
t2 = minute(now)
If t1 = 10 or t1 = 15 Then
Else
Goto begin
End If
If t2 = 41 Then
Else
Goto begin
End If
这样就行了
点击设置 里面就有
用系统控制面板里的任务计划....