1. If your file is placed in a file with a desktop name, I want to change the batch name of these files to page1.jpg,page2.jpg,page3.jpg ....
2. Open the DOS (windows+r) shortcut key, enter CMD, enter the Black Window command line interface, first enter the file, the command is: >CD Desktop carriage return >CD file
>dir/b>rename.xls Create an XLS file and put the file name in it.
3. Open the Rename.xls file, enter the page1.jpg in the B1, then drop the page1.jpg.page2.jpg in the lower right corner .... Finally, the last Rename.xls row is deleted. Write in the C1 function = "ren" &A1& "" &b1 and then similarly in the lower right corner of the C1, the Ren 0001.jpg page1.jpg appears and so on.
4. In the file directory to create a text file to copy the XLS file C column content, paste in the text, save the file renamed Rename.bat, and then double-click on the file name to change the batch.
File batch renaming (regular)