How to rename environmental variables without changing the original value?

November 12th, 2008 | by admin |
biggs9281 asked:


I need to change the name of an environmental value using the shell (xp) and it must retain its original value. I just deleted the variable and the value and then “set” a new name with the same value but is there a command to do it?

Dido
Share and Enjoy:
  • Digg
  • Sphinn
  • del.icio.us
  • Facebook
  • Mixx
  • Google
  1. One Response to “How to rename environmental variables without changing the original value?”

  2. By Tizio 008 on Nov 12, 2008 | Reply

    you’ve got what i think it’s the only solution: assigning the same value to a new env-var and the unset the “original” one.

Post a Comment