Eng-Tips is the largest engineering community on the Internet

Intelligent Work Forums for Engineering Professionals

  • Congratulations waross on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. BasicX

    deactivating Catia Warnings from for Example GSD

    thread560-252516 Dear community, does anyone have a solution for this topic? Environment variable or Script Solution (not VBA) Something similar to set oShell= CreateObject(“Wscript.Shell”) set oEnv = oShell.Environment(“PROCESS”) oEnv(“SEE_MASK_NOZONECHECKS”) = 1 oShell.Run...
Back
Top