Hello.
I need to rename a folder full of files, which have 10 letters/symbols that I need to remove.
I want to change from:
"ABC1234 - My file.rar" to "My file.rar"
"ABC1235 - Another File.rar" to "Another File.rar"
"ABC1236 - And another File.rar" to "And another File.rar"
So it is about removing the first 10 signs of the filename, including numbers, letters, 2 empty spaces and - symbols.
"ABC1234 - " this part needs to be removed. But it is always different for every file.
I am searching for a command to create a batch file, but I sadly didn't find a suitable command, because all I found was deleting always the same letters, but in my case the first 10 letters and numbers differ. I hope you understand what I intend to describe.
Thanks a lot for reading!
I need to rename a folder full of files, which have 10 letters/symbols that I need to remove.
I want to change from:
"ABC1234 - My file.rar" to "My file.rar"
"ABC1235 - Another File.rar" to "Another File.rar"
"ABC1236 - And another File.rar" to "And another File.rar"
So it is about removing the first 10 signs of the filename, including numbers, letters, 2 empty spaces and - symbols.
"ABC1234 - " this part needs to be removed. But it is always different for every file.
I am searching for a command to create a batch file, but I sadly didn't find a suitable command, because all I found was deleting always the same letters, but in my case the first 10 letters and numbers differ. I hope you understand what I intend to describe.
Thanks a lot for reading!