How to rename multiple files at the same time in Win10 system

  

How does the Win10 system rename multiple files at the same time? When we organize important files in the daily use of the win10 system computer, many users will rename the files to save more time. And if the number of files is very large, we need to batch rename them. So how do you do this? The following small series will bring you the Win10 system to rename multiple files at the same time, let's take a look.

The specific setting method is as follows:

1, use Alt+a to select all the files that need to be renamed, press F2, enter the name to be modified, and then press Enter, all files The name will automatically change to the previously entered name, and arranged in order;

2, then the small editor teaches you to add a prefix to all files. Right click in the folder, select “New”— text document, and open, enter the following paragraph:

@echo off

for /f "delims=" %%f in ('dir/b/s/ad *.*') do (if not "%%~nxf"=="%0" ren "%%f" " ;System*%%~nxf")

The system*” in this paragraph can be modified to the name you want to modify

3, then click &ldquo ; File & rdquo;, select “ Save As & rdquo;, select the original directory in the save directory, change the save type to "all", change the file name to "ld; add a prefix name.bat", click save ;

4, make sure that one-click modify the prefix .bat” file in the original directory, then double-click it to open, the batch can be added to the front of all files in the folder The name set is not very magical.

The above is the Win10 system that Xiaobian brings to rename multiple files at the same time, I hope to help everyone, please pay attention to this website for more content.

Copyright © Windows knowledge All Rights Reserved