Jump to content

Ping Specific Port


Juanola
 Share

Recommended Posts

I have one PC with all the ports closed except one.

If I do one ping with the function PING() it result always 0 and it is ONLINE.

I have one port open in the pc.

How Can I obtain the pong or the the roundtrip-time of it PC?

Is there any solution to do one ping to one specific port?

Thank you!!!

Edited by Juanola
Link to comment
Share on other sites

JRowe something like that fails if I do this:

;This fails
MsgBox (0, "", Ping ("www.google.com.au:80", 500))
;Fails
MsgBox (0, "", Ping ("74.125.19.103:80", 500))
;This doesn't?
MsgBox (0, "", Ping ("www.google.com.au", 500))
;Or this
MsgBox (0, "", Ping ("74.125.19.103", 500))
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...