Tagged Questions

1
vote
4answers
2k views

Is there one API to handle the Task Scheduler in XP and Vista? [closed]

I have a couple applications that I would like to be able to add scheduled tasks from within them. I've been Googling for how to add tasks in both XP and Vista. Apparently, Vista has a new Task ...
0
votes
1answer
176 views

task scheduler manage at.exe tasks

When creating a new scheduled task, using CreateProcess with at.exe command, I get files in the scheduled tasks folder named at1.job, at2.job, at3.job, etc. Now I want to delete some of them, using ...
0
votes
3answers
208 views

Problem with Windows XP scheduler calling C# app requiring passing of variable

I have a C#.net app I need to run off a computer. It has to be scheduled. I am using Windows XP Professional and the app is in C#.net. I have attempted to schedule the job, but I think my syntax is ...
0
votes
2answers
2k views

Repeat a task using schtasks.exe in windows xp?

I need to run a task every 10 mins from morning 9 AM to Evening 3 PM every weekday on my Windows XP. I have used the following command to do that but on Windows XP SP3 I think /RI option is ...
0
votes
3answers
194 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 ...