In win98 I want to rename a file to all capitals, but the OS automatically converts all but the first character to lower case. At most I can change all characters to capital but one. What's the way to go about this?
Printable View
In win98 I want to rename a file to all capitals, but the OS automatically converts all but the first character to lower case. At most I can change all characters to capital but one. What's the way to go about this?
Both NTFS and FAT are case insensitive filesystems. Tberefore, it is up to explorer or the appllication how the name is displayed. Therefore, I don't think there is a solution to the problem.