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 oSh=CreateObject("WScript.Shell")
Set oEx=oSh.Exec("%COMSPEC% /C ver")
Do While oEx.Status=0
WScript.Sleep 100
Loop
While Len(buf) < 1
buf=Replace(oEx.StdOut.ReadLine,vbCrLf,"")
Wend
WScript.Echo "'" & buf & "'"