in reply to Re: Re: Setting and changing system variables under win2000
in thread Setting and changing system variables under win2000
If the first solution fixes the problem, it might help to add the following line to the code above:
This will temporarily add the environmentvariable, but will be gone if you close the shell. But if you reopen another, the system variable from the other code now will be accessible instead.$ENV{'The_variable_I_changed'} = 'value';
Sorry, I can't test it because here I don't have access to a Windows-machine in the moment...
Best regards,
perl -e "s>>*F>e=>y)\*martinF)stronat)=>print,print v8.8.8.32.11.32"
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4. Setting and changing system variables under win2000
by NaSe77 (Monk) on Aug 13, 2002 at 14:35 UTC |