[<<]Message[>>]    [<<]Author[>>]    [<<]Subject            Thread    

Number : 5620 Date : 2003-09-19 Author : nv1z@a... Subject : Re: does xxcopy do this ? Size(KB) : 1
In a message dated 9/19/2003 10:35:39 AM Eastern Daylight Time, wolf@i... writes: > 'Am looking for an application that will copy all occurrences of a > file with a specific suffix from multiple paths to a single path and > location. > > IOW I have several major backups from different computers. I'd > like to be able for instance to copy all *.doc files from a backup > disk, regardless of what directory/folder they're in, and copy them > to a single directory/folder. > > Is xxcopy the application ? > > TIA for any feedback or pointers in another direction. > > Wolfgang There are a couple of ways I've used: 1) The following will copy all the Word docs into a single directory with no folders: C:\> xxcopy c:\*.doc g:\TempDocs /SG 2) The following will copy all the Word docs into a single directory, maintaining the folder structure of your C drive within the TempDocs folder on the G drive: C:\> xxcopy c:\*.doc g:\TempDocs /CLONE and you can add an exclude file if there are certain directories on your C drive you do not want to back up. Richard Kahn, NV1Z [Non-text portions of this message have been removed]
This message if part of XXCOPY's message Archive. The archive contains all the messages posted at Yahoo!Groups: XXCOPY.