Title: RE: newbie: how to echo the value of a variable
 
----- Original Message -----
From: Suu Quan
Sent: Saturday, May 19, 2001 12:41 AM
Subject: Re: newbie: how to echo the value of a variable

I still get the litteral ="${env.PATH}" not the value of the environment variable       
 
You didn't tell us what OS you are using. On some OS environment variables (their names) are *not* case-insensitive, so you may want to use "Path" (for example on my W2K).
 
Have a look at your environment (on WinNT/W2K) using "set P" and you will see the "real" name.
 
Nico
 

Reply via email to