3 lines
251 B
Text
3 lines
251 B
Text
Set objShell = CreateObject("WScript.Shell")
|
|
cmd = "powershell.exe -NoProfile -ExecutionPolicy Bypass -WindowStyle Hidden -File ""D:\workspace\vignette\scripts\watch-public-runtime.ps1"" -Workspace ""D:\workspace\vignette"""
|
|
objShell.Run cmd, 0, True
|