[Tutor] How to make a python script run on startup

Sayan Chatterjee sayanchatterjee at gmail.com
Tue Apr 9 16:12:05 CEST 2013


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 <kevgathuku at gmail.com> wrote:

> anybody know how to do this on linux?
>
> On 4/9/13, eryksun <eryksun at gmail.com> wrote:
> > On Tue, Apr 9, 2013 at 5:54 AM, Alexander Mark <rhettnaxel at 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 at python.org
> > To unsubscribe or change subscription options:
> > http://mail.python.org/mailman/listinfo/tutor
> >
> _______________________________________________
> Tutor maillist  -  Tutor at 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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/tutor/attachments/20130409/72cbd3d5/attachment.html>


More information about the Tutor mailing list