CmdFunc Source Code Usage example CmdFunc c = new CmdFunc(false, "C:/"); Console.WriteLine(c.Input("Echo hello world")); output: Hello world an other example CmdFunc c = new CmdFunc(false, "C:/"); Console.WriteLine(c.Input("dir")); output: Follow Code ~Groophy Lifefor