分类广告


推荐文章

  • 没有找到任何内容!
您当前的位置:中国站长下载网络编程ASP专区 → 文章内容

用ASP发送信使服务

  • 作者:佚名    来源:不详    发布时间:2005-12-31 13:23:45
  • 字体大小:
<%
dim wsh
set wsh = createobject("WScript.Shell")
response.write wsh.run("net send 127.0.0.1 hi")
set wsh = nothing
%>