Hello,
This is what I want to accomplish:
A main.py file runs several other scripts one after another.
This command is used to run the the child scripts:
execCommand = viz._BIN_PRIMARY + ' "' + filename + '" 0'
win32process.CreateProcess(None, execCommand,None, None, 1, 0, None,None...