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 = WScript.CreateObject("WScript.Shell"
Set oShellLink = WshShell.CreateShortcut("C:\Documents and settings\UsrX" & "\Desktop\YourShortcut.lnk")
oShellLink.TargetPath = "D:\YourAppPath\YourApplictaion.exe"
oShellLink.Save