"Synchronize Dirs" can't sync empty sub-folders?
Moderators: Hacker, petermad, Stefan2, white
"Synchronize Dirs" can't sync empty sub-folders?
I offen use TC's "Synchronize directories" function, but i find this function can't synchronize empty sub-folders, how to resolve this?
Thanks!
Thanks!
Well, it seems it doesn't. You will probably have to use something like
or
.
See xcopy /? for more.
HTH
Roman
Code: Select all
xcopy /e c:\path1\*.* d:\path2\
Code: Select all
xcopy /e /t c:\path1\*.* d:\path2\
See xcopy /? for more.
HTH
Roman
Mal angenommen, du drückst Strg+F, wählst die FTP-Verbindung (mit gespeichertem Passwort), klickst aber nicht auf Verbinden, sondern fällst tot um.
In the German forum there is a similar thread ( http://www.ghisler.ch/board/viewtopic.php?t=1633 ) where Christian recommends to create a 0 byte file in each dir.
HTH
Roman
HTH
Roman
Mal angenommen, du drückst Strg+F, wählst die FTP-Verbindung (mit gespeichertem Passwort), klickst aber nicht auf Verbinden, sondern fällst tot um.
Humour (a pinch...)
Hacker wrote:In the German forum there is a similar thread ( http://www.ghisler.ch/board/viewtopic.php?t=1633 ) where Christian recommends to create a 0 byte file in each dir.
HTH
Roman

<HUMOUR>
If I understood well, you put a piece of Swiss-cheese into each empty sub-dir, but only the holes?
</HUMOUR>


#31505 Traducteur Français de T•C French translator Aide en Français Tutoriels Français English Tutorials
Yes, exactly. It takes some time to extract them, but as they take up no clusters, you're not wasting table-space.If I understood well, you put a piece of Swiss-cheese into each empty sub-dir, but only the holes?

Reminds me of a sentence in Bowling For Columbine... have you seen it? (It probably wouldn't be worth explaining if you didn't...)I never use that function, I think it's risky with my own using of TC...
Roman