I need to copy a file/directory structure recursively but without copying file contents (creating 0-length files). Is there any way to do that without custom scripting?
Windows 7
|
I need to copy a file/directory structure recursively but without copying file contents (creating 0-length files). Is there any way to do that without custom scripting? Windows 7
| ||||
|
feedback
|
|
This should do exactly what you're asking: (edit: no it does not!)
Edit: This should be closer to what you're looking for:
Robocopy should come with Windows 7. Let me know if I got it right this time. :) | |||||||||
feedback
|