PDA

View Full Version : command line. Possible? (W2K)



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

naradaji
11-11-2003, 05:43 AM
Could I do this using ROBOCOPY?
How?

-- narada