views:

64

answers:

2

hello ,
I'm writing a program using python 2.6 and pyqt4 , i want this program to automatically start whenever i start windows . (something like uTorrent client).so how do i make this work ?i use windows 7
please help

+1  A: 

You can just place a shortcut in the "Startup" folder, in the windows start menu.

vassilis
A: 

You can compile your python script into an exe and add it to your startup items: Start > Programs > Accessories > System Tools > Scheduled Tasks

inspectorG4dget