Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson 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. exhale

    Creating child processes

    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)
  2. exhale

    Creating child processes

    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...

Part and Inventory Search

Back
Top