Actually, a quick google search revealed this syntax ...
ping BRGLS33 >>PingResults.log
Here's the results:
Pinging brgls14.rgl.net [192.168.0.14] with 32 bytes of data:
Reply from 192.168.0.14: bytes=32 time<1ms TTL=128
Reply from 192.168.0.14: bytes=32 time<1ms TTL=128
Reply from 192.168.0.14: bytes=32 time<1ms TTL=128
Reply from 192.168.0.14: bytes=32 time<1ms TTL=128
Ping statistics for 192.168.0.14:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 0ms, Maximum = 0ms, Average = 0ms
Now, the problem is how to execute a dos command from Access.
Can you perform a simple Shell command?
Shell "ping YourServer >>YourFile.txt"
If so, then you simply import the file data into Access, or open it
and step through each line, extracting the data. Not trivial, but
doable.
--
Danny J. Lesandrini
(e-mail address removed)
http://amazecreations.com/datafast
I don't know, but is it possible to pipe the results of the ping to a file?
If so, what is the dos command?