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
views:
64answers:
2
+1
A:
You can just place a shortcut in the "Startup" folder, in the windows start menu.
vassilis
2010-09-19 13:51:48
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
2010-09-19 14:16:15