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?
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?
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.