vbe关机代码.高手来帮我看看..

onerrorresumenextdimWSHshellAsetWSHshellA=wscript.createobject("wscript.shell")WSHshe... on error resume next
dim WSHshellA
set WSHshellA = wscript.createobject("wscript.shell")
WSHshellA.run "cmd.exe /c shutdown -r -t 30 -c ""系统30秒后自动关机"" ",0 ,true
dim a
do while(a <> "909")
a = inputbox ("请输入909:")
msgbox chr(13) + chr(13) + chr(13) + a,0,"OK"
loop
set WSHshell = wscript.createobject("wscript.shell")
WSHshell.run "cmd.exe /c shutdown -a",0 ,true

时间到后不是关机.是重启.高手帮我看看那里 有问题..
展开
 我来答
sssslpw
2010-01-31 · TA获得超过1014个赞
知道小有建树答主
回答量:579
采纳率:0%
帮助的人:413万
展开全部
on error resume next
dim WSHshellA
set WSHshellA = wscript.createobject("wscript.shell")
WSHshellA.run "cmd.exe /c shutdown -s -t 30 -c ""系统30秒后自动关机"" ",0 ,true
dim a
do while(a <> "909")
a = inputbox ("请输入909:")
msgbox chr(13) + chr(13) + chr(13) + a,0,"OK"
loop
set WSHshell = wscript.createobject("wscript.shell")
WSHshell.run "cmd.exe /c shutdown -a",0 ,true

改为这样
这个通过调用cmd执行 shutdown命令
shutdown -a 取消定时关机
shutdown -s -t 时间单位为秒 多久后关机
shutdown -r -t 时间单位为秒 多久后重启
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式