hi all,
I there a way to specify the running directory of command in subprocess.Popen()
like
Popen('c:\mytool\tool.exe',workingdir='d:\test\local')
and my python script locates in c:\programs\python.
IS there possible i can run c:\mytool\tool.exe in 'd:\test\local' ? it seems c:\mytool\tool.exe runs in my c:\programs\python as working directory.
Thanks a lot