windows - Rename Multiple files with in Dos batch file - Stack Overflow
I wish to rename all files inside the folder *.txt, so the result will be "1.txt", "2.txt" and "3.txt", .... How can I do so? ... The following may accomplish what you are looking for. It uses a for loop to iterate through the text files and makes a "call...