Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: Environment Values

From: dness:home at: 5-Jul-2001 22:55

Jeff Kreis wrote:
> Howdy, David: > > > I've checked all the documentation I can think of, but still can't figure > > out how to access the value of a Windows `Environmental Variable'. Can > > someone point me in the right direction? > > Using Command you can make the C function "getenv" into a > routine. In core you would need to pass in the environment > variable from the command line. Knowwhutimean? > > -jeff >
I do, and thanks for the help. Doesn't make me happy (environmental values are important, particularly in organizing disks across networks), but knowing that there's nothing hidden in REBOL to do this important job saves me a lot of searching that would ultimately prove to be pointless...