Unfortunately you use command('cp...') to copy the file instead of
Pythons portable library methods. This choice
effectively makes your program work on Unix only (not Windows).See http://modcopy.sourceforge.net for a more portable version. Regards, [email protected] -- http://mail.python.org/mailman/listinfo/python-list
