Looks complicated. Hmmm, where could I find this python script?-Biffle
Just use RoboCopy (included with Windows):
robocopy <source> <dest> /CREATE /E /np /nfl /ndl /njh /njs
It'll do it in a few seconds.
-4wd
Yes, indeed, that's great, many thanks!
But it obviously doesn't work with paths containing a space or "ü", "ä", etc.
For example it does not work with:
robocopy C:\den Lw C\Vorübergehend\FileBot C:\den Lw C\Vorübergehend\test /CREATE /E /np /nfl /ndl /njh /njs
Is there a way to make it work with those characters, spaces?
Thank you very much again.