Tagged Questions

1
vote
1answer
50 views

Windows 2008 Task Scheduler Problem

I've created simple .NET 2.0 Console application. Reads DB, sends emails and writes result to subfolder named "logs" as a .TXT file. Application works when i run it manually. But task scheduler can …
2
votes
2answers
100 views

How do I schedule a task in Perl?

Does anyone knows if perl supports a task scheduler? I am working on a c# program that controls a bunch of perl scripts. The perl script talked to some device over the socket interface. The device, …
0
votes
1answer
93 views

How to run a Windows 2008 task from the scheduler with “interact with desktop”

I have a small .NET app that I'm running under Windows 2008 Server via the Task Scheduler. This application needs to open an excel file and then save it as csv. The task fails when I try to open the …
0
votes
2answers
90 views

Regularly invoking an interactive process (WatiN tests) via Task Scheduler

I'm using a suite of WatiN tests driving IE to do some periodic sanity checking for the purposes of monitoring a site. The suite works fine when I invoke it interactively and/or when I configure the …
0
votes
1answer
186 views

C# task scheduler query

Hi I have developed a scheduler sometime back for an ASP.Net site using cache expiration callbacks. I have the budget now to move the site to a dedicated server so I have written the scheduler as a …
0
votes
1answer
119 views

How does Windows Task Scheduler in Win7 recognize a failed task?

Hello, I am working with Windows 7 and I have an application that returns zero (0x0) when successful and one (0x1) on error situations. I have scheduled this app using Windows Task Scheduler. I …
0
votes
5answers
461 views

Automatically starting Windows Sound Recorder

My division has been tasked with recording the morning presentation audio for future use, using the built-in Windows Sound Recorder. Because of human nature, we don't always remember to start it on …
0
votes
3answers
128 views

Task Schedule Refusal

Although some might not think of it as programming related, it certainly is. The task Scheduler is a program. It's launching a process that I have written. Stating that it's a common problem is …