Run c# application from Window task scheduler

Posted by purnang.advant on Stack Overflow See other posts from Stack Overflow or by purnang.advant
Published on 2010-03-16T07:11:30Z Indexed on 2010/03/16 7:16 UTC
Read the original article Hit count: 251

Filed under:
|
|

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.

© Stack Overflow or respective owner

Run c# application from Window task scheduler

Posted by purnang.advant on Super User See other posts from Super User or by purnang.advant
Published on 2010-03-16T07:11:30Z Indexed on 2010/03/16 12:56 UTC
Read the original article Hit count: 251

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.

© Super User or respective owner

Related posts about c#3.0

Related posts about windows-services