How does one go about calling multiple programs using subprocess? This is the program flow: C:\> wrenv.exe C:\> make clean .. .. The 'wrenv.exe' is necessary since it sets up the proper environment for building. How do I use subprocess to execute 'wrenv.exe' and then the 'make clean' command. Any help is appreciated. Thanks, Amit