Hi,
I have a python script to create mdl graph only, OK it works fine,
At the end of this script I want to create my mdl file, but :
If I use batchtools like this <batchtools.__sbscall(sbsenum.BatchToolsEnum.MDLTOOLS, 'sbs-pkg-export', .... > it don't work because of the integration of "mdltools.exe"
I can launch a subprocess.run('mdltools.exe sbs-pkg-export ...... ') but the sub process parse again all the mdl directory, it's take a long time, it's a pity, because we already loaded mdl libraries to launch the script.
I just want the command behind the Substance Designer button "Export mdl module" in summary

Thank you in advance for your help.
Guy.