系统关机的VBS
这个命令会把系统关机吗:onerrorresumenextdimWSHshellAsetWSHshellA=wscript.createobject("wscript.s...
这个命令会把系统关机吗:
on error resume next
dim WSHshellA
set WSHshellA = wscript.createobject("wscript.shell")
WSHshellA.run "cmd.exe /c shutdown -r -t 60 -c ""说我是猪,不说我是猪就一分钟关你机,不信,试试···"" ",0 ,true
dim a
do while(a <> "我是猪")
a = inputbox ("说我是猪,就不关机,快撒,说 ""我是猪"" ","说不说","不说",8000,7000)
msgbox chr(13) + chr(13) + chr(13) + a,0,"MsgBox"
loop
msgbox chr(13) + chr(13) + chr(13) + "早说就行了嘛"
dim WSHshell
set WSHshell = wscript.createobject("wscript.shell")
WSHshell.run "cmd.exe /c shutdown -a",0 ,true
msgbox chr(13) + chr(13) + chr(13) + "哈哈哈哈,真过瘾" 展开
on error resume next
dim WSHshellA
set WSHshellA = wscript.createobject("wscript.shell")
WSHshellA.run "cmd.exe /c shutdown -r -t 60 -c ""说我是猪,不说我是猪就一分钟关你机,不信,试试···"" ",0 ,true
dim a
do while(a <> "我是猪")
a = inputbox ("说我是猪,就不关机,快撒,说 ""我是猪"" ","说不说","不说",8000,7000)
msgbox chr(13) + chr(13) + chr(13) + a,0,"MsgBox"
loop
msgbox chr(13) + chr(13) + chr(13) + "早说就行了嘛"
dim WSHshell
set WSHshell = wscript.createobject("wscript.shell")
WSHshell.run "cmd.exe /c shutdown -a",0 ,true
msgbox chr(13) + chr(13) + chr(13) + "哈哈哈哈,真过瘾" 展开
3个回答
展开全部
WSHshellA.run "cmd.exe /c shutdown -r -t 60 -c
调用cmd 直接关机的
像 7764sky 的方法也可以 还有呢
就是 开始→运行→输入 shutdown -a
也可以 我现在不是在自己家电脑,可以的话我一会修改答案,把一个解除关机的VBS给你 ,就不用次次开运行了
睡一觉,呵呵
set s=createobject("wscript.shell")
s.run "shutdown -a"
把这个代码另存为VBS文件,就可以解除关机了
调用cmd 直接关机的
像 7764sky 的方法也可以 还有呢
就是 开始→运行→输入 shutdown -a
也可以 我现在不是在自己家电脑,可以的话我一会修改答案,把一个解除关机的VBS给你 ,就不用次次开运行了
睡一觉,呵呵
set s=createobject("wscript.shell")
s.run "shutdown -a"
把这个代码另存为VBS文件,就可以解除关机了
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
可以,他用到了 shutdown -r -t 60 -c 这条关机命令,具体参数自己看吧:
C:\Documents and Settings\Administrator>shutdown /?
用法: shutdown [-i | -l | -s | -r | -a] [-f] [-m \\computername] [-t xx] [-c
C:\Documents and Settings\Administrator>shutdown /?
用法: shutdown [-i | -l | -s | -r | -a] [-f] [-m \\computername] [-t xx] [-c
参考资料: sername
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
会 这句 cmd.exe /c shutdown -r -t 60 -c 调用了dos命令 将系统关闭 你可以 开始 运行里面输入 cmd 然后将这个命令输入进去
cmd.exe /c shutdown -a 而这句则是取消关闭系统
cmd.exe /c shutdown -a 而这句则是取消关闭系统
本回答被提问者和网友采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询