<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">prevent console window from appearing                                                                                                                                                                                                       
see https://wiki.tcl-lang.org/page/console+hide

diff --git ng/onetcl.cpp ng/onetcl.cpp
index 4b999a6f..12fc57d3 100644
--- ng/onetcl.cpp
+++ ng/onetcl.cpp
@@ -1,5 +1,6 @@
 #include &lt;mydefs.hpp&gt;
 DLL_HEADER const char * ngscript[] = {""
+,"catch {console hide }\n"
 ,"catch {lappend auto_path $env(NETGENDIR) }\n"
 ,"catch {lappend auto_path $env(NETGENDIR)/../lib }\n"
 ,"if {[catch {Ng_GetCommandLineParameter batchmode} result ]} {\n"
</pre></body></html>