On 1/9/2010 10:12 AM, 3lvss0809 at gmail.com wrote: > I need the script that moves (only moves, not change or delete!) > entire (100% of the text) text from one .doc file to another. If you want to copy files without modification, use the OS copy command. You can use the subprocess module to do that from Python.