Hope this link helps.:)
http://stackoverflow.com/questions/8339555/how-to-run-a-script-at-the-start-up-of-ubuntu


On 9 April 2013 19:18, Kevin Ndung'u <kevgath...@gmail.com> wrote:

> anybody know how to do this on linux?
>
> On 4/9/13, eryksun <eryk...@gmail.com> wrote:
> > On Tue, Apr 9, 2013 at 5:54 AM, Alexander Mark <rhettna...@gmail.com>
> > wrote:
> >> There is a startup folder, usually on the start menu, you can add the
> >> script
> >> to.
> >
> > current user:
> > "%USERPROFILE%\Start Menu\Programs\Startup"
> >
> > all users:
> > "%ALLUSERSPROFILE%\Start Menu\Programs\Startup"
> >
> > Updating the latter will probably require elevation, which you do via
> > ShellExecute with the "runas" verb, using either pywin32 or ctypes. If
> > you don't want a console use the .pyw extension.
> > _______________________________________________
> > Tutor maillist  -  Tutor@python.org
> > To unsubscribe or change subscription options:
> > http://mail.python.org/mailman/listinfo/tutor
> >
> _______________________________________________
> Tutor maillist  -  Tutor@python.org
> To unsubscribe or change subscription options:
> http://mail.python.org/mailman/listinfo/tutor
>



-- 


--------------------------------------------------------------------------
*Sayan  Chatterjee*
Dept. of Physics and Meteorology
IIT Kharagpur
Lal Bahadur Shastry Hall of Residence
Room AB 205
Mob: +91 9874513565
blog: www.blissprofound.blogspot.com

Volunteer , Padakshep
www.padakshep.org
_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor

Reply via email to