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.
Option Explicit
Dim strCommand
strCommand = "cacls " & """C:\Program Files\Program""" & " /T /E /P Users:C"
WScript.Echo strCommand
strCommand = "cacls " & Chr(34) & "C:\Program Files\Program" & Chr(34) & " /T /E /P Users:C"
WScript.Echo strCommand