You can put this line in your BAT:
setx path "%%path%%;c:\drive\fr;c:\drive\installs\7z"
See the double %%
.
(Reference: https://support.microsoft.com/en-us/kb/75634)
You can put this line in your BAT:
setx path "%%path%%;c:\drive\fr;c:\drive\installs\7z"
See the double %%
.
(Reference: https://support.microsoft.com/en-us/kb/75634)