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
cmd.Wait() blocks until I pressed Enter once. When I don't assign cmd.Stdin at all, it works as expected, but some programs may require user input. What could this by caused by? And how can this be fixed?
The text was updated successfully, but these errors were encountered:
The following works fine:
However when doing the same but with:
cmd.Wait()
blocks until I pressed Enter once. When I don't assigncmd.Stdin
at all, it works as expected, but some programs may require user input. What could this by caused by? And how can this be fixed?The text was updated successfully, but these errors were encountered: