@Bovi, haven't you added a manifest file in your .jar archive then? After doing that it's just a matter of

Code:
java -jar myArchive.jar
In the .bat file.

Also, turning the echo off supresses output in the DOS box at times; even if you explicitly write to the console. (At least it did with my DRViewer...?)