I need to start a complete command line like \"app.exe /arg1:1 /arg2:true\" from my C# app.
Process.Start and ProcessStartInfo needs to have the filename and argumen
ProcessStartInfo.UseShellExecute makes Process.Start behave exactly like the Shell: http://msdn.microsoft.com/en-us/library/system.diagnostics.processstartinfo.useshellexecute.aspx