Skip to content

C# class that allows you to run a command and get its output.

Notifications You must be signed in to change notification settings

mdhorda/CommandPrompt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

CommandPrompt

This is a simple C# class that can be used to run console commands and get the standard output and standard error text of the command. Most of the functionality to do this is provided by the Process class. However, it is useful to have the surrounding code wrapped up in a class that can be easily reused in different projects.

View the entire article at http://www.codeproject.com/Tips/468480/Csharp-Command-Prompt-class

About

C# class that allows you to run a command and get its output.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages