Problems with Windows Task Scheduler

后端 未结 3 2050
我在风中等你
我在风中等你 2021-01-24 06:35

I have two problems with Windows Task Manager: One, I have a Python script that sends an email notification, through gmail, at the end of the run. This works fine when I run the

3条回答
  •  误落风尘
    2021-01-24 07:08

    It could be that you need to specify where it starts in. This is important if you make local references in your program. This would also result in your program running fine, but not doing everything it is built to do.

    Inside task scheduler, see "Actions", then edit an action. It's the parameter it says is optional.

提交回复
热议问题