Rename Files with an index (CMD)
I have lots of files and I want to rename them to something like Bild(1).jpg, Bild(2).jpg, Bild(3).jpg, ....
I know how to rename one File in CMD:
ren *.* Bild(1).jpg
But how can I achieve this to over hundreds of files?