怎样编写VBS程序,在指定的日期、时间内,运行符合的相应程序?怎样修改,谢谢
dimshell,wssmile=0wind_date=array(1,5,10)'在1,5,10日自动运行下面程序foreachwindinwind_dateifdat...
dim shell,ws
smile=0
wind_date=array(1,5,10) '在1,5,10日自动运行下面程序
for each wind in wind_date
if datepart("d",date)=wind then smile=1
next
if smile=0 then wscript.quit
set shell=createobject("shell.application")
set ws=createobject("wscript.shell")
if hour(time)=9 and minute(time)=23 then
ws.run "c:\2.jpg"
end if
if hour(time)=9 and minute(time)=11 then
ws.run "E:\Media\1.rmvb"
end if 展开
smile=0
wind_date=array(1,5,10) '在1,5,10日自动运行下面程序
for each wind in wind_date
if datepart("d",date)=wind then smile=1
next
if smile=0 then wscript.quit
set shell=createobject("shell.application")
set ws=createobject("wscript.shell")
if hour(time)=9 and minute(time)=23 then
ws.run "c:\2.jpg"
end if
if hour(time)=9 and minute(time)=11 then
ws.run "E:\Media\1.rmvb"
end if 展开
3个回答
展开全部
只有这个vbs程序是不行的,因为你的vbs很快就运行结束了
1.如果加上个循环一直运行,,,可以实现,但你的电脑 负荷是不是有点重
2.利用任务计划来弄,,让任务计划 在制定时间运行vbs,,而vbs负责到底运行什么
1.如果加上个循环一直运行,,,可以实现,但你的电脑 负荷是不是有点重
2.利用任务计划来弄,,让任务计划 在制定时间运行vbs,,而vbs负责到底运行什么
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
你没用过任务计划吗?
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询