O
Oleg.Ogurok
Hi there,
I wrote an app that has GUI but also accepts command line parameters
for automated execution.
When the app is started from command line with parameters, I'd like the
application to behave like a Console Application, e.g.
* the command prompt should not return right away but only once the
application quits
* Console.Write() should write into the console
Is this possible? e.g. via .NET SDK or PInvoke/Win32?
Thanks,
-Oleg.
I wrote an app that has GUI but also accepts command line parameters
for automated execution.
When the app is started from command line with parameters, I'd like the
application to behave like a Console Application, e.g.
* the command prompt should not return right away but only once the
application quits
* Console.Write() should write into the console
Is this possible? e.g. via .NET SDK or PInvoke/Win32?
Thanks,
-Oleg.