Re: Run on Startup

2009-03-18 Thread Gabriel Genellina
En Wed, 18 Mar 2009 15:13:32 -0300, Mike Driscoll escribió: On Mar 18, 1:09 am, "Gabriel Genellina" wrote: En Tue, 17 Mar 2009 00:16:53 -0200, MRAB   escribió: > Ian Mallett wrote: >>  I'd like to make a program that automatically runs on startup (right   >> after login).  How should I

Re: Run on Startup

2009-03-18 Thread Mike Driscoll
On Mar 18, 2:14 pm, Tim Wintle wrote: > On Wed, 2009-03-18 at 11:13 -0700, Mike Driscoll wrote: > > On Mar 18, 1:09 am, "Gabriel Genellina" > > > Any decent installer is able to register a program so it runs on startup   > > > (InnoSetup, by example). Anyway, if you want to it it yourself, > > >

Re: Run on Startup

2009-03-18 Thread Tim Wintle
On Wed, 2009-03-18 at 11:13 -0700, Mike Driscoll wrote: > On Mar 18, 1:09 am, "Gabriel Genellina" > > Any decent installer is able to register a program so it runs on startup > > (InnoSetup, by example). Anyway, if you want to it it yourself, > > see:http://msdn.microsoft.com/en-us/library/bb77

Re: Run on Startup

2009-03-18 Thread Mike Driscoll
On Mar 18, 1:09 am, "Gabriel Genellina" wrote: > En Tue, 17 Mar 2009 00:16:53 -0200, MRAB   > 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 an

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 wrote: > En Tue, 17 Mar 2009 00:16:53 -0200, MRAB > escribió: > >> Ian Mallett wrote: >> >>> I'd like to make a program that automatically runs on startup (rig

Re: Run on Startup

2009-03-18 Thread Gabriel Genellina
En Tue, 17 Mar 2009 00:16:53 -0200, MRAB 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\\Start Menu\Programs\Startup Please don't do that, if you care

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\\Start Menu\Programs\Startup The exact path depends on your login/username and I'm assuming that Windows is insta

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