Beispiel #1
0
 public static void ExecuteInBackground(string command, bool administrator = false, bool waitForExit = false, string workingDirectory = "")
 {
     ShellUtils.ExecuteInBackground(FILENAME, command, administrator, waitForExit, workingDirectory);
 }