首页 相关文章 怎样使用ASP实现Ping

怎样使用ASP实现Ping

This article presents a simple way to ping an address and get the results of the ping using ASP. The idea was supplied by Bart Silverstein.

First, a .BAT file needs to be created that will be run from the Active Server Page. Let's call this file DoPing.BAT. It will contain only one statement, which will ping a passed in IP address. Here is the code for DoPing.BAT:


ping -a %1 d:\INetPub\cgi-bin\%2.txt
This will, if you can't tell, ping the address passed in as the first command line argument (%1), and redirect the res...[ 查看全文 ]

2016-01-29 标签:

怎样使用ASP实现Ping的相关文章

手机页面
收藏网站 回到头部