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

Reply via email to