I want to copy subdirectories out of one directory but not all subdirectories but specific with special name starting,
As a example
xcopy C:\WINDOWS\WinSxS .\inbetween\WinSxS\x86_* /s/q
but it is not working
Any Idea?
2007-04-19
00:35:47
·
2 answers
·
asked by
stranger
1
in
Computers & Internet
➔ Software
I want to copy subdirectories out of one directory but not all subdirectories but specific with special name starting,
As a example
xcopy C:\WINDOWS\WinSxS .\inbetween\WinSxS\x86_* /s/q
but it is not working
Any Idea?
Well I want to copy sub-directories with specific name, I am not talking about files inside directory
xcopy C:\WINDOWS\WinSxS (sourcue Directory) .\inbetween\WinSxS\x86_* (Destination Directory) /s/q(some switches to copy subdirectories and not to prompt)
I hope it is more clear now..
2007-04-19
01:33:26 ·
update #1