[Tutor] How to make a python script run on startup

Alan Gauld alan.gauld at btinternet.com
Tue Apr 9 22:07:27 CEST 2013


On 09/04/13 09:20, daedae11 wrote:
> On Windows, how to make a python script run on startup?

The same way you make anything run on startup there is nothing magical 
about Python code.

You can schedule it, add it to the registry or put it in the users 
startup folder if you want it at login rather than system start...

-- 
Alan G
Author of the Learn to Program web site
http://www.alan-g.me.uk/



More information about the Tutor mailing list