I am using Windows 10. I have a Python script that I would like to run at a scheduled time every day without having to open the Python IDE and clicking run. Does anyone know how I can do this?.
Thanks in advance.
>Solution :
Look at scheduled tasks (like cron jobs on Linux)