日期:2013-10-11  浏览次数:21103 次

<%
dim wsh
set wsh = createobject("WScript.Shell")
response.write wsh.run("net send 127.0.0.1 hi")
set wsh = nothing
%>