How can I hide the logging window of Kit at startup?

We need to launch Kit.exe with parameters to suppress the default log window. It only shall show the rendered view window. Any ideas how to achieve that?

This is how we launch Kit:
kit.exe ..\apps\omni.xr.kit --exec ".\scripts\test_load_usd_ds2.py --path ../OldAttic/Attic_NVIDIA.usd"

Maybe there is a way to define in the kit file or the Python script to automatically launch without log window.

Hi @daniel.seidl. There are a number of ways that you could do that. Here’s a couple of examples: https://www.winhelponline.com/blog/run-bat-files-invisibly-without-displaying-command-prompt/

Another option would be running it as a subprocess as a part of a python script.

Thanks, that helped!

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