Jump to content

ping -i 2 <IP>


tk1
 Share

Recommended Posts

Hello,

Is there a way, preferably natively within AutoIt, to replicate:

ping -i 2 <nearby_IP>

The ping() function only has an option to set the timeout, but I want to set the TTL to 2 instead.

 

Thanks,

tk1

Link to comment
Share on other sites

10 hours ago, ur said:

Why not use the Ping function in AutoIT.

 

Because as I mentioned, it only has a timeout, which is not the same thing as TTL.

Normally, I do use AutoIt's ping function, but in this case it's lacking functionality I need.

 

Thanks,

tk1

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

×
×
  • Create New...