CmdFunc c = new CmdFunc(false, "C:/");
Console.WriteLine(c.Input("Echo hello world"));
Hello world
CmdFunc c = new CmdFunc(false, "C:/");
Console.WriteLine(c.Input("dir"));
~Groophy Lifefor
CmdFunc c = new CmdFunc(false, "C:/");
Console.WriteLine(c.Input("Echo hello world"));
Hello world
CmdFunc c = new CmdFunc(false, "C:/");
Console.WriteLine(c.Input("dir"));
~Groophy Lifefor