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
If your script always requires an Administrator's privileges then:
runas /user:Administrator "python your_script.py"