Software to move thousands of files from many folders to one folder

Page 2 of 2 FirstFirst 12

  1. Posts : 5
    windows 10
    Thread Starter
       #11

    Thank you to everyone for trying to help here. As I do this realtime, I now have a 1800 folders unzipped. I need to get the JSON files out of each and placed into one folder. The issue of just moving/copying in windows explorer as mentioned above is it is incredibly tedious. I have downloaded Teracopy as suggested but not seeing a way to select all 1800 folders and just move or copy the JSON files. And if I am missing something where I can do all this batch move directly in Windows Explorer, I welcome the suggestion.
      My Computer


  2. Posts : 43,062
    Win 10 Pro (22H2) (2nd PC is 22H2)
       #12

    That would be post #2...
      My Computers


  3. Posts : 5
    windows 10
    Thread Starter
       #13

    Sorry, yes Denis you suggested that early on. I think we are good here as that worked fine. Thank you to everyone for the help.
      My Computer


  4. Posts : 1,621
    Windows 10 Home
       #14

    Even though Windows explore has a More Info button, to see more detail as the Copy or Move process is taking place, I like TeraCopy's reporting on the fly, and, its final report -- if one wants to read it at the end. TeraCopy's error[s] reporting is especially useful -- when things go wrong with one file, a few files, or numerous files.
      My Computer


  5. Posts : 989
    Microsoft Windows 10 Home
       #15

    Basic information such as are the the folders siblings in a single parent folder or ten differnent paths, etc.
    And if you find Explorer tediious, you don't need 3rd party apps, Windows 10 comes with PowerShell, which can handle this with ease.

    Code:
    $Source = 'c:\path\kto\source\folder'
    Destination = 'C:\path\to\destinaiton\folder'
    
    # You mention unzipping which imples you can use "Move". You have your .zip as backup
    
    Get-ChildItem $Source *.json -FIle -Recurse | Move-Item -Destination $Destination
      My Computer


 

  Related Discussions
Our Sites
Site Links
About Us
Windows 10 Forums is an independent web site and has not been authorized, sponsored, or otherwise approved by Microsoft Corporation. "Windows 10" and related materials are trademarks of Microsoft Corp.

© Designer Media Ltd
All times are GMT -5. The time now is 23:03.
Find Us




Windows 10 Forums