Kinook Software Forum

Kinook Software Forum (https://www.kinook.com/Forum/index.php)
-   [VBP] General Discussion (https://www.kinook.com/Forum/forumdisplay.php?f=2)
-   -   Pulling user environment variables from batch script? (https://www.kinook.com/Forum/showthread.php?t=4337)

TAQ 12-16-2009 02:29 PM

[RESOLVED] Pulling user environment variables from batch script?
 
Hi, New to VBP and trying to port our existing scripts.

For our build process we have a batch script that runs our build step. It sets about 100 user environment variables and then launches devenv.exe. This allows Visual Studio to run with all the necessary env variable paths it will need to do the build.

How can I mimic this in VBP. I see the SET MACRO command looks like it will let me do it one-by-one. But I really don't want to type 100 user env variables in manually.

How can I call the batch file to load the user vars into the script from the batch file so that when I run the Make VS 2008 command, it will have all the necessary env variables? Or maybe there is a simple textarea box that i can just copy paste them easily all at once:
TEST=C:\
BASE=%WINDIR%\Base
Z=%BASE%\blahblah


I've tried calling the batch file command right before the make command, but as I assumed, that didn't work.

Thanks

kinook 12-16-2009 02:33 PM

http://www.kinook.com/VisBuildPro/Ma...dvancedtab.htm

TAQ 12-16-2009 02:36 PM

Ahh.. I see.. so I assume under the Make VS advanced tab I would add my batch file to the "Command to run before main command" section.

I'll give it a try

Thanks!

TAQ 12-16-2009 02:40 PM

Excellent! It works. Thanks!


All times are GMT -5. The time now is 08:59 PM.


Copyright © 1999-2023 Kinook Software, Inc.