I use OS.execute("./myexternalprog", args, true, output)
as part of game to call AI.
Works fine on all platforms within Godot.
But when exporting project on Windows (and only Windows), a console window is opened up to run the AI program, interfering with the user's experience.
Can this console be hidden or prevented from appearing at all?
Steve