Environment varibles

Posted: 01-16-2009, 09:59 PM
Hi,

I need to define a set of env vars that point to a particular file tree like
so: APP_VER = C:\APP.1.2.3. I then use that var in other vars like so: PATH
= %APP_VER%\bin;... We changes versions quite often, and all I want to need
to do is change the value of APP_VER and the other vars change accordingly.
(I use the System Properties dialog to set the vars.)

The problem is that after a period of time, %APP_VER% gets replaced with
its value in the other vars, i.e. it gets expanded like so:
PATH=C:\APP.1.2.3\bin;...

How does that happen and what can I do to prevent the expansion?

Thank you,
Jim





Reply With Quote

Responses to "Environment varibles"

 
LinkBack Thread Tools Display Modes
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


Similar Threads
Thread Thread Starter Forum Replies Last Post
Excel VBE in the Mac OS X environment Richard Buttrey Mac Office Excel 4 11-22-2006 02:49 PM
Environment variable set where? Linn Kubler Windows XP Configuration & Management 3 07-18-2005 05:00 PM
Environment Settings Ken Nelson Windows XP Help & Support 1 01-20-2004 08:41 PM
XP in lab environment Tami Windows XP Network & Web 1 10-09-2003 06:12 PM
Using FoxPro 3.0 in XP environment Tom Mitchell Windows XP 0 07-21-2003 07:50 PM