Back in ancient times (45 years or so ago), in the days of MS-DOS 3.3, I had learned about batch renaming files that involved stripping out a string from the name. Fast forward to the present, I find myself back in this quandary after restoring a bunch of backed-up files. Windows 8/8.1/10’s File History appends a date and time to a file name when it makes its copies, but for my purposes, I need the “bare” original name.
In other words, how to I batch rename a set of files that have different base names, but have the same appended strings to those names, such as “text one (date1 time1).jpg”, “roly poly 12 (date1 time1).jpg”, etc., to “text one.jpg”, “roly poly 12.jpg”, etc.? I need to do this stripping out of the string “ (date1 time1)” operation about 600 times, if I was doing it manually.