Пример #1
0
    public static int ExecuteCommandLine(string command, Action <string> contentFn = null)
    {
        Console.WriteLine("> " + command);

        return(ProcessEx.Command(command, contentFn));
    }