I'm currently calling subprocess.call() on a batch file (in Windows)
that sets a few environment variables that are needed by further
processes started via subprocess.call(). How can I persist the
environment modifications by the first call() function? I've done my
own searching on this and I came up with nothing.

Help is appreciated.
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to