Jump to content

When no internet connection > beep


Recommended Posts

I need something to sinal me when Internet connection is dead. I'm thinking about reading from ping window.

something like this:

Odpowiedź z 74.125.45.100: bajtów=32 czas=145ms TTL=43

Odpowiedź z 74.125.45.100: bajtów=32 czas=143ms TTL=43

Odpowiedź z 74.125.45.100: bajtów=32 czas=146ms TTL=43

Odpowiedź z 74.125.45.100: bajtów=32 czas=145ms TTL=43

Odpowiedź z 74.125.45.100: bajtów=32 czas=159ms TTL=43

(I know sux times and ye im from pl)

If I could get those answers as a strings then would be nice.

I was also thinging about something like this:

win+r > cmd > ping google.com -t > d:\ping.txt

and FileOpen function

Any suggestions?

Edited by mamut
Link to comment
Share on other sites

See the example for Ping() in the help file.

Functions >> Network Management >> Ping

Ping is not the greatest solution for checking internet connectivity so search the Example Scripts forum for other methods. Variations have been posted several times.

George

Question about decompiling code? Read the decompiling FAQ and don't bother posting the question in the forums.

Be sure to read and follow the forum rules. -AKA the AutoIt Reading and Comprehension Skills test.***

The PCRE (Regular Expression) ToolKit for AutoIT - (Updated Oct 20, 2011 ver:3.0.1.13) - Please update your current version before filing any bug reports. The installer now includes both 32 and 64 bit versions. No change in version number.

Visit my Blog .. currently not active but it will soon be resplendent with news and views. Also please remove any links you may have to my website. it is soon to be closed and replaced with something else.

"Old age and treachery will always overcome youth and skill!"

Link to comment
Share on other sites

When you are new to autoit, pinging google.com will work just fine. That's what I used for quite a while. The other internet connection scripts aren't always very easy to understand, especially if you are new. Once you learn a bit more, you should look in to some more functions.

Link to comment
Share on other sites

When you are new to autoit, pinging google.com will work just fine. That's what I used for quite a while. The other internet connection scripts aren't always very easy to understand, especially if you are new. Once you learn a bit more, you should look in to some more functions.

IMO there's nothing better than ping.

Serial port communications UDF Includes functions for binary transmission and reception.printing UDF Useful for graphs, forms, labels, reports etc.Add User Call Tips to SciTE for functions in UDFs not included with AutoIt and for your own scripts.Functions with parameters in OnEvent mode and for Hot Keys One function replaces GuiSetOnEvent, GuiCtrlSetOnEvent and HotKeySet.UDF IsConnected2 for notification of status of connected state of many urls or IPs, without slowing the script.
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...