Replying to
this thread.
Thanks, but I can?t make it work

.But thank you for the help.
The idea of Map2Bitmap was never for it to be used by everyday users who do not know what the command prompt is. It was designed as a command line interface program to be executed within another application, such as Thunderwolf's village builder. I could have written an interface for it in 5 minutes but I didn't think anyone would want to use it other than other developers who didn't want to go through all of the hassle of loading and displaying the map in a language like Game Maker.
If you don't mind me asking, what do you want to use it to accomplish? If people are interested in a tool like this then I can write an interface for it.
Anyway, I'll explain what to do I'd just like to know if there's a demand for a graphical Map2Bitmap conversion tool.
By the way, whenever I telly out to type something and I put quotes around it, for example "cd folder", I do NOT want you to type the quotes. You just type cd folder
Here's what I meant:
1. After using the "cd" command, the command prompt will be pointing to the directory you typed after "cd". (it means "change directory" by the way) You can check this because the last line on the prompt will be something like "C:\Users\Lewin\Desktop\Map2Bitmap>" Except it will be the directory that you entered. Did this happen for you? Is the last line on the command prompt the path of the folder where the Map2Bitmap EXE file is? If not make sure you used CD properly and used \ instead of /. (if this didn't work then you can't continue to the next step)
2. You need to copy the map you are converting into the same folder as map2bitmap-0.7-40.exe. This makes it easier because the map will be with the tool to convert it. So basically: Copy the KaM .MAP file to the Map2Bitmap folder.
3. In the command prompt, type: "map2bitmap-0.7-40.exe Y MapFile.map MapFile.bmp 0 0 -1 -1" (do place quotes " around it, just type the text inside the quotes ")
However, you should replace the text MapFile.map with whatever your map file is called. For example if I wanted to convert a map called "village.map" I would type:
map2bitmap-0.7-40.exe Y village.map village.bmp 0 0 -1 -1
This command runs the application Map2Bitmap from the working directory of the command prompt. (you changed the working directory with the "cd" command) It also give that application some parameters telling it the location of the map to convert and the location to save the bitmap to. Also coordinates and whether you want trees to be drawn.
I hope this makes sense. You can probably find tutorials on using the command prompt and the cd command by Googling for them.