Skip to content

Instantly share code, notes, and snippets.

@CostaFot
Created April 19, 2026 19:04
Show Gist options
  • Select an option

  • Save CostaFot/ec3f2243f2ee1e5482611f263126b28d to your computer and use it in GitHub Desktop.

Select an option

Save CostaFot/ec3f2243f2ee1e5482611f263126b28d to your computer and use it in GitHub Desktop.
process.Start();
string stdout = process.StandardOutput.ReadToEnd();
string stderr = process.StandardError.ReadToEnd();
process.WaitForExit(); // do NOT move this above the reads
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment