0

I've successfully packaged an exe application using JXCore

But, since such application will be called from another app, I need that when executed, the window console shouldn't appear

Is it possible?

bsorrentino
  • 1,413
  • 11
  • 19
  • 1
    http://stackoverflow.com/questions/324539/how-can-i-run-a-program-from-a-batch-file-without-having-the-console-open-after – karaxuna Nov 15 '15 at 07:59

1 Answers1

0

This is not natively supported yet, but you may want to check the discussion Run executable in the background on that subject.

Someone made a VBS script for this, while someone else wrapped the app.exe into windows-service-like tool.

infografnet
  • 3,749
  • 1
  • 35
  • 35