I'm relatively new to the world of Windows programming, but I have a Python
program I'd like to run every once in a while from a Windows service. I've
gotten the service itself to run as it's supposed to, but attempts to run the
program with a DOS command (using ProcessStartInfo) are unsuccessf
On 22/06/2012 6:25 AM, Funke, Matt wrote:
I’m relatively new to the world of Windows programming, but I have a
Python program I’d like to run every once in a while from a Windows
service. I’ve gotten the service itself to run as it’s supposed to, but
attempts to run the program with a DOS comman
Hi Mark,
I'm guessing User Access Control is not disabled for me. I have an
administrator account on Win 7 Professional.
While installing stuff, very often at the last step of the install wizard,
I get the install button with the chequered shield symbol, indicating admin
credentials required.
Sinc