用ASP发送信使服务

网络整理 - 07-26
<%
dim wsh
set wsh = createobject("Wscript.Shell")
response.write wsh.run("net send 127.0.0.1 hi")
set wsh = nothing
%>