About 50 results
Open links in new tab
  1. Moving multiple files via command line to one folder/directory …

    May 21, 2017 · I can move one file to the folder at a time, but I can't seem to move both via one command. I keep getting The syntax of the command is incorrect. even if I remove the comma in …

  2. Move all files from multiple subfolders into the parent folder

    Nov 13, 2015 · With this version you drag the folder from which you wish to remove the subfolder unto the batch and it will move all files from the subfolders into the parent folder.

  3. Move multiple files from subfolders to one folder using CMD or Batch

    For example, the files I want to move are file1.txt, file2.txt, file8.txt, etc. If there is a file in the destination folder with the same name of the file from the source folder being copied, I want to keep both files …

  4. Windows - How to move all files in subfolders to a parent folder?

    Apr 27, 2014 · If the subfolder in question has multiple subfolders and you want to move all the files without their subfolder structure in tact, do the following: Press F3 to open the search dialog (or if you …

  5. Move multiple selected files to new folder from context menu

    Jun 24, 2022 · How to use the right click context menu to send files to new folder? This works but introduces unnecessary steps by displaying a new window and the folder needing to be first created …

  6. How can you move/copy all files of a specific file extension to a ...

    Here is an example to make things easier: d:\test> move *.dll d:\F\ the \ at the end of the folder name is needed otherwise you get an error: Cannot move multiple files to a single file.

  7. Move multiple files in different directories into a new folder

    Sep 19, 2022 · Move multiple files in different directories into a new folder Ask Question Asked 3 years, 5 months ago Modified 3 years, 5 months ago

  8. Easiest way to extract the contents of many folders at once?

    Mar 18, 2013 · In Windows 7, I have a directory of folders which each contain files as their contents. Is there any way to extract all of the contents of each the folders to a separate location other than …

  9. Moving multiple folders all at once in Outlook - Super User

    Apr 3, 2012 · Constantly at my shop, we are moving Outlook (or other email program) files between computers or Windows Installations, and sometimes, people have HUNDREDS of folders. Is there a …

  10. How to move files and folders recursively on Linux?

    This is true if you want to move a folder. I believe that in the case of the question, the target folder already has contents, and the idea is to merge the contents of two folders.