Quote:
Originally Posted by quillenl
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.