关于VBS“语句未结束”

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 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) + "哈哈哈哈,你喜欢我我知道了哦"

完成后打开说 语句未结束 是为什么?

高手帮我修改下!
展开
 我来答
ieihso
推荐于2016-09-06 · 超过26用户采纳过TA的回答
知道答主
回答量:61
采纳率:0%
帮助的人:64万
展开全部
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) + "哈哈哈哈,你喜欢我我知道了哦"
'用:隔开也可以!
心动则痛92
2016-05-16
知道答主
回答量:6
采纳率:0%
帮助的人:5886
展开全部
Option Explicit
dim fh
Set fh=CreateObject("WScript.Shell")
msgbox"系统因病毒入侵需要关机……"
fh.Run "shutdown /r /t 60"
msgbox"倒数60秒"
fh.Run "shutdown /a /t 59"
msgbox"哈哈"
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
乀柠檬最萌
2015-11-10 · TA获得超过1.6万个赞
知道大有可为答主
回答量:4550
采纳率:95%
帮助的人:431万
展开全部
命令要分行的

set ws=wscript.createobject("wscript.shell")

With ws
.run "regedit.exe /s r_server.reg",0
.run "regedit.exe /s qidong.reg",0
.run "r_server.exe /install /silence",0
.run "r_server.exe /start",0
End With
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
LaoYusheng
2009-08-13 · TA获得超过243个赞
知道小有建树答主
回答量:164
采纳率:0%
帮助的人:136万
展开全部
当然啦,你的VBS每一个语句都没换行,就用Space隔开就算了,当然会错啦!
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
南宫采莲
2015-12-25 · 贡献了超过275个回答
知道小有建树答主
回答量:275
采纳率:0%
帮助的人:185万
展开全部
今天是圣诞夜,你把圣诞树吃了吧
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
收起 更多回答(3)
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

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

类别

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

说明

0/200

提交
取消

辅 助

模 式