How to run a .Net Console App in the background
- by TooFat
I have Console Application written in C# that is scheduled to run every 15 min. or so using the Built in Windows Task Scheduler.
Every time it runs the black console box pops up for the duration of it's execution and then closes.
I am not writing anything to the console. Is there a way to make this run in the background?