Run c# application from Window task scheduler
- by purnang.advant
Hi. I have a desktop application(c#.net), where I call a Web Service. I need to invoke the c#.net application from a Windows Task Scheduler, because I have to plan an execution 4 times all days.
Please suggest me, how to do it. Thanks in advance.