用ASP发送信使服务

发表于:2007-06-30来源:作者:点击数: 标签:
<%
dim wsh
set wsh = createobject("WScript.Shell")
response.write wsh.run(".net send 127.0.0.1 hi")
set wsh = nothing
%>

原文转自:http://www.ltesting.net