How to run a .Net Console App in the background

Posted by TooFat on Stack Overflow See other posts from Stack Overflow or by TooFat
Published on 2010-04-21T20:24:28Z Indexed on 2010/04/21 20:33 UTC
Read the original article Hit count: 174

Filed under:
|

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?

© Stack Overflow or respective owner

Related posts about c#

Related posts about console-application