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
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to