I have over thousand folders that are named like this:
0a1716b34054ce3ba3bb1bdb2ec71d0d58fe729e
0a5376e2d5de71dfaf0b07ec6fea3e8c09698e5a
etc.
In these folders are two files each, __data
and __info
. They don't have a file extension. I'm trying to move all __data
files to a single folder and rename them with the following logic:
__data(1).unity3d
__data(2).unity3d
__data(3).unity3d
etc.
I have no idea how to do it. Can someone show me how it's done on Windows 10?