[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Setting and adding environment variables
- Subject: Setting and adding environment variables
- From: dhamm at itserve.com (David Hamm)
- Date: Mon, 12 Feb 1996 17:34:00 -0500
I'm writing a program where I need to run a script and add environment =
variables on the fly, from with in various binarys. I've tried to use =
the setenv( "JUNK", "test_string", 1 ) function, but after the program =
exits doing a echo $JUNK yields nothing.
Any one got any Ideas.
Thanks
David