Open JUCE Windows from console App

I have a console application and in some point, I need to open GUI window to get user input, that is sent to console. Is it possible? I have been looking at sample code, but have found nothing regarding this.

(PS: I dont want to create a GUI based app and open console manually)

I’m not sure this is possible: especially on Windows. Your best chance may be to open a child process which is a GUI based app.