Ask Your Question
1

What is the process for utilizing system environment variables in VS 2008 Post-Build events?

asked 2021-08-01 11:00:00 +0000

huitzilopochtli gravatar image

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2022-08-26 02:00:00 +0000

pufferfish gravatar image
  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.
edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss

Add Answer


Question Tools

Stats

Asked: 2021-08-01 11:00:00 +0000

Seen: 14 times

Last updated: Aug 26 '22