MS DOS prompt & Jar

Hiya,

I have jarred my application and use a .bat file to execute it (the batch file is called from the CD's autorun file)... it works fine but the MSDOS prompt window doesnt close. at the moment i have this in the bat file:

javaw -jar "fiko.jar"

exit

but the batch executes javaw -jar "fiko.jar" brigns up my app. and waits until i close its frame before moving on to execute the next line i.e. exit and close the dos window...

is there anyway i can go around that?

thanks

Lila

[529 byte] By [Lila_harra] at [2007-11-27 4:19:54]
# 1
or if anyone can tell me how i can execute two command in autorun that would do it tooe.g.[autorun]open = run.batopen = java -jar fiko.jarany help is much appreciatedLila
Lila_harra at 2007-7-12 9:26:51 > top of Java-index,Java Essentials,Java Programming...