In windows explorar we can select multiple files in a folder and rename them sequally, but I want to do the same thing with batch skript
change this
A.mp4
B.mp4
C.mp4
DD.mp4
to this
(1).mp4
(2).mp4
(3).mp4
(4).mp4