I realize jens wrote a function to schedule a task using jt.exe. However, I need a more generalized interface. Specifically, I would like to be able to:

1. Schedule a task.
2. Extract all information about a task.
3. Enumerate all tasks.
4. Return missed tasks.

I didn't realize this was a need until I tried to create a report on all the tasks I have scheduled on my system for training a co-worker.

It seems that Microsoft is almost ashamed of jt.exe. I can't find any documentation, and it isn't included in the most Win2k Pro or Win2K supplement resource kits. Besides, an object-oriented approach would be more standardized and less prone to obsolescence.

If anyone is interested in working on this one, I'd be willing to help with the coding and testing.

New Mexico Mark