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