 |
[Solved] Batch file: Open cmd, run VS Command Prompt, execute Makecert - CodeProject
I need to do this in a batch file: 1. Open cmd 2. Run VS Command Prompt via cmd 3. 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, m
www.codeproject.com |
 |