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?
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...
No comments:
Post a Comment