autoexecution in Windows

rbt rbt at athop1.ath.vt.edu
Mon Mar 7 16:03:33 EST 2005


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

No program (python or other) can just arbitrarily execute. A user has to 
click it or a cron-like utility (Task Scheduler) has to execute it at a 
set time. registry entries (such as run) can execute programs too. Also, 
proper Windows services can be configured to start at boot.

Again, nothing can just arbitrarily execute. If it could, viruses would 
be a *nightmare*



More information about the Python-list mailing list