How do I run my c# program as a scheduled task

后端 未结 10 1381
南笙
南笙 2021-01-12 08:59

I am still pretty much new to c# so you will have to bear with me.

I have developed a windows form program which updates some SQL records as an end of day process fo

10条回答
  •  刺人心
    刺人心 (楼主)
    2021-01-12 09:35

    I think you are also asking about command-line argument passing. See the answers to this question.

    In particular, I highly recommend the accepted answer: NDesk.Options.

提交回复
热议问题