Hello everyone. I am a very experienced computer user, however I have a problem now that I have never had to tackle.
I have a bunch of files in a directory like this:
xyz0101a.dwg
I need to convert the files to all uppercase. I have easily made the files look like this:
XYZ0101a.dwg
The last letter before the .dwg is causing me grief (as it can be any letter in the alphabet).
Is anyone an advanced batch script writer that can help me create the necessary batch file to convert all letters to uppercase in a filename?
Thanks in advance for any insight anyone can provide.
Cheers!
I have a bunch of files in a directory like this:
xyz0101a.dwg
I need to convert the files to all uppercase. I have easily made the files look like this:
XYZ0101a.dwg
The last letter before the .dwg is causing me grief (as it can be any letter in the alphabet).
Is anyone an advanced batch script writer that can help me create the necessary batch file to convert all letters to uppercase in a filename?
Thanks in advance for any insight anyone can provide.
Cheers!