Hi,
I have an application set to run in a .bat file, and would like to know what I can do to hide the command window that comes up with the application when it is executed, but still have the application running.
Hi,
I have an application set to run in a .bat file, and would like to know what I can do to hide the command window that comes up with the application when it is executed, but still have the application running.
ok, this is what I just got...in the .bat file instead of
java -jar "MyJar.jar"
type this...
start javaw -jar "MyJar.jar"
and I tried it, and guess what...it works...
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.