It seems that javaw is not closing the console for me...
Here is the contents of my batch file:
<pre><h4>rem Batch file to launch CarTrack
d:
cd java files
javaw CarTrack
exit</h4></pre>
When I double-click on this batch file (or a shortcut pointing to it), the console window stays open just as if I had replaced "javaw" with plain old "java". This behavior is inconsistent with what has been described here...any ideas what is going on?
Although, I am able to close the console window without affecting the java app...
------------------
- Ryan Burgdorfer
- Java Acolyte in
- Columbus, OH USA