I'm using automation to test an application, but sometimes I want to start the application via a batch file. When I run "process.WaitForInputIdle(100)" I get an error:
"WaitForInputIdle failed. This could be because the process does not have a graphical interface."
How can I tell if the process has a graphical interface or not?