Adding system variable using cmd.exe
Note that this is not persistent! It will be gone when you restart.
set variableName=path echo %variableName%
Note that this is not persistent! It will be gone when you restart.
set variableName=path echo %variableName%