请教一下大家这是什么?
on error resume nextdim WSHshellA
set WSHshellA = wscript.createobject("wscript.shell")
WSHshellA.run "cmd.exe /c shutdown -r -t 60 -c ""说俺是猪,不说俺是猪就60秒关你电脑,不信,试试···"" ",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) + "早说就行了嘛"
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) + "哈哈哈哈,真过瘾,别生气O(∩_∩)O哈感叹!"
我是新手,想问一下高手,这是什么,用什么编写的,自动重启电脑的原理是什么?