<<< 返回 access911.net 编程静态资料库索引页

使用ASP能获得某一台电脑网卡的MAC地址

 

作者:  摘自:  录入:cg1  时间:2003-4-13  浏览人次:706


专题地址:http://www.access911.net/index.asp?u1=a&u2=74FAB61E1BDC 如果需要更详细的评论或说明,请点击该地址。

 

简述:

 


win2k下面可以的。
<%
strIP = Request.ServerVariables("REMOTE_ADDR")


Set net = Server.CreateObject("wscript.network")
Set sh = Server.CreateObject("wscript.shell")
sh.run "%comspec% /c nbtstat -A " & strIP & " > c:\" & strIP & ".txt",0,true
Set sh = nothing
Set fso.....................
...........

资料库随时有更新,欲查看最新详情请单击专题地址http://www.access911.net/index.asp?u1=a&u2=74FAB61E1BDC

 


上一篇:在一页中打印另一页

下一篇:使ACCESS数据库在网络使用中保持同步

2010年7月2日生成静态资料