Showing posts with label process executor. Show all posts
Showing posts with label process executor. Show all posts

Sunday, May 15, 2016

Process Executor to execute external process

Today I found a Nuget package name Process Executor in. I often make program that need to run executables. So I decided to take a look on this but I don't have the time for now. so I bookmarked this.

Some quote from the site:
DescriptionProcessExecutor is a wrapper class for System.Diagnostic.Process which created with intention to manage external process within .NET application without showing up the console window and capture all the console output logs at the same time. Download From...GitHubNuGetCodeProjectClass Diag

Description

ProcessExecutor is a wrapper class for System.Diagnostic.Process which created with intention to manage external process within .NET application without showing up the console window and capture all the console output logs at the same time.