Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version
  1. Open your Visual Studio project in VS 2008.
  2. Right-click on the project and select "Properties".
  3. Select the "Build Events" tab from the left-hand side.
  4. In the "Post-build event command line" text box, enter the command you want to run after the build is complete.
  5. To use system environment variables, enclose them in percent (%) signs. For example, to reference the TEMP folder, use "%TEMP%".
  6. Click "OK" to save your changes.
  7. Build your project to run your post-build event with the system environment variables.