Hiding the command prompt when executing bat file
843810Mar 27 2007 — edited Feb 26 2008Hi,
I hava a bat file which contains following
java -jar MyJar.jar
When I execute the bat file, the jar file is executed. But a command prompt also opens along with it. I dont want to display the command prompt to the user. Is there any way to hide that command prompt ?
regards,
Jatin.