Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.fsmpi.rwth-aachen.de!rt.uk.eu.org!newsfeed.xs4all.nl!newsfeed4a.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.003 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'linux,': 0.07; 'subject:same': 0.07; 'subject:files': 0.09; 'subject:into': 0.09; 'windows,': 0.09; 'cc:addr:python-list': 0.11; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'help?': 0.16; 'investigate': 0.16; 'subject: \n ': 0.16; 'subject:already': 0.16; 'subject:sub': 0.16; 'subject:under': 0.16; 'sure.': 0.16; 'wrote:': 0.18; 'shell': 0.22; 'cc:addr:python.org': 0.22; 'mon,': 0.24; 'cc:2**0': 0.24; 'post': 0.26; 'header:In-Reply-To:1': 0.27; 'message-id:@mail.gmail.com': 0.30; 'code': 0.31; 'probably': 0.32; 'maybe': 0.34; 'subject:from': 0.34; 'could': 0.34; 'subject:with': 0.35; 'received:google.com': 0.35; 'pm,': 0.38; 'either': 0.39; 'commands': 0.60; 'kindly': 0.61; 'you.': 0.62; 'subject:source': 0.84; 'to:none': 0.92 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:cc :content-type; bh=69VFFk2QUH42lgv5kr5Z1W1r185GAQQDn5BkV12eRw4=; b=NfJOKrcKpJsZ7dN56UPhwsvLdrZ5b1NOg9F5BBYGAKi/ecvw6T76kQb60f7sWIiBTV IeKvcZFpCaFBUxPEAEA3ZSkqX1k6ij9jx0fAwLVLZptPMy53jnF1ReSNpb1lCwjxVYae ohpzas1clxl3xsCegAMV9B8sWjpSdrpqDXa97QEEWHvAtT/I/4M4bgpZEF49LXHbOQGJ SaxPdJWrBlY2FVLH+I0qWnbnFh4VNJmfjsSg5WFrSHQ6TtaEyuXRw3tA+0wds+Wz5Zn8 RGOWTvRpSYFZ5EshfGnyFd0gMdVR/Us4R0EqwEEgpfOksK1ytR5iBeKatbLqEXFkz46E XpjA== MIME-Version: 1.0 X-Received: by 10.220.59.65 with SMTP id k1mr13105635vch.22.1400482865699; Mon, 19 May 2014 00:01:05 -0700 (PDT) In-Reply-To: References: Date: Mon, 19 May 2014 17:01:05 +1000 Subject: Re: Copying files from sub folders under source directories into sub folders with same names as source directory sub folders in destination directories without overwriting already existing files of same name. From: Chris Angelico Cc: "python-list@python.org" Content-Type: text/plain; charset=UTF-8 X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 10 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1400482872 news.xs4all.nl 2847 [2001:888:2000:d::a6]:39507 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:71746 On Mon, May 19, 2014 at 4:53 PM, wrote: > Could you kindly help? Sure. Either start writing code and then post when you have problems, or investigate some shell commands (xcopy in Windows, cp in Linux, maybe scp) that can probably do the whole job. Or pay someone to do the job for you. ChrisA