How I can detect if my application is launched from the console, or from "explorer"?
What I want to do is, if application is launched from CMD then show a little info on CMD, only if application is launched from CMD and without any arguments so I can't detect the arguments.
The project is a Windowsform.