我写的代码如下
dim a,s
set a=wscript.createobject("wscript.shell")
s=inputbox("请输入‘我是猪’")
if s=我是猪 then
msgbox("真乖,不过你太乖了,所以拜拜了")
a.run"shutdown -a" (因为我试过用a关闭进程a会直接卡住)
else then
magbox("不对,再试试?")
end if
dim b
b=inputbox("快说我是猪")
if b=我是猪 then
msgbox("真乖")
else then
msgbox("不乖!")
a.run"shutdown -a"
end if