Set objShell = CreateObject("Wscript.Shell") strPath = Wscript.ScriptFullName Set objFSO = CreateObject("Scripting.FileSystemObject") strFolder = objFSO.GetParentFolderName(strPath) strPSScript = objFSO.BuildPath(strFolder, "setup-steamvr-bindings.ps1") objShell.Run "powershell.exe -ExecutionPolicy Bypass -NoProfile -File """ & strPSScript & """", 1, True