All checks were successful
/ deploy (push) Successful in 2s
cool, it seems to worg.
6 lines
No EOL
362 B
Text
6 lines
No EOL
362 B
Text
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 |