How to hide the command robocopy window in C#? I tried so:
startInfo.Arguments = "\"" + source + "\" " + "\"" + fold + "\"" + formats + " /s /R:1 /W:5 /MT:12 /njh /njs /ndl /nc /ns /np /nfl";
this code doesn't work - the command window opens. I want that the command window not to open and robocopy worked "silently".