按键精灵 怎么设置定时启动

2024-12-04 19:30:53
推荐回答(1个)
回答1:

Dim
MyHour,MyVar
rem
a
MyVar
=
Minute(Now)
if
MyVar=55
then
//满足每小时55分时,执行下面你的脚本
//这里输入你的脚本
else
Delay
60000
//这个延时你自己改
goto
a
end
if