I did a little test in Python 2.X to try to copy a file from the folder that the script is to the Windows startup folder:
import shutil
import sys, os
startuplocation = get_special_folder_path("CSIDL_STARTUP")
shutil.copy('fototest.jpg', star...
asked by
03.01.2016 / 01:32