Windows 10: Automate movement between multiple source files to multiple destination folders

Discus and support Automate movement between multiple source files to multiple destination folders in Windows 10 Gaming to solve the problem; I have many client files that I am trying to move to destination folders, ideally all at once. I have a folder that contains a lot hundreds to... Discussion in 'Windows 10 Gaming' started by Eric Wood1, Jan 19, 2023.

  1. Automate movement between multiple source files to multiple destination folders


    I have many client files that I am trying to move to destination folders, ideally all at once. I have a folder that contains a lot hundreds to thousands of client folders. Each client folder contains a file that I want to move into a subfolder within their folder. The file name and subfolder name are the same in each client's file. I am fairly sure that there is a way to automate this and iterate through each client until all of the files are moved. This would save me hours of manual clicking and dragging. I have some basic Python and C++ experience so I am comfortable trying to code a .bat

    :)
     
    Eric Wood1, Jan 19, 2023
    #1

  2. Search for Multiple Files in Folder

    Hi Cedric. I'm Greg, an installation specialist, 10 years awarded Windows MVP, and Volunteer Moderator, here to help you.

    See methods to search for multiple files in Windows here:

    https://www.thefreewindows.com/4539/search-mult...

    https://itsiti.com/how-to-search-and-list-multi...

    https://www.quora.com/How-do-I-search-multiple-...

    I hope this helps. Feel free to ask back any questions and keep me posted. If you'll wait to rate whether my post resolved your problem, I will keep working with you until it's resolved.

    ______________________________________________

    Standard Disclaimer: There are links to non-Microsoft websites. The pages appear to be providing accurate, safe information. Watch out for ads on the sites that may advertise products frequently classified as a PUP (Potentially Unwanted Products). Thoroughly
    research any product advertised on the sites before you decide to download and install it.
     
    Greg Carmack - Windows MVP 2010-20, Jan 19, 2023
    #2
  3. How to copy a folder structure (including files within) into multiple folders simultaneously.

    Hi LosingIt123,

    If those 200 folders are under a single parent folder, I think it can be batched or scripted easily. For example, this command would work if the destination folders are located under a single parent folder ("John\Desktop\Destination").

    • for /d %d in ("C:\Users\John\Desktop\Destination\*") do robocopy "C:\Users\John\Downloads\Source" "%d" /MIR
    If they're in different locations, the list of destination paths can be saved to a text file, and a script/batch can be made that runs ROBOCOPY for each item in the text file.
     
    Ramesh Srinivasan, Jan 19, 2023
    #3
  4. Automate movement between multiple source files to multiple destination folders

    Unzip multiple files in same folder

    How can I unzip multiple files inside some folder in Windows 10?

    Only option available is to extract a file at once and with a popup window suggesting a folder with file name.
     
    AlmeidaAndre, Jan 19, 2023
    #4
Thema:

Automate movement between multiple source files to multiple destination folders

Loading...
  1. Automate movement between multiple source files to multiple destination folders - Similar Threads - Automate movement between

  2. Mouse movement multiple monitors

    in Windows 10 Gaming
    Mouse movement multiple monitors: I have multiple monitors third one disabled for now. I am having this setup up. Sometimes after restarts the following happens:- The mouse cursor is blocked from leaving 2 on the left side. I can "drag" windows across the border but only until the mouse cursor dragging it...
  3. Mouse movement multiple monitors

    in Windows 10 Software and Apps
    Mouse movement multiple monitors: I have multiple monitors third one disabled for now. I am having this setup up. Sometimes after restarts the following happens:- The mouse cursor is blocked from leaving 2 on the left side. I can "drag" windows across the border but only until the mouse cursor dragging it...
  4. Is there a way to automate the change of extensions of multiple files in a folder?

    in Windows 10 Ask Insider
    Is there a way to automate the change of extensions of multiple files in a folder?: TASK: Change all of many files' extensions within one folder from .xxx to .xyz Did it manually, one-at-a-time. It was a pain, 'cuz in order to do that, had to: Enable display of file extensions Then, for each file: Double-click on file or right-click & select 'Rename'...
  5. Automate movement between multiple source files to multiple destination folders

    in Windows 10 Software and Apps
    Automate movement between multiple source files to multiple destination folders: I have many client files that I am trying to move to destination folders, ideally all at once. I have a folder that contains a lot hundreds to thousands of client folders. Each client folder contains a file that I want to move into a subfolder within their folder. The file...
  6. Move Multiple Files to Multiple Folders Simultaneously

    in Windows 10 Network and Sharing
    Move Multiple Files to Multiple Folders Simultaneously: Hello everyone! I have almost 900 PDFs that need to get moved from one folder to their own individual folders. I have about 200 folders with a set of PDFs in each to move. I found a way to rename them all with excel that was really helpful 2019- 386A- HAZCOM but right now I'm...
  7. Move Multiple Files to Multiple Folders Simultaneously

    in Windows 10 Gaming
    Move Multiple Files to Multiple Folders Simultaneously: Hello everyone! I have almost 900 PDFs that need to get moved from one folder to their own individual folders. I have about 200 folders with a set of PDFs in each to move. I found a way to rename them all with excel that was really helpful 2019- 386A- HAZCOM but right now I'm...
  8. Move Multiple Files to Multiple Folders Simultaneously

    in Windows 10 Software and Apps
    Move Multiple Files to Multiple Folders Simultaneously: Hello everyone! I have almost 900 PDFs that need to get moved from one folder to their own individual folders. I have about 200 folders with a set of PDFs in each to move. I found a way to rename them all with excel that was really helpful 2019- 386A- HAZCOM but right now I'm...
  9. File and folder sharing between multiple network location users

    in Windows 10 Gaming
    File and folder sharing between multiple network location users: Sadly, this thread was locked with no answer except the one both I and the OP of that thread expected to work but that didn't stopped at step 12.I have two computers discoverable on my home network as Hazel-Desktop and Hazel-Laptop. I would like full access to both devices'...
  10. Automating search-replace across multiple files?

    in Windows 10 Support
    Automating search-replace across multiple files?: I need to replace a text entry in the header of multiple .wav files. The header text is in 16-bit format, so in the HxD editor each character appears as two bytes: q 113 00 = 61 00 " 34 00 2 50 00 7 55 00 " 34 00 Across dozens of files, I need to change the...