Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Move files to one folder
Name: milestones Date: May 5, 2006 at 12:26:06 Pacific OS: WIN XP CPU/Ram: 512 Product: DELL
Comment:
Here is what I am trying to do: Algorithym
cd c:\Folder1 Dir.. > folderlist.txt (list of sub folders) cd c:\Folder1 cd c:\Folder1\subfolder (for the list in txt file) copy *.* c:\targetFolder Do this for all the folderlist
Summary: Thank you very much for the response.. Based on the file name we need to segregate..File name specific. Eg. we have File A,File B,File C and folder F1,F2 and F3 File A and B should go to F2 and File ...
Summary: @ Judago Wow, thanks it works great, it took just a couple of minutes to sort through 1,200 Pdfs. I had to create the destination folders first in C:\PDF I'd been trying to find a solution from XP's c...