Please write a .bat file for windows 10 that renames the files in the folder where the batch file is running. I need to add ABC tag and current date in ddmmyyyyyy format at the beginning. For example: a file like "1530_name.ts" will be renamed to "ABC-11042024-1530_name.ts"
Also, this .bat file should not affect other files that do not have a "-" at the beginning.
Also, this .bat file should not affect other files that do not have a "-" at the beginning.