Wednesday, December 14, 2016

command line - Trouble making files in Windows folder lowercase

I need to make all files in a Windows 10 folder lowercase



I ran the following command but some of the files still have uppercase letters for some reason



for /f "Tokens=*" %f in ('dir /l/b/a-d') do (rename "%f" "%f")


How can I fix this?

No comments:

Post a Comment

hard drive - Leaving bad sectors in unformatted partition?

Laptop was acting really weird, and copy and seek times were really slow, so I decided to scan the hard drive surface. I have a couple hundr...