Results 1 to 5 of 5

Thread: Pinging, Netstating, Tracerting with VB

Threaded View

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Jun 2004
    Posts
    18

    Pinging, Netstating, Tracerting with VB

    I can open cmd and write ping or netstat or tracert or something like that manually. I also know how to
    VB Code:
    1. "shell(""netstat"")"
    But if I do these thing with the shell, I can't see how the respond times were.
    I'd like to create a programm to ping a IP every minute, and solve the ping times in my VB programm, so I can use them for some statistics.
    I also want to do statistics about netstat and so on.

    Can someone help me and tell me how to get these ping times and all the answers to netstat and tracert and all that. I just can't get the answers (outputs) to these commands.

    Thanks a lot
    Last edited by Brainhacker12; Sep 14th, 2005 at 02:12 PM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width