I am looking for program which can send PING command by set intervals. It is desirable that program can ping devices in quantity simultaneously.
Ping utility
Started by bedussy, Jun 16 2010 03:58 AM
6 replies to this topic
#1
Posted 16 June 2010 - 03:58 AM
|
|
|
#2
Posted 16 June 2010 - 04:35 AM
You can do that with vbscript on Windows, or cron on Linux.
#3
Posted 16 June 2010 - 05:01 AM
Yeah, set a batch/BASH script with possible threads if you wish for it to be simultaneous depending on your application, if you need any assistance with the commands just ask.
EDIT AFTER NEXT POST WAS POSTED: I agree.. I re-read it and it has no logical application.
EDIT AFTER NEXT POST WAS POSTED: I agree.. I re-read it and it has no logical application.
Edited by Alexander, 16 June 2010 - 05:36 AM.
Be sure to read the updated FAQ! || Health is achieved through the same 10,000 steps.
If a suggested code/method fails, informing us is less important than telling us why or what errors occurred.
If a suggested code/method fails, informing us is less important than telling us why or what errors occurred.
#4
Posted 16 June 2010 - 05:19 AM
Out of curiosity, what's the point of this thing? I can't think of a use that isn't malicious.
#5
Posted 17 June 2010 - 12:11 PM
WingedPanther said:
Out of curiosity, what's the point of this thing? I can't think of a use that isn't malicious.
#6
Posted 17 June 2010 - 06:27 PM
Excited said:
I can't think of a way that would be even only somewhat successful
#7
Posted 18 June 2010 - 04:58 AM
ping doesn't do a port scan, it just detects if pings are blocked or not, and distance to the pinged computer if not blocked. It could also be used as a "keepalive" mechanism, but why do that to a bunch of computers simultaneously?


Sign In
Create Account

Back to top









