I want to run a certain python script every 5 min or so to automate some tasks under Windows 10.
Here is a description of how to run a python script frequently under Win 7. Does W10 have the same or similar task scheduler? Are there better ways of doing it?
Also, I would like to load a conda environment before the script is executed. Has anyone done that before? Does anyone have a link to a description?