You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to start a background python process, but it doesn't work in winrm. Local runs are successful. run_ps(f"""Start-Process -FilePath "python" -ArgumentList "D:\\rfc2217_server.py -p XXXX XXX" """)
The text was updated successfully, but these errors were encountered:
I want to start a background python process, but it doesn't work in winrm. Local runs are successful.
run_ps(f"""Start-Process -FilePath "python" -ArgumentList "D:\\rfc2217_server.py -p XXXX XXX" """)
The text was updated successfully, but these errors were encountered: