Keep file names characters case
Moderators: Hacker, petermad, Stefan2, white
Keep file names characters case
Hi, if i copy FILE.TXT overwritting another file called file.txt then overwritted file is called file.txt and IMHO it should be FILE.TXT , thanks.
Windows doesn't change case of existing filenames. Try in console:
Or in Explorer: paste a file into folder where file with such name in another case already exists.
And it is really useful that TC also doesn't. I replace files and use this case-preserving feature very often.
Code: Select all
echo.>1.txt
copy 1.txt 2.TXT
copy 1.txt 2.txt
And it is really useful that TC also doesn't. I replace files and use this case-preserving feature very often.