I need to do this in a batch file:
- Open cmd
- Run VS Command Prompt via cmd
- Execute this command "makecert -sv SignRoot.pvk -cy authority -r sha1 -a -n \"CN=Certificate\" -ss my -sr localmachine certificate.cer"
So far, I've done 1 and 2, my problem is getting into #3.
Here's what I have so far.
start cmd.exe /k "%comspec% /c "C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\vcvarsall.bat" x86"