Here. This .reg file will make .JAR files executable all by themselves, so you don't have to use the .bat file to start them.
Quote:
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\ja rfile]@="Jar File"
[HKEY_CLASSES_ROOT\ja rfile\shell]
[HKEY_CLASSES_ROOT\ja rfile\shell\open]
[HKEY_CLASSES_ROOT\ja rfile\shell\open\com mand]
@="\"c:\\Program Files\\Java\\j2re1.4 .2_06\\bin\\javaw.ex e\" -jar \"%1\" %*"
|
you may need to change it based on what version of the JRE you have.