Schedular Listing.

  • Thread starter Thread starter Rodger Dultrie \(not the actor\)
  • Start date Start date
R

Rodger Dultrie \(not the actor\)

Is there a programmatically way to access the scheduled events stored on a Windows XP machine?

For example, if I have 1o scheduled events, I would like to be able to view, list or sort them in say a VB or Web app.

Thanks.
 
Type schtasks.exe /? at the Command Prompt to see what's available.
Is there a programmatically way to access the scheduled events stored on a Windows XP machine?

For example, if I have 1o scheduled events, I would like to be able to view, list or sort them in say a VB or Web app.

Thanks.
 
Back
Top