Dear ladies and sirs.
I am starting a new instance of a console application from my .NET code using the Process.Start()
method. I was wondering if I can specify the title of the console window hosting the spawned process. Could not find anything suitable in ProcessStartInfo
.
As a last resort I can P/Invoke to talk to Win32 API directly, but I'd rather not.
Any ideas?
Thanks.