I would like to send additional parameters to the batch file that I'm running in the "Pre-build event command line" of Visual Studio 2008. I can change directory ("cd") to the current "solution directory" by passing in "$(SolutionDir)\MyProject".
Can I pass in the build version? I've set my AssemblyInfo.cs to auto increment (as described here : http://blog.mbcharbonneau.com/2007/03/13/auto-incrementing-build-numbers-in-visual-studio/)
Thanks @jeffamaphone. If you actually answer, I can accept.
Alternatively, I finally found something similar here as well. http://www.blackwasp.co.uk/VSBuildEvents.aspx