Many Ping with AHK

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
Albireo
Posts: 1756
Joined: 16 Oct 2013, 13:53

Many Ping with AHK

21 Jun 2017, 08:10

Has anyone written a program that tests which IP addresses are busy on a network?
(something like this - not tested)

Code: Select all

IpNumber = 0
IfExist IpNo.txt
	FileDelete IpNo.txt 
Loop 256
{	RunWait %comspec% 192.168.1.%IpNumber% > text.txt ,,hide
	IpNumber += 1
}
User avatar
jNizM
Posts: 3183
Joined: 30 Sep 2013, 01:33
Contact:

Re: Many Ping with AHK

21 Jun 2017, 08:44

I use a non ahk-tool called 9Ping to watch up to 9 IP's.

With ! and . as visual output.
Image

For a whole IP-Range you can use any NetStat-Tool
[AHK] v2.0.5 | [WIN] 11 Pro (Version 22H2) | [GitHub] Profile
Ovg
Posts: 23
Joined: 19 Feb 2017, 01:13

Re: Many Ping with AHK

21 Jun 2017, 23:50

It's impossible to lead us astray for we don't care even to choose the way.
Albireo
Posts: 1756
Joined: 16 Oct 2013, 13:53

Re: Many Ping with AHK

27 Jun 2017, 04:14

Awesome!
Thanks!

Return to “Ask for Help (v1)”

Who is online

Users browsing this forum: mikeyww and 296 guests