Пример #1
0
 public static string EscapeShellCmd(string command)
 {
     return(Execution.EscapeCommand(command));
 }