Tagged Questions

1
vote
2answers
79 views

Can't save a shortcut into startup folder in windows xp with an “access is denied” com error

I've written a Python program which uses comtypes/ctypes to create a shortcut and saves it in the Startup folder. In development mode, everything works great but when the program is built using py2exe ...
0
votes
5answers
229 views

How to create program startup parameters in python

I'm just beginning to learn python and the program I'm writing requires parameters for it to run with a specific task. For example (programs name is Samtho) samtho -i Mozilla_Firefox How can I do ...