Well, immediately I am having problems. Be patient with me. This what I have... copy_file.py ############################################ import os import shutil as sh sh.copy('C:\testing_it.txt', 'D:\') raw_input("Done!") ############################################ ...and it's not working. Obviously, I'm trying to copy a text file on C:\ to D:\.