windows background process

Podi podi.ex at gmail.com
Wed Nov 22 20:05:32 EST 2006


Some update...

I just found out that the following seems to work,

import subprocess
subprocess.Popen(' myargs', executable='mycmd.exe')

However, it does not work with "my path\\mycmd.exe"

subprocess.Popen(' myargs', executable='"my path\\mycmd.exe"') # error




More information about the Python-list mailing list