David Byrne
4035e4ac5e
Fix install.cmd PATH bug
...
If the PATH environment variable has parentheses, `(echo PATH=%PATH%)` will fail, but the parentheses don't seem to be needed.
2023-01-18 11:19:47 -07:00
coreybutler
ec5ebc172c
Backup PATH env variable to file (precautionary). Fixes #662
2021-09-10 22:44:18 -05:00
Dawid Gosławski
0a1f322c6a
Define that NVM_PATH is for nvm
2019-06-26 10:13:34 +02:00
tomisawk
238992a6f5
Avoid mixing user-environment PATH and system-environment PATH
...
%PATH% expands to the system plus the user variables,
so if user defined user-environment PATH, 'setx /M PATH "%PATH%;..."'
mixes user-environment PATH and system-environment PATH.
2018-05-16 22:56:29 +09:00
tomisawk
a175c5987a
Set environment variables for current process
...
setx command doesn't affect current process, so use also 'set VAR=VALUE'
2018-05-16 22:42:15 +09:00
Corey Butler
36c592d2f8
Added a manual installer, courtesy @heri16. Closes #20 .
2014-11-18 13:51:43 -06:00