If I start a program via "Process.Start(c:\...)", is there a way of obtaining the "process name" of said program for use in "Process.GetProcessesByName(...).Length" or any other way?

Thanks!