Continuously ping qq.com to c:\qq.com.txt
ping.exe -t qq.com |Foreach{"{0} – {1}" -f (Get-Date),$_} >c:\qq.com.txt
save it to jincan.ps1
use powershell to run it.
==by jincan network
Continuously ping qq.com to c:\qq.com.txt
ping.exe -t qq.com |Foreach{"{0} – {1}" -f (Get-Date),$_} >c:\qq.com.txt
save it to jincan.ps1
use powershell to run it.
==by jincan network