Giving application elevated UAC
I have an application which needs the UAC elevation.
I have an application which needs the UAC elevation.
I want my Python script to copy files on Vista. When I run it from a normal cmd.exe
window, no errors are generated, yet the files are NOT copied. If I run cmd.exe
“as administator” and then run my script, it works fine.