minecraft-crawler/setup-steamvr-bindings.vbs
hiina efb97f23db
All checks were successful
/ deploy (push) Successful in 2s
add steamvr binding automation script
cool, it seems to worg.
2024-08-23 16:05:21 -06:00

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