public static void Main(String[] arg) { Commands.Console c = new Cmd(); System.Console.WriteLine(c.getRoot()); System.Console.ReadLine(); }