I'm looking for some help. I would like to have a simple vbs that will check if there is a live connection. I have found some insight searching here, but the answers seem to be to specific to the questions asked and I am not sure if I could break them up to work for me.
I have found
How to launch vbs script after internet connection is detected in windows xp?
which would almost be a good start, but I'm not looking for a looping function
Also
Check network connection with VBScript
But it honestly looks intimating.
The vbs I would like to have would run silently (dim object shell kind of thing) and it will end up in the startup folder. I would like to check if a live internet connection is going (maybe ping a site) and if so then do something, else quit on startup. It will self delete once it has connected to internet and continued the installer.