Re: Run on Startup

2009-03-18 Thread Gabriel Genellina
En Tue, 17 Mar 2009 00:16:53 -0200, MRAB goo...@mrabarnett.plus.com escribió: Ian Mallett wrote: I'd like to make a program that automatically runs on startup (right after login). How should I do that? Put it in the folder: C:\Documents and Settings\username\Start Menu\Programs\Startup

Re: Run on Startup

2009-03-18 Thread James Matthews
You may also add it to the registry or make it a windows service. Both will startup. On Wed, Mar 18, 2009 at 8:09 AM, Gabriel Genellina gagsl-...@yahoo.com.arwrote: En Tue, 17 Mar 2009 00:16:53 -0200, MRAB goo...@mrabarnett.plus.com escribió: Ian Mallett wrote: I'd like to make a program

Re: Run on Startup

2009-03-18 Thread Mike Driscoll
to remove it. Otherwise you'll have to hack the registry to stop the startup or run msconfig and stop auto-start there. Mike -- http://mail.python.org/mailman/listinfo/python-list

Re: Run on Startup

2009-03-18 Thread Tim Wintle
the shortcut there makes it easier for non-techie people to remove it. Otherwise you'll have to hack the registry to stop the startup or run msconfig and stop auto-start there. The reason is that on non-english language versions it's not called C: \Program Files - there's a system setting

Re: Run on Startup

2009-03-18 Thread Mike Driscoll
folder is kind of silly, I will grant you that. Of course, putting the shortcut there makes it easier for non-techie people to remove it. Otherwise you'll have to hack the registry to stop the startup or run msconfig and stop auto-start there. The reason is that on non-english language

Re: Run on Startup

2009-03-18 Thread Gabriel Genellina
En Wed, 18 Mar 2009 15:13:32 -0300, Mike Driscoll kyoso...@gmail.com escribió: On Mar 18, 1:09 am, Gabriel Genellina gagsl-...@yahoo.com.ar wrote: En Tue, 17 Mar 2009 00:16:53 -0200, MRAB goo...@mrabarnett.plus.com   escribió: Ian Mallett wrote:  I'd like to make a program that

Run on Startup

2009-03-16 Thread Ian Mallett
Hi, I'd like to make a program that automatically runs on startup (right after login). How should I do that? Thanks, Ian -- http://mail.python.org/mailman/listinfo/python-list

Re: Run on Startup

2009-03-16 Thread MRAB
Ian Mallett wrote: Hi, I'd like to make a program that automatically runs on startup (right after login). How should I do that? Put it in the folder: C:\Documents and Settings\username\Start Menu\Programs\Startup The exact path depends on your login/username and I'm assuming that Windows