Untitled

 avatar
unknown
plain_text
a year ago
282 B
5
Indexable
Write-Output "Deploy FlexNet Operations service with Playwright script..."; $deployprocess = Start-Process python -ArgumentList "C:\tmp\deployfno.py" -NoNewWindow -PassThru; $deployprocess.WaitForExit(); Write-Output "Deploy FlexNet Operations service with Playwright script...done"
Editor is loading...
Leave a Comment