Enable case sensitivity for filenames under DOS
This is just ... for fun.
As you know, MS DOS didn't make any differences between MyFile.txt
, myfile.txt
, MYFILE.txt
since DOS isn't case sensitive.
If you don't believe me, just start notepad, type a few characters and save your work once as MyFile.txt
then as myfile.txt
then as MYFILE.txt
. Then look to your folder, how many documents did you have ? Just one.
Under Linux, you would have had three files; not under DOS.
What if we asked DOS to change its ways?