Tag Archives: windows

python commands.getouput vs subprocess.Popen

I have been using the commands module for quite some time, purely because it is simple to use. Now that i have to go to writing code to work on windows, its time to start using the suproccess module. Also to make it easier for the other hard core programmers i will be working with [...]