That is, to traverse a dir and create a replica with zero-sized files. I curently use xxcopy /E /TR0 but it's very slow.
feedback
|
|
I can't talk about speed, but what you could do is this: Download the unix 'find' binary for windows and then create a script/c program to process the output. | |||||||
feedback
|