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

2008-09-16 Thread Larry Bates
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

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

2008-09-16 Thread Kevin Horn
There are a number of ways to do this: 1) add a shortcut to the "Startup start menu folder 2) add registry entries to various places like * [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run] *see here for some other locations: http://www.doshelp.com/HowToView/Registry_Keys.htm

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

2008-09-16 Thread Tim Golden
John Bunting wrote: 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 b

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

2008-09-16 Thread John Bunting
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'