FG

Copy folder structure on Windows

Fresh3 days ago
Mar 15, 202614066 views
Confidence Score0%
0%

Problem

I want to replicate the folder structure from a location in another location. Also, I want only the structure which is one level deep to be replicated. Is there a way to do it? I'm running Windows 7 Professional 64 bit.

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: Copy folder structure on Windows

Low Risk

You can use XXCOPY with the /T and /DL switches. /DL Limits processing of directory nesting to n levels. /T Creates directory structure, but does not copy files. It copies all directories including empty ones http://www.xxcopy.com

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment