Windows form that can be run from command line as well
Hello,
I have a console based app. I want to convert it to a windows form, but if run from the command line, I would like it to write out the responses to the command line and not invoke the GUI. If launched without any arguments, the GUI starts up.
Any ideas?