Link to home
Start Free TrialLog in
Avatar of weklica
weklica

asked on

Recursive Copy (xxcopy /sg) without xcopy

I have xxcopy that works great.  If I say xxcopy /sg c:\test\*.txt c:\textfiles ... it will find text files that reside in all folders on the c:\test\* directories and copy them to textfiles (leaving folder structure behind.  How do I copy all types of a file from multiple folders to a single folder without installing xxcopy ?  Essentially, xcopy /s, but wihtout bringing over all of the folders?
Avatar of azaghlool
azaghlool

Hello,

It sounds like you need to create a batch file with several xcopy commands.  One for each source folder you wish to copy.
ASKER CERTIFIED SOLUTION
Avatar of t0t0
t0t0
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial