Untitled
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"
Leave a Comment