I'm aware there's already questions like this but they either:
- Throw errors that the file can't be found
- Don't work or they uppercase instead
I'm unable to post comments in the other posted answers due to low reputation.
I don't mind, either, if it's .bat ran in the target directory or ran from the command line directly. I can only do basic stuff in MS-DOS.
So far I can set the directory I want:
x:
cd x:/folder1/folder2/target_folder
The result I want is this:
some_folder_in_target_folder/IMAGE1.jpg
some_folder_in_target_folder/Second/image1.JPG
some_folder_in_target_folder/Second/IMAGE2.JPG
some_folder_in_target_folder/Second/image3.jpg
to appear as:
some_folder_in_target_folder/image1.jpg
some_folder_in_target_folder/Second/image1.jpg
some_folder_in_target_folder/Second/image2.jpg
some_folder_in_target_folder/Second/image3.jpg
I don't want to modify the folder names themselves.
These files are on a USB drive. I don't know if that's causing some of the errors I saw from the other code samples I've tried.