E
E
eliasum2020-12-11 12:31:55
cmd/bat
eliasum, 2020-12-11 12:31:55

How to define environment variable Environment?

According to the manual
github.com/MxUpdate/Manual/tree/master/chapter-1-installation
I need to set the MXUPDATE_PATH environment variable.
5fd33c3dcc1b6006038843.jpeg
How to properly define the MXUPDATE_PATH environment variable?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
G
Grigory, 2020-12-11
@eliasum

to set a variable within the current terminal session:
set MXUPDATE_PATH=C:\project\MxUpdate\
to set a variable completely:
setx MXUPDATE_PATH C:\project\MxUpdate\

R
res2001, 2020-12-11
@res2001

In Windows search type "system environment variables" (usually just env is enough). Well, then you will understand further in the windows.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question