开发者

How to write a python program that automatically starts when windows start?

开发者 https://www.devze.com 2023-01-16 22:51 出处:网络
I\'m writing a program using python 2.6 and pyqt4. I want this开发者_StackOverflow中文版 program to automatically start whenever windows stars (something like uTorrent client). How do I make this work

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


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


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

0

精彩评论

暂无评论...
验证码 换一张
取 消