Launch Kit file from shortcut without console

Hello:
I’ve created an extension, and am running it from a shortcut on the desktop with the target set to:

“c:\Program Files.…\kit.exe” “C:\path\to\my.kit”

but when running that shortcut, it opens what appears to be windows terminal printing the output and an interactive prompt. Is there any way to launch that kit file without the windows terminal through either a setting or windows option? I’d like to only have one window in the start bar which would be the extensions UI.
Thank you!

Yes this is completely normal. All of our kit apps and extension tend to open the windows command (CMD) console. It mirrors the console built into our kit apps. There might be an option to turn it off. Let me find out.

Thank you for following up!

After extensive investigation, I am unfortunately not able to provide a solution for this. The issue is very fundamental. So, there is no way to actually mute the window. It’s hard coded into kit. What I have seen, is to wrap the kit into a packaged EXE which opens the app in a shell. It’s the same thing we do for launcher.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.