Is it possible to allow a legacy Win32 GUI app to be run from command line as well?

Posted by Brian T Hannan on Stack Overflow See other posts from Stack Overflow or by Brian T Hannan
Published on 2010-06-09T16:00:48Z Indexed on 2010/06/09 16:02 UTC
Read the original article Hit count: 139

Filed under:
|
|
|

We have some code that works and it's a Win32 app with a GUI, but I would like to be able to trigger it from the command line as well (silent mode). Is there any easy way to do this? Or do I have to create another project as a command line application?

© Stack Overflow or respective owner

Related posts about c++

Related posts about gui