Search found 3 matches
- 20 Sep 2010 08:28
- Forum: DOS Batch Forum
- Topic: Maintain File Path Structure
- Replies: 5
- Views: 6043
Re: Maintain File Path Structure
Works perfect, thanks. Yeah, got a little too question happy without trying. my bad.
- 20 Sep 2010 07:22
- Forum: DOS Batch Forum
- Topic: Maintain File Path Structure
- Replies: 5
- Views: 6043
Re: Maintain File Path Structure
So the syntax for the destination will maintain everything that comes after Branch1\ up to the *.user file? So if for example one of the *.user files is located in "Branch1\Project\InnerFolder\MyFile.user", the destination syntax will copy the file to -> "Branch2\Project\InnerFolder\M...
- 20 Sep 2010 06:59
- Forum: DOS Batch Forum
- Topic: Maintain File Path Structure
- Replies: 5
- Views: 6043
Maintain File Path Structure
I have a single directory with multiple sub-directories and I want to copy all the "*.user" files within the sub-directories into a new main directory. I found the code to that except that I have to both maintain the original file path structure as well as change one of the folder names in...