views:

22

answers:

1

I have an application. I compile it using vs2008 team system. To run this app some certain environmental variables need to be set, such as SYSTEM_MODULE_PATH. My app loads system modules from there. Without this variable it wont run. So When I profile it, I want to set this variable so that my application runs properly.

Now my question is, Where do I set this variable?

+1  A: 

Start -> Control Panel -> System -> advanced Tab -> Environment variables

or CMD -> SET [variable=[string]]

cRichter
I dont want to set env for whole system :P
Shiplu