MoI embedded inside CPython 3.91?

 From:  Michael Gibson
10134.42 In reply to 10134.38 
Hi Brian,

re:
> I take it that moi.filesystem.shellExecute(...) is running the Windows 10 shellexecute?
> (Or some Mac equivalent...?)

It depends - if the optional "WaitForFinished" function argument is false then it will run straight Win32 ShellExecute(). If "WaitForFinished" is true then it will use Qt QProcess to create the process, wait for it to finish, and capture it's output.

- Michael