About 50 results
Open links in new tab
  1. How to copy a directory structure without copying files?

    Jan 8, 2013 · I have a folder with a lot of subfolders and files in them. Is there a way to copy the folder and subfolders directory structure without copying the files they contain, using cmd or powershell?

  2. Copy folder structure (without files) from one location to another

    Dec 29, 2019 · I want to create a clone of the structure of our multi-terabyte file server. I know that cp --parents can move a file and it's parent structure, but is there any way to copy the directory structure

  3. Copy folders without files, files without folders, or everything using ...

    31 I would like to be able to write a PowerShell script that would take a folder (or set of folders) and to duplicate them in which the folder structure (without the files) could be created, where the file …

  4. Robocopy: copying files without their directory structure

    Mar 16, 2019 · The files in the _vti_cnf folders can be ignored because they are old Frontpage Extensions associated with meta-data. The files have the same name as the parent folder, but the …

  5. How to copy folder structure but exclude certain files in Windows?

    Jun 6, 2021 · I have a parent folder with hundreds of subfolders containing mainly video files. I would like to replicate its structure 1:1 on another drive, but without copying video files which account for …

  6. directory - Copy Just the Folder - Stack Overflow

    Nov 4, 2021 · The command is xcopy and it takes two parameters, the path of original folder and the path of new folder you want to create with the original folder structure. /T is just another parameter …

  7. How to copy all folders at a certain level, but no files or subfolder?

    5 I would like to know how to copy all folders to a new location, but I want only to include the folders themselves -- nothing that is inside of them (so, no subfolders, and no files). Is this possible?

  8. Copy directory tree without files and hidden directories

    Dec 14, 2023 · This is a follow up to Copy folder structure (without files) from one location to another and Rsync how to include directories but not files?, though not a duplicate. In essence, I want to do …

  9. How to copy a directory structure but only include certain files (using ...

    Jan 23, 2009 · As the title says, how can I recursively copy a directory structure but only include some files. E.g given the following directory structure: folder1 folder2 folder3 data.zip inf...

  10. Copy entire folder structure in Powershell without re-creating root ...

    Mar 11, 2015 · Copy entire folder structure in Powershell without re-creating root folder Asked 10 years, 11 months ago Modified 7 years, 7 months ago Viewed 5k times