I know how to use Popen to run one .bat file. In this case I need to first run vcvarsall.bat and initialize compiler tools, and then in the same environment run a third part .bat that will actually use compiler tools. Whats the best way of doing this?
thanks!
This should work: