Associate
- Joined
- 7 Nov 2005
- Posts
- 728
- Location
- Southampton, UK
Hi,
I need to copy only certain file types (*.config actually) out of a directory structure into an identicle one.
Just incase that isn't clear
c:\1\1.config
c:\1\1.exe
c:\1\1\1\1\1\1\1\1\Hello.config
c:\1\1\1\1\1\1\1\1\Hello.exe
c:\2\2.config
c:\2\2.jpg
run copy command and end up with just
c:\newcopy\1\1.config
c:\newcopy\2\2.config
c:\newcopy\1\1\1\1\1\1\1\1\Hello.config
Any one got ANY idea how to do this? Other than copying each file manually as I actually have about 200 to do!
I need to copy only certain file types (*.config actually) out of a directory structure into an identicle one.
Just incase that isn't clear
c:\1\1.config
c:\1\1.exe
c:\1\1\1\1\1\1\1\1\Hello.config
c:\1\1\1\1\1\1\1\1\Hello.exe
c:\2\2.config
c:\2\2.jpg
run copy command and end up with just
c:\newcopy\1\1.config
c:\newcopy\2\2.config
c:\newcopy\1\1\1\1\1\1\1\1\Hello.config
Any one got ANY idea how to do this? Other than copying each file manually as I actually have about 200 to do!