页面导航: 首页脚本专栏vbs → 正文内容

15分钟提醒一次,珍惜时间啊

发布:dxy 字体:[增加 减小] 类型:转载
15分钟提醒一次,珍惜时间啊
保存为.vbs

today=Date()
years=DatePart("yyyy",today)-1981-1
Days=DatePart("y",today)+25
If DatePart("m",today)=12 Then
 if DatePart("d",today)>=9 Then
 MsgBox "ok"
 Years=Years+1
 Days=DatePart("d",Date)-9
 end if
end If 
MsgBox "AT ^"& Years & "C!"&Days&"D^ SPACE-TIME!",4096+64,"脚本之家提示"
set wshshell=CreateObject("WScript.Shell")
Do
WScript.Sleep 900000
getstr=MsgBox("15分钟过去了!",4097,"......!")
If getstr=vbCancel Then 
wshshell.Popup "Bye-Bye!",2,"......!" 
WScript.Quit
End If
Loop
百度中搜索更多的关于15分钟提醒一次,珍惜时间啊内容,或者用Google搜索相关更多
浏览次数:载入中... 打印本文关闭本文返回首页

文章评论

共有 位脚本之家网友发表了评论我来说两句

同 类 文 章
最 近 更 新
热 点 排 行