In C# WPF: I want to execute a CMD command, how exactly can I execute a cmd command programmatically?
Argh :D not the fastest
Process.Start("notepad C:\test.txt");