Is it possible to allow a legacy Win32 GUI app to be run from command line as well?
- by Brian T Hannan
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?