View Single Post
Old 04-25-2022, 10:05 AM   #25
MikeS369
All Star Reserve
 
Join Date: Dec 2020
Location: USA
Posts: 654
Quote:
Originally Posted by quillenl View Post
Will not need to move any files. For example I saved the following script as a batch file and ran it to change all oi files in the logo folder to png.

cd C:\Program Files (x86)\Steam\steamapps\common\Out of the Park Baseball 23\data\logos

ren *.oi *.png


Takes half a second to run and all logos will be available.
Did this just rename the extension or did it rename the entire file to something like file01.png.

From what I have found on running a batch rename it changes the name of the entire file.
MikeS369 is offline   Reply With Quote