I'm trying to perform the following post build step in a VS2008 project:
sn.exe **some arguments**
And keep on getting the error
'sn.exe' is not recognized as an internal or external command, operable program or batch file.
What path / environment variables are used when executing the post build steps? I had assumed that it was equivalent to the environment created by the visual studio command prompt, however apparently this isnt the case.
What would be the best way of making sure that I can use common build tools (such as sn.exe)