发布最新QQ聊天代码
@Echo Off
:send
Set /p num=
If /I "%num%"=="n" Exit
start tencent://Message/?Uin=%num%
cls
Goto send
另存为bat文件
:send
Set /p num=
If /I "%num%"=="n" Exit
start tencent://Message/?Uin=%num%
cls
Goto send
另存为bat文件