2

I'm writing a program using python 2.6 and pyqt4. I want this program to automatically start whenever windows stars (something like uTorrent client). How do I make this work? I am using windows 7.

Elis Byberi
  • 1,422
  • 1
  • 11
  • 20
Moayyad Yaghi
  • 3,622
  • 13
  • 51
  • 67

2 Answers2

2

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

vassilis
  • 1,385
  • 1
  • 10
  • 20
0

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

Community
  • 1
  • 1
inspectorG4dget
  • 110,290
  • 27
  • 149
  • 241