Sunday, September 27, 2009

how to copy folder structure only?

sometimes we may need to copy a folder/directory structure. an easy way is by using xcopy in the windows xp cmd console.

launch cmd in Start->Run
use this command:

xcopy /t/e/i "/my folder/2009" "/my folder/2010"

this will copy the 2009 folder and its subdirectories into 2010 folder.

give it a try?

No comments:

Post a Comment