Useful Code Snippets
Back to TOCCondensed TOC
A personal repository of useful code that doesn’t fit into any other category.
- Running an Executable and Collecting the Output
Sometimes in the middle of a .NET application (either C# or VB) you want to run an executable and collect the output. This post presents a simple function (RunExecutable) that makes it easy to do this. (Article)
Keywords: Useful Code Snippets