autoexecution in Windows

"Martin v. Löwis" martin at v.loewis.de
Mon Mar 7 16:07:27 EST 2005


Earl Eiland wrote:
> How does one make a Python program auto-execute in Windows?

Use any of the mechanisms to make an arbitrary program auto-execute
(do you want on boot, on login, or what?), and use
c:\pythonXY\python.exe as the executable name; use the script name
as the first argument.

Regards,
Martin



More information about the Python-list mailing list