Copy files using RunProgram
I need to update some configuration files on users PCs now and then, and I want to do it automatically. In the past I've created temporary .bat files and executed them with open(). Now I'm trying to use runprogram to do the same thing but it's not working. I think I'm almost there - any help is greatly appreciated.Here's my program:old_file = "C:\some directory\file1.ext"; new_file = "Z:\zdrive...