Hey there,
Is anyone able to create a BMS Script to convert these .file files? I opened them in HxD Editor and I saw some PNG text.
It would be very much appreciated!
https://www8.zippyshare.com/v/dRzyGLZt/file.html
[Balrum] .file images
-
- Posts: 706
- Joined: Fri Aug 08, 2014 1:06 am
Re: [Balrum] .file images
use this batch file to add png extension to all the files and they all should open, or at least they did in XnView
make a text file named something.bat, paste this in and save, run it from inside the folder with the samples
make a text file named something.bat, paste this in and save, run it from inside the folder with the samples
Code: Select all
ren *. *.png
-
- Posts: 60
- Joined: Fri Jun 23, 2017 5:55 pm
Re: [Balrum] .file images
Haha, awkward. That was too easy!