How can I invoke a Developer Command Prompt
that comes with Visual Studio 2013
and execute my peverify
commands in it from a python script. I am using python 3.4. I was able to execute commands in windows command prompt
using subprocess
but dont know how to do so from Developer Command Prompt.
Please help me out.My aim is to execute peverify
command through a set of files in a given directory.
I guess all you need is simply start