Copy folder structure only

tcofran

Expert Member
Joined
Jun 17, 2009
Messages
3,563
Reaction score
1,257
Location
Pretoria
Hi there,

Does anyone know of a program that can copy folders structures (without files) in XP ? i see a lot of programs that uses command line etc, and i am no good with things like that

thanks
 
XCOPY [source] [destination] /T /E

For eg:

Directory containing structure you want to copy is C:\Directory\
Destination you want to copy to is D:\Folder

Command is:

XCOPY C:\Directory D:\Folder /T /E
 
thanks for this, but I need something that can copy the structure without files, not just list it... handy utility though
 
Tip: When you copy them over, make yourself an extra 'template' folder set so you're ready for 2012 :D
 
thanks for this, but I need something that can copy the structure without files, not just list it... handy utility though

What ThisGeek said is what you want to do.

CD into the directory you want to make structure of.

Then XCOPY /S /T /E *.* C:\YOURDIRECTORY will copy and create a skeleton of what you are copying without the files.
 
Top
Sign up to the MyBroadband newsletter
X