Prevent Tcl from opening up a console window

This commit is contained in:
Marcus Calhoun-Lopez 2020-04-30 06:06:58 -07:00
parent 9af476c353
commit 8c1bde98ce

View File

@ -1,5 +1,6 @@
#include <mydefs.hpp>
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"