用ASP发送信使服务

类别:Asp 点击:0 评论:0 推荐:
用ASP发送信使服务 来源:Fashionme.net 作者: 加入时间:2004-02-18 14:27:07   <%
         dim wsh
         set wsh = createobject("WScript.Shell")
         response.write wsh.run("net send 127.0.0.1 hi")
         set wsh = nothing
        %> 

本文地址:http://com.8s8s.com/it/it8544.htm