How to run the program at particular time? It should run
everyday at 3:00 PM. After executing the program should
sleep until next day at 3:00 PM. Please explain with code?
Answer Posted / sudhir kunnure
Write an application and create exe of that application.
then open sheduled tasks in control panel. add this exe in
scheduled task and set time as you required. It automatic
get executed ,on given time.
| Is This Answer Correct ? | 8 Yes | 3 No |
Post New Answer View All Answers
What is delegation in oops?
Why dataset is used in c#?
How more than one version of an assembly can keep in same place?
What are strong name assemblies?
Explain about multithreading?
What is a ienumerator?
Illustrate race condition?
What is the difference between dispose() and finalize() methods in c#?
What is the difference between struct and class in c#?
What does type safe mean in c#?
Why is c# used?
what are some characteristics of an array?
Why dependency injection is used in c#?
Explain deadlock?
Why do we use classes?