So assume I have two absolute equal directory trees beginning with
D:\myprojects\*
and
W:\backup\myprojects\v2009\*
Now I change some chars in a folder name in the source from lower to upper case
resp. vice versa e.g.
D:\myprojects\l1b\versionAA12\*
to
D:\myprojects\lib\Versionaa12\*
This change is NOT detected by standard sync/backup programs. The folder name in the target dir
remains untouched.
Is there a way to write a MSDOS script which DOES detect those upper/lower case changes (by comparing
source and target dir tree)?
Dennis