Page 3 of 3

Posted: Wed Apr 04, 2007 10:58 pm
by mesial
That ">" won't go away. It is there all the time. No matter what, it always starts with:

Code: Select all

C:\Documents and Settings\master>

Posted: Wed Apr 04, 2007 11:04 pm
by madpeople
how are you starting the command prompt?

why didn't i think of this earlier

in the same folder as the FILE.mdl you want to convert and uncombine.class create a new .txt file

in this text file put:

Code: Select all

java uncombine FILE.bmp
where FILE is the name of the file you want to uncombine

actually, you could use FILE.png or .jpg or .gif or any of the other formats supported by java's imageIO

rename your text file so its extension is .bat

run the batch file