I wanna auto boot my python script every day when i start my laptop from shut down, but only once a day. Is it possible?
Asked
Active
Viewed 42 times
0
-
Of course. Which operating system? – Tim Roberts Jan 24 '22 at 04:52
-
for windows you can check this link [How to Schedule Python Script using Windows Scheduler](https://datatofish.com/python-script-windows-scheduler/) – Akash senta Jan 24 '22 at 04:53
-
2This is not a Python question, but a question about whatever operating system you are using, and thus probably not really a suitable question for StackOverflow. Consider asking https://superuser.com – Grismar Jan 24 '22 at 05:04
-
Is this helpful? => https://stackoverflow.com/questions/4438020/how-to-start-a-python-file-while-windows-starts – PSR Jan 24 '22 at 05:09
-
For the first commenter l, im using windows. For the 4 th, i looked at it but it was for every login, not startip – Viharo Jan 24 '22 at 13:49
-
For the second comment, it is using task scheduler which only works if the system is on at a fixed time. I want it in a range of time or just once a day without time limits – Viharo Jan 24 '22 at 13:52