I have a Console Application in which I use to run routines of my system. I'm running this console from the Task Scheduler, every time it runs, it blinks on the screen. Opens, executes the process, and closes. I do not want the console to appear on the screen, I just want it to run.
How do I do this?
Note: The application must be a Console Application, so the option to change the properties of the PROJ for Windows Application is out of the question.