Just in case you do not know you can direct the output to a text file and read in the result....
dim ip_address as string
ip_address = "192.10.11.23"
shell("ping.exe " & ip_address & " > c:\output.txt")
------------------
Slan
|
Results 1 to 8 of 8
Thread: ip addresses and pinging from VBThreaded View
|
Click Here to Expand Forum to Full Width |