Jake
2007-01-25, 03:56 PM
Hey any old-school DOS experts hanging out here? I have a directory structure that has nested folders galore (manual DND not an option). All the filenames are unique and I want to flatten the tree to a single folder. I have messed around with XCOPY and MOVE but nothing is working just right. Any tips appreciated.
Basically read c:\data\*.* with recursive attributes set then move all files to a single folder c:\files.
So far,
XCOPY C:\DATA\*.* /E C:\FILES but it copies the tree structure as well. which I don't want.
Basically read c:\data\*.* with recursive attributes set then move all files to a single folder c:\files.
So far,
XCOPY C:\DATA\*.* /E C:\FILES but it copies the tree structure as well. which I don't want.