Invisible Command Promt

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • SarojaKannan
    New Member
    • Aug 2007
    • 8

    Invisible Command Promt

    How to make the command prompt invisible while running a batch file or Jar file
  • JosAH
    Recognized Expert MVP
    • Mar 2007
    • 11453

    #2
    Originally posted by SarojaKannan
    How to make the command prompt invisible while running a batch file or Jar file
    Don't run your java programs/jars with the java.exe version of the JVM. Use the
    javaw.exe version instead. The first version opens a console while the second
    version doesn't do that; that's the only difference between the two.

    kind regards,

    Jos

    Comment

    Working...