Jump to content

adragomir

Members
  • Posts

    2
  • Joined

  • Last visited

adragomir's Achievements

Seeker

Seeker (1/7)

0

Reputation

  1. Thanks Luke95, Run(@ComSpec & " /c  " & ".\jvm\bin\java.exe -jar " & ".\learnLambda-1.0.jar", "", @SW_HIDE); works very well. Cheers!
  2. Hi guys, I'm trying to run a java -jar command but unfortunatelly the cmd also opens and stays open. I want to hide the cmd basically. I have tried: ShellExecute(@ScriptDir & "\jvm\bin\java.exe","-jar " & @ScriptDir & "\learnLambda-1.0.jar", @SW_HIDE); Run(@ComSpec & " /c  " & ".\jvm\bin\java.exe -jar " & ".\learnLambda-1.0.jar"); You also have a picture of how the running app looks. Is it possible to force hide the cmd or something? Kind regards, Aurelian
×
×
  • Create New...