Home >Topic List >BAT script batch changes file names
The steps to use bat batch processing to modify file names in batches are as follows: 1. Open Notepad or other text editors; 2. Copy and paste the above example script into the text editor; 3. Replace "oldname" with the characters you want to search for. string; 4. Replace "newname" with the string to be replaced; 5. Save the file as a .bat file; 6. Double-click the .bat file to execute the script.