I have a console application I\'m using to run scheduled jobs through windows scheduler. All the communication to/from the application is in email, event logging, database l
Why don't you make the application a Windows Service?