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

后端 未结 10 1401
南笙
南笙 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:42

    I have similar task to do making winforms as windows task. what i did is

    in windows task scheduler in the task tab,under Run put your exe and then /Auto,it will run as schedule.

    Example:winform.exe /Auto

提交回复
热议问题