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

