dwmkerr / consolecontrol

ConsoleControl is a C# class library that lets you embed a console in a WinForms or WPF application.
MIT License
723 stars 169 forks source link

Working Directory #18

Open bgwalkeratgmaildotcom opened 9 years ago

bgwalkeratgmaildotcom commented 9 years ago

I'm using this control to launch some console applications and allow the user to review output. It works great! However, I'm running into a bit of a problem where I would like to be able to specify the working directory when launching start process via the console control. Would it be possible for you to add that real quick? It would be very helpful.

ghost commented 7 years ago

I'll push a PR for this. I'd like to see this too.