naradaji
11-10-2003, 06:19 AM
Hi all,
I have a folder with many subfolders and files within the subfolders.
What I want to do is to copy all files within the subfolders into a single folder. I have to do this from MSDOS.
something like:
xcopy /s c:\....\*.* c:\---\destinationfolder
DOES not work, because it copies the dirtectory structure within the destination folder, which I don't want. I just want the files.
Any ideas?
-- narada
I have a folder with many subfolders and files within the subfolders.
What I want to do is to copy all files within the subfolders into a single folder. I have to do this from MSDOS.
something like:
xcopy /s c:\....\*.* c:\---\destinationfolder
DOES not work, because it copies the dirtectory structure within the destination folder, which I don't want. I just want the files.
Any ideas?
-- narada