您要打印的文件是:用ASP发送信使服务

用ASP发送信使服务

作者:Fashionme    转贴自:Fashionme    点击数:2463


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