how to schedule operations

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

how can I configure my windows service to execute same operations every day
at 16:00 ?

Can I use timer controls ? How?

tanks
 
Windows service can't be scheduled.. I say you can compile a executable...
and the use Windows Scheduler to do the task...

VJ
 
VJ's solution is the most clean. You can use timers or wait blocks but why
when there is functionality built into Windows to do it for you.
 

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