怎样编写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个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询