Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Set WshShell = CreateObject("WScript.Shell")
PINGFlag = Not CBool(WshShell.run("ping -n 1 " & vSystemIdentifier,0,True))
If PINGFlag = True Then
'Successful ping
Else
'Unsuccessful ping
End If