On Wed, 19 Feb 2003 09:49:39 -0500, Dennis Fleming wrote:

>an use. I was using (Cval(computer)) but I guess I need (Cval
(netuser)).

you probably want ENVVAL('netuser'))

To see what can be returned by the ENVVAL command (environment 
variable, open up a "command prompt"  (Program files/Run/cmd.exe)
and type SET and press the enter key. You will see a list of all 
environment variables.

If it scrolls off the screen, try 

SET | MORE

or put the results in a file:

SET > c:\envvals.txt

Bill

Reply via email to