windows-scheduler

How do I debug an exe running through Windows Scheduler?

I'm using Windows Scheduler to run an exe I have written. How can I jump into a debug session when the scheduler starts my exe? Update 1. I had thought of doing a Thread.Sleep and then Attach to Process. When I tried it, it says Debugger is already attached to process... ...

Pass parameter to windows scheduled task

How do I pass parameters to a scheduled task? ...

Windows Scheduler OR SQL Server Job for sending out digest e-mails

Will be sending out e-mails from an application on a scheduled basis. I have an EmailController in my ASP.NET MVC application with action methods, one for each kind of notification/e-mail, that will need to be called at different times during the week. Question: Is Windows Scheduler (running on a Server 2008 box) any better or worse...

What are the advantages and disadvantages of using Quartz.net over the windows scheduler?

For daily tasks, such as converting csv files to excel files; creation of excel files (the contents of which are created using financial methods); moving and copying of files; calculation of daily financial and risk analysis metrics; and (this list will grow over time and will become more complex..) Is Quartz.Net more suitable when...

Using Windows PowerShell as a batch scheduler

We have a series of nightly batch jobs running as Windows Scheduled Tasks. Their numbers have grown to a point that they are beginning to step on each other since there are no dependencies between the batch files, just start times. We are considering the use of PowerShell to write scripts to control the nightly cycle...can anyone confir...