Microsoft Office Word and Python (Win XP)

Terry Reedy tjreedy at udel.edu
Sat Jan 9 13:00:07 EST 2010


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.




More information about the Python-list mailing list