Internet access trigger

I have several apps that will not open until I get internet access. At my office, I need to log in before I get the access. I’d like to create a macro that will check for internet availability then go on to open the apps. I just can’t find a way to trigger the macro.

Thanks.

Tony

There is no such trigger. What you could probably do is use a macro to start the login process, and have that macro basically be:

  • Start off the login process
  • Pause until there is network connectivity.

You can test for network connectivity with the ONLINE() calculation (which basically tests that www.keyboardmaestro.com is reachable.

Thanks Peter.

I think the ONLINE() might work.