Click here to Skip to main content
15,895,084 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
HI There,

I have created one windows service for re-curing operation, but due to some technical issue we are looking for alternative for windows service. So we have decided to create windows task scheduler, but we stuck at which application we need to create for windows tasks scheduler.
Please help me out.
Posted
Comments
Richard MacCutchan 1-Mar-15 3:52am    
Windows already provides its own task scheduler. Why do you want to create a new one?
Sergey Alexandrovich Kryukov 1-Mar-15 7:02am    
Why?
—SA

1 solution

you can create console application and execute the exe file from the windows task scheduler on given time
Run C#Console Application using Windows Scheduler[^]
 
Share this answer
 
v2
Comments
Sergey Alexandrovich Kryukov 1-Mar-15 7:03am    
Agree, a 5.
—SA

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900