[python-win32] Adding an exe to startup...

Larry Bates larry.bates at websafe.com
Wed Sep 17 02:31:39 CEST 2008


John Bunting wrote:
> Hey everyone,
> 
> I've been having some trouble finding information on how to add an exe 
> that I have created to the startup of my windows box.  I would like to 
> know how I should go about adding the exe to the startup menu, without 
> using the gui interface.  I want to be able to automate this because I'm 
> also going to be giving out some of this code to different users and I 
> don't want to have to have them manually add the exe.
> 
> Thank alot everyone,
> 
> 
> ~John
> 
> 
> ------------------------------------------------------------------------
> 
> _______________________________________________
> python-win32 mailing list
> python-win32 at python.org
> http://mail.python.org/mailman/listinfo/python-win32

Get Inno Setup and create installer that will do this for you.

-Larry



More information about the python-win32 mailing list