Hi, thx for the link, but i am looking for somthing ?different?
The example from you link:
c:\windows\
|--Test [folder]
| |
|--src [folder]
|
|-- A [folder]
| |
| |-- 1.txt [file]
|
|-- 2.txt [file]
|--Test2 [folder]
| |
|--src [folder]
|
|-- A [folder]
| |
| |-- 1.txt [file]
|
|-- 2.txt [file]
copy the src folder and all *.txt only files to f:\
f:\ windows\
|--Test [folder]
| |
|--src [folder]
|
|-- A [folder]
| |
| |-- 1.txt [file]
|
|-- 2.txt [file]
|--Test2 [folder]
| |
|--src [folder]
|
|-- A [folder]
| |
| |-- 1.txt [file]
|
|-- 2.txt [file]
All copy methods i tried end up like this:
f:\
|--src [folder]
|
|-- A [folder]
| |
| |-- 1.txt [file]
| |-- 1.txt (2)[file]
|
|-- 2.txt [file]
|-- 2.txt (2)[file]
No windows folder in f.\ no Test or test2 folder....just a flattend src folder....