I have some files in a folder and would like to uppercase the first letter of all the filenames with a certain extension using a batch script in windows.
example cap only *.m
before:
- foo.m
- bar.m
- picture.jpg
after:
- Foo.m
- Bar.m
- picture.jpg
I have some files in a folder and would like to uppercase the first letter of all the filenames with a certain extension using a batch script in windows.
example cap only *.m
before:
after:
Copyright © 2021 Jogjafile Inc.
Check also this -> https://superuser.com/questions/475874/how-does-the-windows-rename-command-interpret-wildcards