English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

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

2 answers

I can't vouch for the validity of your example, but it's incomplete. You only list the source directory, not the destination directory.

Example:

xcopy c:\Windows\System32\ audio*.dll D:\AudioDLL

Would copy all files STARTING with the word audio AND with a ".dll" extension to a folder called AudioDLL on drive D:.

2007-04-19 00:49:12 · answer #1 · answered by ELfaGeek 7 · 0 0

Destination?

xcopy Source [Destination] [Parameters]
http://www.microsoft.com/resources/documentation/windows/xp/all/proddocs/en-us/xcopy.mspx?mfr=true

2007-04-19 07:50:47 · answer #2 · answered by Anonymous · 0 0

fedest.com, questions and answers