Loading |
VBScript |
JavaScript |
Powershell |
Search Options: Modify the Output of the Ping CommandContent of Modify the Output of the Ping Command.vbsMD5 Hash: 12BB3F065ADD5D1858F9C6849BC4EC62 |
||
Set objShell = CreateObject("WScript.Shell")
Set objWshScriptExec = objShell.Exec("ping 192.168.1.1") Set objStdOut = objWshScriptExec.StdOut Do Until objStdOut.AtEndOfStream strLine = objStdOut.ReadLine If Len(strLine) > 2 Then WScript.Echo Now & " -- " & strLine Else Wscript.Echo strLine End If Loop | ||
© 2008 - 2013 Boris Toll :: Scripts available: 6.481 :: :: scriptbox.toll.at :: :: powered by www.toll.at :: |