Untitled
unknown
plain_text
8 months ago
282 B
2
Indexable
Never
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