Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Envar updates

Status
Not open for further replies.

funstur

Technical User
Feb 15, 2001
66
GB
I am trying to update an environment variable adding new paths i.e. envar = \\systemname\share\program

"RAT_SCRIPT_PATHS"="\\\\data\\3d\\renderman\\slimtemplate\\NT"

This is part of a login batch process as a win_reg process, I would like to add rather that overwrite. Any ideas? Many thanks in advance
 
You change environment variables with the SET command. Can you clarify what you're trying to do? I'm a little confused by your example.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top