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.
' All my citrix boxes start CTX
If Instr(objNetwork.ComputerName,"CTX") > 0 Then
' Run the script either calling DOS or vbScript, exe, etc
WScript.Echo "This is a Citrix Box"
Else WScript.Echo "This is NOT a Citrix Box"
End If