Environment variable are not seen outside of file

Closed
mmb84 Posts 14 Registration date Monday April 17, 2017 Status Member Last seen March 28, 2018 - Mar 28, 2018 at 04:43 AM
 Blocked Profile - Mar 28, 2018 at 04:00 PM
Hello,

I'm using a csh shell script for some automation, but the environment variables I set with setenv command are not seen outside the script!
Any ideas?

Thank you

Related:

1 response

Blocked Profile
Mar 28, 2018 at 04:00 PM
What other system's need the variables?

Save the variables to a file, and call the variables from the script, and point your other systems to the file. Now if the variables change, you make one change.


You have given us very limited details, and this is about as generic as it can get!
0