![]() |
![]() | ![]() | ![]() | ![]() | ![]() | ![]() | ![]() |
| Welcome to Windows Vista Forums. Our forum is dedicated to helping you find solutions with any problems, errors or issues you are experiencing with Windows Vista. The Vista forum also covers news and updates and has an extensive Windows Vista tutorial section that covers a wide range of tips and tricks. |
| |||||||
![]() |
| |
| | #1 (permalink) |
| Vista x64 | merge 100+ multiple folders into one! How? Robocopy? Xcopy? Is there an easy way to merge 100 directories into a single directory? (without writing a long batch file) I was thinking ROBOCOPY or XCOPY would do the trick.. I also tried using the search function of the file manager GUI in Vista, but after it found 1000+ files and tried to move them, it would just "hour glass" for 8+ hours. |
My System Specs![]() |
| | #2 (permalink) |
| | Re: merge 100+ multiple folders into one! How? Robocopy? Xcopy? "edwardtilbury" <guest@xxxxxx-email.com> сообщил/сообщила в новостях следующее: news:ae53d0e51a15da66b458d2290b121b1f@xxxxxx-gateway.com... Quote: > > Is there an easy way to merge 100 directories into a single directory? > (without writing a long batch file) > > I was thinking ROBOCOPY or XCOPY would do the trick.. > > I also tried using the search function of the file manager GUI in > Vista, but after it found 1000+ files and tried to move them, it would > just "hour glass" for 8+ hours. Folder A +- Folder B | +- File 1 | +- File 2 +- Folder C | +- File 3 | +- File 4 +- Folder D . . . . . . . </pre>, and you need File 1, File 4, etc "in Folder A\My new folder\"? Then I think this commands would be of help: md "My new folder" for /D %i in (*) do move "%i\*" ".\My New Folder" |
My System Specs![]() |
![]() |
| Thread Tools | |
| |
Similar Threads | ||||
| Thread | Forum | |||
| Re: How to merge the "sent items" folders? - Or search for a sent message?! | Live Mail | |||
| xcopy ftp | VB Script | |||
| robocopy or xcopy ? | Vista General | |||
| "Access is denied" for files with .exe or zip extensions using Xcopy or Robocopy | Vista General | |||
| Merge Multiple CSV's | PowerShell | |||