Skip to content

lukashankeln/Commandline.Runner

Repository files navigation

Commandline.Runner

Easy to use Package to help you start new Processes

Examples

Basic

This examples shows how to start a new Process for filename with the argument --foo

var cmd = CommandlineFactory.Create("filename").AddArgument("--foo").Build();

var result = await cmd.RunAsync();

About

Easy to use library to work with Process.Start in .Net

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages