How to make a windows scheduler Start and Stop a python task [closed]
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 2 years ago . I have a python script that I typically kick off manually. It then runs for several days collecting information until it gets disconnected. What I want to do is have the Windows scheduler start the job 12:01 AM and then terminate the job at 11:58 pm that same day. Typically I would be able to do this using CRON