How to perform more complicated search and replace-style renaming in a batch file

4 · Raymond Chen · July 14, 2021, 2:23 p.m.
Last time, we looked at how copying and renaming with wildcards worked in MS-DOS, and how it doesn’t work well if you are trying to perform search-and-replace operations where the strings have different lengths. For example, if you have a list of files, The post How to perform more complicated search and replace-style renaming in a batch file appeared first on The Old New Thing....