You are not logged in.
Pages: 1
hello
i am new members. I am from Turkey
With this code [WAIT,HIDE /c md > "c:\A.bmp"] i create a bitmap. but how can i to change background color of bitmap
thanks
Last edited by yazboz (2009-12-28 09:29:04)
Offline
Your code looks functionally the same as
Echo Hello > "c:\A.bmp"
But creating a file with a BMP extension is not the same as creating a proper BMP file
The easiest way to do this in batch is probably to pre-create a set of BMP files in all the likely colours and then copy the one you want
COPY Blue.bmp demo.bmp
etc
Offline
thanks
Offline
Pages: 1