Dim QQ_NUM
if Wscript.arguments.count<1 then
QQ_NUM=InputBox("制作:青年在线 QQ:285185490"&vbCr&vbCr&" http://www.hnue.com "&vbCr&vbCr&" ","青年在线QQ强行聊天器","输入聊天对象的QQ号码")
if QQ_NUM="" then
Wscript.quit
end if
else
VQQ_NUM = Wscript.arguments.Item(0)
end if
set ws=wscript.createobject("wscript.shell")
ws.run "tencent://message/?uin="+QQ_NUM+"&Site=青年在线&Menu=yes",0