GP32 Batch File For Bmp2bin


jlebrech

UFO Robot
Joined
Feb 25, 2003
Messages
899
Age
41
Here a little batch file ive made to convert loads of bmp files to .raw format


Code:
for %%f in (*.bmp) do bmp2bin.exe -x %%f %%f.raw


and if i do zcontainer *.raw it seems to compress it but im astounded how small the file is.

so you can try adding
Code:
zcontainer *.raw
to the bat file if you want.
 
I had an error from using zcontainer stating a file named cygz.dll was missing.

Ive installed it from cygwin it works fine now, if anyone has a similar problem the cygz.dll is available here Cygz.dll

just put it in your c:\gp32_mrmirko\bin directory
 
Back
Top