Search the Community
Showing results for tags 'multiping'.
-
I needed a function to ping many computers, and get the results of the pings in an array so to manage it easily in a script. Searching in the forum I found some interesting sw with a nice graphical interface, but not a generic function that simply return an array. a very powerful pinger I found is >nPing by Manadar, but it is designed as a command line tool, so I decided to use the entire engine of nPing adapting it a bit, so that it can be used as an udf. This code is a first attempt (beta) and it can be used to: Ping all computers (IP addresses) belonging to the (local) LAN just c
-
Here are 4 small function that I use for a tool in my job to launch several ping simultaneously. It also offers the possibility to run in background - _Multiping - _MultiPingCancel - _MultipingGetInfo - _MultiPingGetResult _Multiping requires the use of the #pragma compile(AutoItExecuteAllowed, True) directive. #pragma compile(AutoItExecuteAllowed, True) #include <ProcessConstants.au3> #include <WinAPI.au3> #include <WinAPIProc.au3> ; #EXAMPLE# ================================================================================================