got it to work using:
os.system('c:\\Progra~1\\Vizard25\\bin\\winviz.exe c:\\Progra~1\\Vizard25\\experimenten\\Final\\a-01.py 0')
(actually generating the string for the different files, but this is what it comes down to)
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.