api for accessing at command

  • Thread starter Thread starter Jeff Kish
  • Start date Start date
J

Jeff Kish

Does anyone know of a windows api call or set of calls to allow you to
get/create/delete/view tasks that are scheduled with the "at" command?

Thanks

Jeff Kish
 
Jeff,

Check out NetScheduleJobAdd(), NetScheduleJobDel(), NetScheduleJobEnum(),
and NetScheduleJobGetInfo().
 
Jeff,

Check out NetScheduleJobAdd(), NetScheduleJobDel(), NetScheduleJobEnum(),
and NetScheduleJobGetInfo().
Thanks much. These look like they may be useful.

Jeff Kish
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top